#39c2cc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
57, 194, 204
HSL
184°, 59%, 51%
CMYK
72, 5, 0, 20
Luminance
0.4381
Every format
| HEX | #39c2cc |
| RGB | rgb(57, 194, 204) |
| HSL | hsl(184, 59%, 51%) |
| CMYK | cmyk(72%, 5%, 0%, 20%) |
| LAB | lab(72.1 -32.4 -15.5) |
| LCH | lch(72.1 35.9 205.6) |
| OKLCH | oklch(0.747 0.114 202.3) |
Copy-ready code
/* CSS */
color: #39c2cc;
background-color: #39c2cc;
/* Tailwind (arbitrary) */
class="text-[#39c2cc] bg-[#39c2cc]"
/* SCSS */
$brand: #39c2cc;
/* SwiftUI */
Color(red: 0.224, green: 0.761, blue: 0.800)
/* Android */
Color.parseColor("#39c2cc")Accessibility — WCAG contrast
Aa
#39c2cc on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39c2cc on black: 9.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green76.1%
Blue80.0%
CMYK percentages
Cyan72.1%
Magenta4.9%
Yellow0.0%
Key (black)20.0%
Color previews
#39c2cc text on a black background
contrast 9.76:1
Card sample
#39c2cc text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39c2cc;
Background color
Panel with #39c2cc background
background-color: #39c2cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39c2cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 194, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 194, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39c2cc; background: linear-gradient(135deg, #39c2cc, #3960CC);