Shades of Turquoise Blue #82E9E5
Tints of Turquoise Blue #82E9E5
RGB
CMYK
RGB Variations
Color information
#82E9E5 (or 0x82E9E5) is known color: Turquoise Blue. HEX triplet: 82, E9 and E5. RGB value is (130,233,229). Sum of RGB (Red+Green+Blue) = 130+233+229=592 (78% of max value = 765). Red value is 130 (51.17% from 255 or 21.96% from 592); Green value is 233 (91.41% from 255 or 39.36% from 592); Blue value is 229 (89.84% from 255 or 38.68% from 592); Max value from RGB is 233 - color contains mainly: green. Hex color #82E9E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82E9E5 is #7D161A. Grayscale: #C9C9C9. Windows color (decimal): -8197659 or 15067522. OLE color: 15067522.
HSL color Cylindrical-coordinate representation of color #82E9E5: hue angle of 177.67º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82E9E5 is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 130 | 233 | 229 | - |
| CMYK | 0.44 | 0 | 0.02 | 0.09 |
| HSL | 177.67º | 0.7% | 0.71% | - |
| HSV(B) | 177.67º | 0.44% | 0.91% | - |
| XYZ | 52.49 | 68.68 | 84.62 | - |
| YUV | 201.75 | 143.38 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 233 | 229 | 0.44 | 0 | 0.02 | 0.09 | 177.67 | 0.7 | 0.71 |
| Hex | 82 | E9 | E5 | 2C | 0 | 2 | 9 | B2 | 46 | 47 |
| Octal | 202 | 351 | 345 | 54 | 0 | 2 | 11 | 262 | 106 | 107 |
| Binary | 10000010 | 11101001 | 11100101 | 101100 | 0 | 10 | 1001 | 10110010 | 1000110 | 1000111 |
Color Harmonies of #82E9E5
Complementary color
Monochromatic Colors of #82E9E5
Black with #82E9E5
Text Example
Text Example
White with #82E9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E9E5; }
p { color: rgb(130,233,229); }
H1.HeaderClassName
{
color: #82E9E5;
}
.AnyTagClassName
{
color: #82E9E5;
}
</style>
background-color css
<style>
a { background-color: #82E9E5; }
a { background-color: rgb(130,233,229); }
div.DivClassName
{
background-color: #82E9E5;
}
.BgClassName
{
background-color: #82E9E5;
}
</style>
border-color css
<style>
span { border-color: #82E9E5; }
span { border-color: rgb(130,233,229); }
td.TdClassName
{
border-color: #82E9E5;
}
.TagClassName
{
border-color: #82E9E5;
}
</style>