#49F0E9
A light, vivid cyan closely aligning with Turquoise.
About #49F0E9
Visually, #49F0E9 is defined as a vivid cyan. It is closely associated with the named CSS color Turquoise. Its digital footprint relies on 73 parts red, 240 parts green, and 233 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 70% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#49F0E9
RGB73, 240, 233
HSL177.5°, 84.8%, 61.4%
CMYK70%, 0%, 3%, 6%
HSV177.5°, 69.6%, 94.1%
LAB86.8, -43.3, -9.0
XYZ48.6, 69.6, 88.0
Decimal4845801
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.41:1
Text on #FFFFFF
FAIL
14.92:1
Text on #000000
AAA
1.34:1
Text on #F8FAFC
FAIL
12.69:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49F0E9;
}
.text-color {
color: #49F0E9;
}
.border-color {
border: 2px solid #49F0E9;
}