#39cdda
a balanced, vivid cyan · cool · closest name: turquoise
RGB
57, 205, 218
HSL
185°, 69%, 54%
CMYK
74, 6, 0, 15
Luminance
0.4959
Every format
| HEX | #39cdda |
| RGB | rgb(57, 205, 218) |
| HSL | hsl(185, 69%, 54%) |
| CMYK | cmyk(74%, 6%, 0%, 15%) |
| LAB | lab(75.8 -33.4 -17.5) |
| LCH | lch(75.8 37.8 207.7) |
| OKLCH | oklch(0.779 0.120 203.8) |
Copy-ready code
/* CSS */
color: #39cdda;
background-color: #39cdda;
/* Tailwind (arbitrary) */
class="text-[#39cdda] bg-[#39cdda]"
/* SCSS */
$brand: #39cdda;
/* SwiftUI */
Color(red: 0.224, green: 0.804, blue: 0.855)
/* Android */
Color.parseColor("#39cdda")Accessibility — WCAG contrast
Aa
#39cdda on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39cdda on black: 10.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green80.4%
Blue85.5%
CMYK percentages
Cyan73.9%
Magenta6.0%
Yellow0.0%
Key (black)14.5%
Color previews
#39cdda text on a black background
contrast 10.92:1
Card sample
#39cdda text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39cdda;
Background color
Panel with #39cdda background
background-color: #39cdda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39cdda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 205, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 205, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39cdda; background: linear-gradient(135deg, #39cdda, #3962DA);