#49F8F8
A light, vivid cyan closely aligning with Aqua.
About #49F8F8
Visually, #49F8F8 is defined as a vivid cyan. It is closely associated with the named CSS color Aqua. Its digital footprint relies on 73 parts red, 248 parts green, and 248 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 71% C, 0% M, 0% Y, and 3% K. The HSL representation is 180.0° hue, 92.6% saturation, and 62.9% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#49F8F8
RGB73, 248, 248
HSL180.0°, 92.6%, 62.9%
CMYK71%, 0%, 0%, 3%
HSV180.0°, 70.6%, 97.3%
LAB89.5, -42.7, -12.8
XYZ53.3, 75.3, 100.5
Decimal4847864
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.31:1
Text on #FFFFFF
FAIL
16.07:1
Text on #000000
AAA
1.25:1
Text on #F8FAFC
FAIL
13.66:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49F8F8;
}
.text-color {
color: #49F8F8;
}
.border-color {
border: 2px solid #49F8F8;
}