#50D3D3
A medium, moderate cyan closely aligning with Mediumturquoise.
About #50D3D3
Visually, #50D3D3 is defined as a moderate cyan. Its closest recognized web color is Mediumturquoise. In the RGB color space, it consists of 80 red, 211 green, and 211 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 62% cyan and 0% magenta inks. The HSL representation is 180.0° hue, 59.8% saturation, and 57.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#50D3D3
RGB80, 211, 211
HSL180.0°, 59.8%, 57.1%
CMYK62%, 0%, 0%, 17%
HSV180.0°, 62.1%, 82.7%
LAB77.9, -35.1, -10.6
XYZ38.4, 53.0, 69.8
Decimal5297107
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.81:1
Text on #FFFFFF
FAIL
11.60:1
Text on #000000
AAA
1.73:1
Text on #F8FAFC
FAIL
9.86:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50D3D3;
}
.text-color {
color: #50D3D3;
}
.border-color {
border: 2px solid #50D3D3;
}