#39cebc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
57, 206, 188
HSL
173°, 60%, 52%
CMYK
72, 0, 9, 19
Luminance
0.4864
Every format
| HEX | #39cebc |
| RGB | rgb(57, 206, 188) |
| HSL | hsl(173, 60%, 52%) |
| CMYK | cmyk(72%, 0%, 9%, 19%) |
| LAB | lab(75.2 -42.4 -2.2) |
| LCH | lch(75.2 42.5 183.0) |
| OKLCH | oklch(0.771 0.124 183.1) |
Copy-ready code
/* CSS */
color: #39cebc;
background-color: #39cebc;
/* Tailwind (arbitrary) */
class="text-[#39cebc] bg-[#39cebc]"
/* SCSS */
$brand: #39cebc;
/* SwiftUI */
Color(red: 0.224, green: 0.808, blue: 0.737)
/* Android */
Color.parseColor("#39cebc")Accessibility — WCAG contrast
Aa
#39cebc on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39cebc on black: 10.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green80.8%
Blue73.7%
CMYK percentages
Cyan72.3%
Magenta0.0%
Yellow8.7%
Key (black)19.2%
Color previews
#39cebc text on a black background
contrast 10.73:1
Card sample
#39cebc text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39cebc;
Background color
Panel with #39cebc background
background-color: #39cebc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39cebc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 206, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 206, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39cebc; background: linear-gradient(135deg, #39cebc, #397DCE);