#50CCD3
A medium, moderate cyan closely aligning with Mediumturquoise.
About #50CCD3
When working with digital screens, the color #50CCD3 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Mediumturquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 80, 204, and 211.
Translating this color to physical media requires the CMYK color model. The color uses 62% Cyan, 3% Magenta, 0% Yellow, and 17% Black. With a hue angle of 183.2 degrees, it sits comfortably in the cyan spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#50CCD3
RGB80, 204, 211
HSL183.2°, 59.8%, 57.1%
CMYK62%, 3%, 0%, 17%
HSV183.2°, 62.1%, 82.7%
LAB75.8, -31.8, -13.7
XYZ36.7, 49.6, 69.3
Decimal5295315
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.92:1
Text on #FFFFFF
FAIL
10.92:1
Text on #000000
AAA
1.84:1
Text on #F8FAFC
FAIL
9.28:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50CCD3;
}
.text-color {
color: #50CCD3;
}
.border-color {
border: 2px solid #50CCD3;
}