#44cccc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
68, 204, 204
HSL
180°, 57%, 53%
CMYK
67, 0, 0, 20
Luminance
0.4877
Every format
| HEX | #44cccc |
| RGB | rgb(68, 204, 204) |
| HSL | hsl(180, 57%, 53%) |
| CMYK | cmyk(67%, 0%, 0%, 20%) |
| LAB | lab(75.3 -35.6 -10.7) |
| LCH | lch(75.3 37.2 196.7) |
| OKLCH | oklch(0.774 0.115 195.0) |
Copy-ready code
/* CSS */
color: #44cccc;
background-color: #44cccc;
/* Tailwind (arbitrary) */
class="text-[#44cccc] bg-[#44cccc]"
/* SCSS */
$brand: #44cccc;
/* SwiftUI */
Color(red: 0.267, green: 0.800, blue: 0.800)
/* Android */
Color.parseColor("#44cccc")Accessibility — WCAG contrast
Aa
#44cccc on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44cccc on black: 10.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green80.0%
Blue80.0%
CMYK percentages
Cyan66.7%
Magenta0.0%
Yellow0.0%
Key (black)20.0%
Color previews
#44cccc text on a black background
contrast 10.75:1
Card sample
#44cccc text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44cccc;
Background color
Panel with #44cccc background
background-color: #44cccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44cccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 204, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 204, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44cccc; background: linear-gradient(135deg, #44cccc, #4471CC);