#49E9F8
A light, vivid cyan closely aligning with Darkturquoise.
About #49E9F8
At its core, #49E9F8 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Darkturquoise. In the RGB color space, it consists of 73 red, 233 green, and 248 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 71% Cyan, 6% Magenta, 0% Yellow, and 3% Black. The HSL representation is 185.1° hue, 92.6% saturation, and 62.9% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#49E9F8
RGB73, 233, 248
HSL185.1°, 92.6%, 62.9%
CMYK71%, 6%, 0%, 3%
HSV185.1°, 70.6%, 97.3%
LAB85.2, -35.9, -19.3
XYZ48.8, 66.5, 99.1
Decimal4844024
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.47:1
Text on #FFFFFF
FAIL
14.29:1
Text on #000000
AAA
1.40:1
Text on #F8FAFC
FAIL
12.15:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49E9F8;
}
.text-color {
color: #49E9F8;
}
.border-color {
border: 2px solid #49E9F8;
}