#44f0da
a balanced, electric cyan · cool · closest name: turquoise
RGB
68, 240, 218
HSL
172°, 85%, 60%
CMYK
72, 0, 9, 6
Luminance
0.6861
Every format
| HEX | #44f0da |
| RGB | rgb(68, 240, 218) |
| HSL | hsl(172, 85%, 60%) |
| CMYK | cmyk(72%, 0%, 9%, 6%) |
| LAB | lab(86.3 -47.9 -1.9) |
| LCH | lch(86.3 47.9 182.3) |
| OKLCH | oklch(0.865 0.140 182.4) |
Copy-ready code
/* CSS */
color: #44f0da;
background-color: #44f0da;
/* Tailwind (arbitrary) */
class="text-[#44f0da] bg-[#44f0da]"
/* SCSS */
$brand: #44f0da;
/* SwiftUI */
Color(red: 0.267, green: 0.941, blue: 0.855)
/* Android */
Color.parseColor("#44f0da")Accessibility — WCAG contrast
Aa
#44f0da on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44f0da on black: 14.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green94.1%
Blue85.5%
CMYK percentages
Cyan71.7%
Magenta0.0%
Yellow9.2%
Key (black)5.9%
Color previews
#44f0da text on a black background
contrast 14.72:1
Card sample
#44f0da text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44f0da;
Background color
Panel with #44f0da background
background-color: #44f0da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44f0da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 240, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 240, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44f0da; background: linear-gradient(135deg, #44f0da, #4493F0);