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