#83F0F8
A light, vivid cyan closely aligning with Paleturquoise.
About #83F0F8
The hex code #83F0F8 represents a beautifully specific shade of cyan. It is closely associated with the named CSS color Paleturquoise. In the RGB color space, it consists of 131 red, 240 green, and 248 blue.
If you are designing for print, the four-color process is what matters most. The color uses 47% Cyan, 3% Magenta, 0% Yellow, and 3% Black. 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 light 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#83F0F8
RGB131, 240, 248
HSL184.1°, 89.3%, 74.3%
CMYK47%, 3%, 0%, 3%
HSV184.1°, 47.2%, 97.3%
LAB88.9, -29.3, -13.6
XYZ57.5, 73.9, 100.0
Decimal8646904
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.33:1
Text on #FFFFFF
FAIL
15.78:1
Text on #000000
AAA
1.27:1
Text on #F8FAFC
FAIL
13.42:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #83F0F8;
}
.text-color {
color: #83F0F8;
}
.border-color {
border: 2px solid #83F0F8;
}