Shades of Turquoise Blue #83E5EE
Tints of Turquoise Blue #83E5EE
RGB
CMYK
RGB Variations
Color information
#83E5EE (or 0x83E5EE) is known color: Turquoise Blue. HEX triplet: 83, E5 and EE. RGB value is (131,229,238). Sum of RGB (Red+Green+Blue) = 131+229+238=598 (79% of max value = 765). Red value is 131 (51.56% from 255 or 21.91% from 598); Green value is 229 (89.84% from 255 or 38.29% from 598); Blue value is 238 (93.36% from 255 or 39.80% from 598); Max value from RGB is 238 - color contains mainly: blue. Hex color #83E5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83E5EE is #7C1A11. Grayscale: #C8C8C8. Windows color (decimal): -8133138 or 15656323. OLE color: 15656323.
HSL color Cylindrical-coordinate representation of color #83E5EE: hue angle of 185.05º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83E5EE is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 229 | 238 | - |
| CMYK | 0.45 | 0.04 | 0 | 0.07 |
| HSL | 185.05º | 0.76% | 0.72% | - |
| HSV(B) | 185.05º | 0.45% | 0.93% | - |
| XYZ | 52.81 | 67.04 | 91.04 | - |
| YUV | 200.72 | 149.03 | 78.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 229 | 238 | 0.45 | 0.04 | 0 | 0.07 | 185.05 | 0.76 | 0.72 |
| Hex | 83 | E5 | EE | 2D | 4 | 0 | 7 | B9 | 4C | 48 |
| Octal | 203 | 345 | 356 | 55 | 4 | 0 | 7 | 271 | 114 | 110 |
| Binary | 10000011 | 11100101 | 11101110 | 101101 | 100 | 0 | 111 | 10111001 | 1001100 | 1001000 |
Color Harmonies of #83E5EE
Complementary color
Monochromatic Colors of #83E5EE
Black with #83E5EE
Text Example
Text Example
White with #83E5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83E5EE; }
p { color: rgb(131,229,238); }
H1.HeaderClassName
{
color: #83E5EE;
}
.AnyTagClassName
{
color: #83E5EE;
}
</style>
background-color css
<style>
a { background-color: #83E5EE; }
a { background-color: rgb(131,229,238); }
div.DivClassName
{
background-color: #83E5EE;
}
.BgClassName
{
background-color: #83E5EE;
}
</style>
border-color css
<style>
span { border-color: #83E5EE; }
span { border-color: rgb(131,229,238); }
td.TdClassName
{
border-color: #83E5EE;
}
.TagClassName
{
border-color: #83E5EE;
}
</style>