#39ccba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
57, 204, 186
HSL
173°, 59%, 51%
CMYK
72, 0, 9, 20
Luminance
0.4760
Every format
| HEX | #39ccba |
| RGB | rgb(57, 204, 186) |
| HSL | hsl(173, 59%, 51%) |
| CMYK | cmyk(72%, 0%, 9%, 20%) |
| LAB | lab(74.6 -42.0 -2.1) |
| LCH | lch(74.6 42.1 182.8) |
| OKLCH | oklch(0.765 0.123 182.9) |
Copy-ready code
/* CSS */
color: #39ccba;
background-color: #39ccba;
/* Tailwind (arbitrary) */
class="text-[#39ccba] bg-[#39ccba]"
/* SCSS */
$brand: #39ccba;
/* SwiftUI */
Color(red: 0.224, green: 0.800, blue: 0.729)
/* Android */
Color.parseColor("#39ccba")Accessibility — WCAG contrast
Aa
#39ccba on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39ccba on black: 10.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green80.0%
Blue72.9%
CMYK percentages
Cyan72.1%
Magenta0.0%
Yellow8.8%
Key (black)20.0%
Color previews
#39ccba text on a black background
contrast 10.52:1
Card sample
#39ccba text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39ccba;
Background color
Panel with #39ccba background
background-color: #39ccba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39ccba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 204, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 204, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39ccba; background: linear-gradient(135deg, #39ccba, #397CCC);