Shades of Turquoise Blue #82E5EC
Tints of Turquoise Blue #82E5EC
RGB
CMYK
RGB Variations
Color information
#82E5EC (or 0x82E5EC) is known color: Turquoise Blue. HEX triplet: 82, E5 and EC. RGB value is (130,229,236). Sum of RGB (Red+Green+Blue) = 130+229+236=595 (78% of max value = 765). Red value is 130 (51.17% from 255 or 21.85% from 595); Green value is 229 (89.84% from 255 or 38.49% from 595); Blue value is 236 (92.58% from 255 or 39.66% from 595); Max value from RGB is 236 - color contains mainly: blue. Hex color #82E5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82E5EC is #7D1A13. Grayscale: #C8C8C8. Windows color (decimal): -8198676 or 15525250. OLE color: 15525250.
HSL color Cylindrical-coordinate representation of color #82E5EC: hue angle of 183.96º degrees, saturation: 0.74, 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 #82E5EC is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 229 | 236 | - |
| CMYK | 0.45 | 0.03 | 0 | 0.07 |
| HSL | 183.96º | 0.74% | 0.72% | - |
| HSV(B) | 183.96º | 0.45% | 0.93% | - |
| XYZ | 52.37 | 66.84 | 89.5 | - |
| YUV | 200.2 | 148.2 | 77.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 229 | 236 | 0.45 | 0.03 | 0 | 0.07 | 183.96 | 0.74 | 0.72 |
| Hex | 82 | E5 | EC | 2D | 3 | 0 | 7 | B8 | 4A | 48 |
| Octal | 202 | 345 | 354 | 55 | 3 | 0 | 7 | 270 | 112 | 110 |
| Binary | 10000010 | 11100101 | 11101100 | 101101 | 11 | 0 | 111 | 10111000 | 1001010 | 1001000 |
Color Harmonies of #82E5EC
Complementary color
Monochromatic Colors of #82E5EC
Black with #82E5EC
Text Example
Text Example
White with #82E5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E5EC; }
p { color: rgb(130,229,236); }
H1.HeaderClassName
{
color: #82E5EC;
}
.AnyTagClassName
{
color: #82E5EC;
}
</style>
background-color css
<style>
a { background-color: #82E5EC; }
a { background-color: rgb(130,229,236); }
div.DivClassName
{
background-color: #82E5EC;
}
.BgClassName
{
background-color: #82E5EC;
}
</style>
border-color css
<style>
span { border-color: #82E5EC; }
span { border-color: rgb(130,229,236); }
td.TdClassName
{
border-color: #82E5EC;
}
.TagClassName
{
border-color: #82E5EC;
}
</style>