Shades of Turquoise Blue #83E6EA
Tints of Turquoise Blue #83E6EA
RGB
CMYK
RGB Variations
Color information
#83E6EA (or 0x83E6EA) is known color: Turquoise Blue. HEX triplet: 83, E6 and EA. RGB value is (131,230,234). Sum of RGB (Red+Green+Blue) = 131+230+234=595 (78% of max value = 765). Red value is 131 (51.56% from 255 or 22.02% from 595); Green value is 230 (90.23% from 255 or 38.66% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 234 - color contains mainly: blue. Hex color #83E6EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83E6EA is #7C1915. Grayscale: #C8C8C8. Windows color (decimal): -8132886 or 15394435. OLE color: 15394435.
HSL color Cylindrical-coordinate representation of color #83E6EA: hue angle of 182.33º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83E6EA is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 230 | 234 | - |
| CMYK | 0.44 | 0.02 | 0 | 0.08 |
| HSL | 182.33º | 0.71% | 0.72% | - |
| HSV(B) | 182.33º | 0.44% | 0.92% | - |
| XYZ | 52.51 | 67.36 | 88.08 | - |
| YUV | 200.86 | 146.7 | 78.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 230 | 234 | 0.44 | 0.02 | 0 | 0.08 | 182.33 | 0.71 | 0.72 |
| Hex | 83 | E6 | EA | 2C | 2 | 0 | 8 | B6 | 47 | 48 |
| Octal | 203 | 346 | 352 | 54 | 2 | 0 | 10 | 266 | 107 | 110 |
| Binary | 10000011 | 11100110 | 11101010 | 101100 | 10 | 0 | 1000 | 10110110 | 1000111 | 1001000 |
Color Harmonies of #83E6EA
Complementary color
Monochromatic Colors of #83E6EA
Black with #83E6EA
Text Example
Text Example
White with #83E6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83E6EA; }
p { color: rgb(131,230,234); }
H1.HeaderClassName
{
color: #83E6EA;
}
.AnyTagClassName
{
color: #83E6EA;
}
</style>
background-color css
<style>
a { background-color: #83E6EA; }
a { background-color: rgb(131,230,234); }
div.DivClassName
{
background-color: #83E6EA;
}
.BgClassName
{
background-color: #83E6EA;
}
</style>
border-color css
<style>
span { border-color: #83E6EA; }
span { border-color: rgb(131,230,234); }
td.TdClassName
{
border-color: #83E6EA;
}
.TagClassName
{
border-color: #83E6EA;
}
</style>