#49F0DB
A light, vivid cyan closely aligning with Turquoise.
About #49F0DB
Visually, #49F0DB is defined as a vivid cyan. Its closest recognized web color is Turquoise. This translates to an RGB value of rgb(73, 240, 219).
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. With a hue angle of 172.5 degrees, it sits comfortably in the cyan spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#49F0DB
RGB73, 240, 219
HSL172.5°, 84.8%, 61.4%
CMYK70%, 0%, 9%, 6%
HSV172.5°, 69.6%, 94.1%
LAB86.4, -47.0, -2.2
XYZ46.7, 68.9, 77.8
Decimal4845787
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.42:1
Text on #FFFFFF
FAIL
14.77:1
Text on #000000
AAA
1.36:1
Text on #F8FAFC
FAIL
12.56:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49F0DB;
}
.text-color {
color: #49F0DB;
}
.border-color {
border: 2px solid #49F0DB;
}