#83CCBD
A light, moderate cyan closely aligning with Mediumturquoise.
About #83CCBD
Visually, #83CCBD is defined as a moderate cyan. Designers often compare it to the standard color Mediumturquoise. In the RGB color space, it consists of 131 red, 204 green, and 189 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 36% C, 0% M, 7% Y, and 20% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#83CCBD
RGB131, 204, 189
HSL167.7°, 41.7%, 65.7%
CMYK36%, 0%, 7%, 20%
HSV167.7°, 35.8%, 80.0%
LAB77.1, -26.1, 0.3
XYZ40.1, 51.7, 56.0
Decimal8637629
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.85:1
Text on #FFFFFF
FAIL
11.34:1
Text on #000000
AAA
1.77:1
Text on #F8FAFC
FAIL
9.64:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #83CCBD;
}
.text-color {
color: #83CCBD;
}
.border-color {
border: 2px solid #83CCBD;
}