CSSペールターコイズ
CSS Pale Turquoise
広色域(Display P3)比較
sRGB(従来のWeb標準)
#AFEEEE
Display P3(広色域)
color(display-p3 0.74 0.93 0.93)
意味と歴史
由来
英語の「Pale Turquoise」は淡いターコイズ色。浅い熱帯の海の色合い。
歴史
X11カラーリスト由来で、#AFEEEEとして定義。Turquoiseのパステルバリエーション。
心理的効果
涼やかさ・透明感・リラクゼーションを象徴し、南国の浅瀬のような爽やかさを伝える。
伝統的な用途
リゾート系やウェルネスサイトの装飾色として、柔らかな清涼感を演出する。
CSSコード
HEX
#AFEEEE RGB
rgb(175, 238, 238) CMYK
cmyk(26%, 0%, 0%, 7%) HSV
hsv(180, 26%, 93%) OKLCH
oklch(0.907 0.063 196.2) Display P3
color(display-p3 0.74 0.93 0.93) Munsell
5BG 9/4 フォールバック付きCSS
.element {
/* sRGBフォールバック */
background-color: #AFEEEE;
background-color: oklch(0.907 0.063 196.2);
}
@media (color-gamut: p3) {
.element {
background-color: color(display-p3 0.74 0.93 0.93);
}
} コントラストチェッカー
WCAG 2.1 基準に基づくコントラスト比を表示します。
サンプル
白背景
1.29:1
AA Fail
AAA Fail
AA大文字 Fail
サンプル
黒背景
16.29:1
AA Pass
AAA Pass
AA大文字 Pass
サンプル
白文字
1.29:1
AA Fail
AAA Fail
AA大文字 Fail
サンプル
黒文字
16.29:1
AA Pass
AAA Pass
AA大文字 Pass
配色シミュレーター
この色を背景やテキストに使用した場合のプレビューです。
背景色として使用
白テキスト — The quick brown fox
黒テキスト — The quick brown fox
色の上にテキストを配置した場合の可読性を確認できます。見出し・本文・リンクなど、さまざまなサイズで試してみてください。
テキスト色として使用
白背景 — 見出しテキスト
本文テキストのサンプルです。The quick brown fox jumps over the lazy dog.
黒背景 — 見出しテキスト
本文テキストのサンプルです。The quick brown fox jumps over the lazy dog.
UIコンポーネントでの使用例
バッジ
色覚シミュレーション
P型(1型)
赤色の感度が低下
#E6E8EE
D型(2型)
緑色の感度が低下
#DADFEF
T型(3型)
青色の感度が低下
#99F2EE
配色提案
補色
色相環の反対側
類似色
色相が近い色
トライアド
三角形の配色
スプリットコンプリメンタリー
補色の両隣
グラデーション
ティント(明るく)
background: linear-gradient(to right, #AFEEEE, #FFFFFF); #AFEEEE
#BFF1F1
#CFF5F5
#DFF8F8
#EFFCFC
#FFFFFF
シェード(暗く)
background: linear-gradient(to right, #AFEEEE, #000000); #AFEEEE
#8CBEBE
#698F8F
#465F5F
#233030
#000000
透明へ
background: linear-gradient(to right, #AFEEEE, transparent); エクスポート
CSS変数
--color-css_pale_turquoise: #AFEEEE;
--color-css_pale_turquoise-rgb: 175, 238, 238;
--color-css_pale_turquoise-oklch: 0.907 0.063 196.2; Sass変数
$color-css_pale_turquoise: #AFEEEE;
$color-css_pale_turquoise-rgb: rgb(175, 238, 238);
$color-css_pale_turquoise-oklch: oklch(0.907 0.063 196.2); Tailwind Config
'css_pale_turquoise': '#AFEEEE', SwiftUI
Color(red: 0.686, green: 0.933, blue: 0.933) JSON
{
"name": {
"ja": "CSSペールターコイズ",
"en": "CSS Pale Turquoise"
},
"hex": "#AFEEEE",
"rgb": {
"r": 175,
"g": 238,
"b": 238
},
"cmyk": {
"c": 26,
"m": 0,
"y": 0,
"k": 7
},
"oklch": {
"l": 0.907,
"c": 0.063,
"h": 196.2
},
"displayP3": {
"r": 0.74,
"g": 0.93,
"b": 0.93
},
"hsv": {
"h": 180,
"s": 26,
"v": 93
},
"munsell": "5BG 9/4"
}