#37DEFB
#37DEFB
ターコイズ系
カラーコード変換
| 形式 | 値 | |
|---|---|---|
| HEX | #37DEFB | |
| RGB | rgb(55, 222, 251) | |
| RGBA | rgba(55, 222, 251, 1) | |
| HSL | hsl(189, 96%, 60%) | |
| HSV | hsv(189, 78%, 98%) | |
| CMYK | cmyk(78%, 12%, 0%, 2%) |
Aa
白背景
1.61:1不適合
Aa
黒背景
13.00:1AA適合
配色パレット提案
CSSグラデーションサンプル
ライト → ダーク
linear-gradient(135deg, #B4F2FD, #37DEFB, #0495AF)補色グラデーション
linear-gradient(135deg, #37DEFB, #FB5437)類似色グラデーション
linear-gradient(135deg, #37FBB6, #37DEFB, #377CFB)ラジアルグロー
radial-gradient(circle, #37DEFB, #0495AF)サンセット風
linear-gradient(to right, #37DEFB, #377CFB, #FB5437)オーバーレイ
linear-gradient(180deg, #37DEFBCC, #37DEFB33)CSS使用例
背景色として使用
Hello, World!
background-color: #37DEFB;テキスト色として使用
Color Text
color: #37DEFB;ボーダー色として使用
ボーダー要素
border: 3px solid #37DEFB;シャドウとして使用
Shadow
box-shadow: 0 8px 32px #37DEFB66;