#33cccc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
51, 204, 204
HSL
180°, 60%, 50%
CMYK
75, 0, 0, 20
Luminance
0.4825
Every format
| HEX | #33cccc |
| RGB | rgb(51, 204, 204) |
| HSL | hsl(180, 60%, 50%) |
| CMYK | cmyk(75%, 0%, 0%, 20%) |
| LAB | lab(75.0 -37.7 -11.2) |
| LCH | lch(75.0 39.4 196.6) |
| OKLCH | oklch(0.770 0.121 194.9) |
Copy-ready code
/* CSS */
color: #33cccc;
background-color: #33cccc;
/* Tailwind (arbitrary) */
class="text-[#33cccc] bg-[#33cccc]"
/* SCSS */
$brand: #33cccc;
/* SwiftUI */
Color(red: 0.200, green: 0.800, blue: 0.800)
/* Android */
Color.parseColor("#33cccc")Accessibility — WCAG contrast
Aa
#33cccc on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#33cccc on black: 10.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green80.0%
Blue80.0%
CMYK percentages
Cyan75.0%
Magenta0.0%
Yellow0.0%
Key (black)20.0%
Color previews
#33cccc text on a black background
contrast 10.65:1
Card sample
#33cccc text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33cccc;
Background color
Panel with #33cccc background
background-color: #33cccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33cccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 204, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 204, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33cccc; background: linear-gradient(135deg, #33cccc, #3366CC);