#49FFFF
A light, vivid cyan closely aligning with Aqua.
About #49FFFF
Visually, #49FFFF is defined as a vivid cyan. It is closely associated with the named CSS color Aqua. This translates to an RGB value of rgb(73, 255, 255).
If you are designing for print, the four-color process is what matters most. The color uses 71% Cyan, 0% Magenta, 0% Yellow, and 0% Black. With a hue angle of 180.0 degrees, it sits comfortably in the cyan spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#49FFFF
RGB73, 255, 255
HSL180.0°, 100.0%, 64.3%
CMYK71%, 0%, 0%, 0%
HSV180.0°, 71.4%, 100.0%
LAB91.8, -43.9, -13.1
XYZ56.6, 80.2, 107.1
Decimal4849663
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.23:1
Text on #FFFFFF
FAIL
17.03:1
Text on #000000
AAA
1.18:1
Text on #F8FAFC
FAIL
14.48:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49FFFF;
}
.text-color {
color: #49FFFF;
}
.border-color {
border: 2px solid #49FFFF;
}