#49F0D3
A light, vivid cyan closely aligning with Turquoise.
About #49F0D3
When working with digital screens, the color #49F0D3 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Turquoise. This translates to an RGB value of rgb(73, 240, 211).
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. The HSL representation is 169.6° hue, 84.8% saturation, and 61.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#49F0D3
RGB73, 240, 211
HSL169.6°, 84.8%, 61.4%
CMYK70%, 0%, 12%, 6%
HSV169.6°, 69.6%, 94.1%
LAB86.2, -49.0, 1.7
XYZ45.7, 68.4, 72.4
Decimal4845779
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.43:1
Text on #FFFFFF
FAIL
14.69:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.49:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49F0D3;
}
.text-color {
color: #49F0D3;
}
.border-color {
border: 2px solid #49F0D3;
}