#39ceac
a balanced, vivid cyan · cool · closest name: turquoise
RGB
57, 206, 172
HSL
166°, 60%, 52%
CMYK
72, 0, 17, 19
Luminance
0.4799
Every format
| HEX | #39ceac |
| RGB | rgb(57, 206, 172) |
| HSL | hsl(166, 60%, 52%) |
| CMYK | cmyk(72%, 0%, 17%, 19%) |
| LAB | lab(74.8 -46.5 5.8) |
| LCH | lch(74.8 46.9 172.9) |
| OKLCH | oklch(0.766 0.132 173.6) |
Copy-ready code
/* CSS */
color: #39ceac;
background-color: #39ceac;
/* Tailwind (arbitrary) */
class="text-[#39ceac] bg-[#39ceac]"
/* SCSS */
$brand: #39ceac;
/* SwiftUI */
Color(red: 0.224, green: 0.808, blue: 0.675)
/* Android */
Color.parseColor("#39ceac")Accessibility — WCAG contrast
Aa
#39ceac on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39ceac on black: 10.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green80.8%
Blue67.5%
CMYK percentages
Cyan72.3%
Magenta0.0%
Yellow16.5%
Key (black)19.2%
Color previews
#39ceac text on a black background
contrast 10.60:1
Card sample
#39ceac text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39ceac;
Background color
Panel with #39ceac background
background-color: #39ceac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39ceac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 206, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 206, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39ceac; background: linear-gradient(135deg, #39ceac, #398DCE);