Shades of Turquoise Blue #83E2EE
Tints of Turquoise Blue #83E2EE
RGB
CMYK
RGB Variations
Color information
#83E2EE (or 0x83E2EE) is known color: Turquoise Blue. HEX triplet: 83, E2 and EE. RGB value is (131,226,238). Sum of RGB (Red+Green+Blue) = 131+226+238=595 (78% of max value = 765). Red value is 131 (51.56% from 255 or 22.02% from 595); Green value is 226 (88.67% from 255 or 37.98% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 238 - color contains mainly: blue. Hex color #83E2EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83E2EE is #7C1D11. Grayscale: #C6C6C6. Windows color (decimal): -8133906 or 15655555. OLE color: 15655555.
HSL color Cylindrical-coordinate representation of color #83E2EE: hue angle of 186.73º 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 #83E2EE is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 226 | 238 | - |
| CMYK | 0.45 | 0.05 | 0 | 0.07 |
| HSL | 186.73º | 0.76% | 0.72% | - |
| HSV(B) | 186.73º | 0.45% | 0.93% | - |
| XYZ | 51.99 | 65.39 | 90.77 | - |
| YUV | 198.96 | 150.03 | 79.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 226 | 238 | 0.45 | 0.05 | 0 | 0.07 | 186.73 | 0.76 | 0.72 |
| Hex | 83 | E2 | EE | 2D | 5 | 0 | 7 | BB | 4C | 48 |
| Octal | 203 | 342 | 356 | 55 | 5 | 0 | 7 | 273 | 114 | 110 |
| Binary | 10000011 | 11100010 | 11101110 | 101101 | 101 | 0 | 111 | 10111011 | 1001100 | 1001000 |
Color Harmonies of #83E2EE
Complementary color
Monochromatic Colors of #83E2EE
Black with #83E2EE
Text Example
Text Example
White with #83E2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83E2EE; }
p { color: rgb(131,226,238); }
H1.HeaderClassName
{
color: #83E2EE;
}
.AnyTagClassName
{
color: #83E2EE;
}
</style>
background-color css
<style>
a { background-color: #83E2EE; }
a { background-color: rgb(131,226,238); }
div.DivClassName
{
background-color: #83E2EE;
}
.BgClassName
{
background-color: #83E2EE;
}
</style>
border-color css
<style>
span { border-color: #83E2EE; }
span { border-color: rgb(131,226,238); }
td.TdClassName
{
border-color: #83E2EE;
}
.TagClassName
{
border-color: #83E2EE;
}
</style>