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