#39cdcb
a balanced, vivid cyan · cool · closest name: turquoise
RGB
57, 205, 203
HSL
179°, 60%, 51%
CMYK
72, 0, 1, 20
Luminance
0.4884
Every format
| HEX | #39cdcb |
| RGB | rgb(57, 205, 203) |
| HSL | hsl(179, 60%, 51%) |
| CMYK | cmyk(72%, 0%, 1%, 20%) |
| LAB | lab(75.3 -37.8 -10.1) |
| LCH | lch(75.3 39.1 195.0) |
| OKLCH | oklch(0.773 0.120 193.6) |
Copy-ready code
/* CSS */
color: #39cdcb;
background-color: #39cdcb;
/* Tailwind (arbitrary) */
class="text-[#39cdcb] bg-[#39cdcb]"
/* SCSS */
$brand: #39cdcb;
/* SwiftUI */
Color(red: 0.224, green: 0.804, blue: 0.796)
/* Android */
Color.parseColor("#39cdcb")Accessibility — WCAG contrast
Aa
#39cdcb on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39cdcb on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green80.4%
Blue79.6%
CMYK percentages
Cyan72.2%
Magenta0.0%
Yellow1.0%
Key (black)19.6%
Color previews
#39cdcb text on a black background
contrast 10.77:1
Card sample
#39cdcb text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39cdcb;
Background color
Panel with #39cdcb background
background-color: #39cdcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39cdcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 205, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 205, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39cdcb; background: linear-gradient(135deg, #39cdcb, #396CCD);