#39ccce
a balanced, vivid cyan · cool · closest name: turquoise
RGB
57, 204, 206
HSL
181°, 60%, 52%
CMYK
72, 1, 0, 19
Luminance
0.4851
Every format
| HEX | #39ccce |
| RGB | rgb(57, 204, 206) |
| HSL | hsl(181, 60%, 52%) |
| CMYK | cmyk(72%, 1%, 0%, 19%) |
| LAB | lab(75.1 -36.5 -12.1) |
| LCH | lch(75.1 38.4 198.3) |
| OKLCH | oklch(0.772 0.119 196.3) |
Copy-ready code
/* CSS */
color: #39ccce;
background-color: #39ccce;
/* Tailwind (arbitrary) */
class="text-[#39ccce] bg-[#39ccce]"
/* SCSS */
$brand: #39ccce;
/* SwiftUI */
Color(red: 0.224, green: 0.800, blue: 0.808)
/* Android */
Color.parseColor("#39ccce")Accessibility — WCAG contrast
Aa
#39ccce on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39ccce on black: 10.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green80.0%
Blue80.8%
CMYK percentages
Cyan72.3%
Magenta1.0%
Yellow0.0%
Key (black)19.2%
Color previews
#39ccce text on a black background
contrast 10.70:1
Card sample
#39ccce text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39ccce;
Background color
Panel with #39ccce background
background-color: #39ccce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39ccce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 204, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 204, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39ccce; background: linear-gradient(135deg, #39ccce, #3969CE);