#44c4af
a balanced, vivid cyan · cool · closest name: turquoise
RGB
68, 196, 175
HSL
170°, 52%, 52%
CMYK
65, 0, 11, 23
Luminance
0.4380
Every format
| HEX | #44c4af |
| RGB | rgb(68, 196, 175) |
| HSL | hsl(170, 52%, 52%) |
| CMYK | cmyk(65%, 0%, 11%, 23%) |
| LAB | lab(72.1 -39.8 0.3) |
| LCH | lch(72.1 39.8 179.6) |
| OKLCH | oklch(0.745 0.115 180.0) |
Copy-ready code
/* CSS */
color: #44c4af;
background-color: #44c4af;
/* Tailwind (arbitrary) */
class="text-[#44c4af] bg-[#44c4af]"
/* SCSS */
$brand: #44c4af;
/* SwiftUI */
Color(red: 0.267, green: 0.769, blue: 0.686)
/* Android */
Color.parseColor("#44c4af")Accessibility — WCAG contrast
Aa
#44c4af on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44c4af on black: 9.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green76.9%
Blue68.6%
CMYK percentages
Cyan65.3%
Magenta0.0%
Yellow10.7%
Key (black)23.1%
Color previews
#44c4af text on a black background
contrast 9.76:1
Card sample
#44c4af text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44c4af;
Background color
Panel with #44c4af background
background-color: #44c4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44c4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 196, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 196, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44c4af; background: linear-gradient(135deg, #44c4af, #4484C4);