#83F8F0
A light, vivid cyan closely aligning with Turquoise.
About #83F8F0
When working with digital screens, the color #83F8F0 is rendered by mixing light. Its closest recognized web color is Turquoise. Its digital footprint relies on 131 parts red, 248 parts green, and 240 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 47% cyan, 0% magenta, 3% yellow, and 3% black. The HSL representation is 175.9° hue, 89.3% saturation, and 74.3% lightness.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#83F8F0
RGB131, 248, 240
HSL175.9°, 89.3%, 74.3%
CMYK47%, 0%, 3%, 3%
HSV175.9°, 47.2%, 97.3%
LAB90.9, -35.1, -6.4
XYZ58.7, 78.3, 94.5
Decimal8648944
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.26:1
Text on #FFFFFF
FAIL
16.65:1
Text on #000000
AAA
1.21:1
Text on #F8FAFC
FAIL
14.15:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #83F8F0;
}
.text-color {
color: #83F8F0;
}
.border-color {
border: 2px solid #83F8F0;
}