#49D3CC
A medium, moderate cyan closely aligning with Mediumturquoise.
About #49D3CC
Visually, #49D3CC is defined as a moderate cyan. If you're using CSS, you might find it aligns closely with Mediumturquoise. In the RGB color space, it consists of 73 red, 211 green, and 204 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 65% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#49D3CC
RGB73, 211, 204
HSL177.0°, 61.1%, 55.7%
CMYK65%, 0%, 3%, 17%
HSV177.0°, 65.4%, 82.7%
LAB77.5, -38.1, -7.4
XYZ36.9, 52.4, 65.3
Decimal4838348
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.83:1
Text on #FFFFFF
FAIL
11.47:1
Text on #000000
AAA
1.75:1
Text on #F8FAFC
FAIL
9.75:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49D3CC;
}
.text-color {
color: #49D3CC;
}
.border-color {
border: 2px solid #49D3CC;
}