#44eed2
a balanced, electric cyan · cool · closest name: turquoise
RGB
68, 238, 210
HSL
170°, 83%, 60%
CMYK
71, 0, 12, 7
Luminance
0.6703
Every format
| HEX | #44eed2 |
| RGB | rgb(68, 238, 210) |
| HSL | hsl(170, 83%, 60%) |
| CMYK | cmyk(71%, 0%, 12%, 7%) |
| LAB | lab(85.5 -49.1 1.1) |
| LCH | lch(85.5 49.1 178.7) |
| OKLCH | oklch(0.857 0.141 179.1) |
Copy-ready code
/* CSS */
color: #44eed2;
background-color: #44eed2;
/* Tailwind (arbitrary) */
class="text-[#44eed2] bg-[#44eed2]"
/* SCSS */
$brand: #44eed2;
/* SwiftUI */
Color(red: 0.267, green: 0.933, blue: 0.824)
/* Android */
Color.parseColor("#44eed2")Accessibility — WCAG contrast
Aa
#44eed2 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44eed2 on black: 14.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green93.3%
Blue82.4%
CMYK percentages
Cyan71.4%
Magenta0.0%
Yellow11.8%
Key (black)6.7%
Color previews
#44eed2 text on a black background
contrast 14.41:1
Card sample
#44eed2 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44eed2;
Background color
Panel with #44eed2 background
background-color: #44eed2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44eed2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 238, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 238, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44eed2; background: linear-gradient(135deg, #44eed2, #4499EE);