Shades of Turquoise Blue #82E8EA
Tints of Turquoise Blue #82E8EA
RGB
CMYK
RGB Variations
Color information
#82E8EA (or 0x82E8EA) is known color: Turquoise Blue. HEX triplet: 82, E8 and EA. RGB value is (130,232,234). Sum of RGB (Red+Green+Blue) = 130+232+234=596 (78% of max value = 765). Red value is 130 (51.17% from 255 or 21.81% from 596); Green value is 232 (91.02% from 255 or 38.93% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 234 - color contains mainly: blue. Hex color #82E8EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82E8EA is #7D1715. Grayscale: #C9C9C9. Windows color (decimal): -8197910 or 15394946. OLE color: 15394946.
HSL color Cylindrical-coordinate representation of color #82E8EA: hue angle of 181.15º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82E8EA is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 130 | 232 | 234 | - |
| CMYK | 0.44 | 0.01 | 0 | 0.08 |
| HSL | 181.15º | 0.71% | 0.71% | - |
| HSV(B) | 181.15º | 0.44% | 0.92% | - |
| XYZ | 52.91 | 68.4 | 88.26 | - |
| YUV | 201.73 | 146.21 | 76.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 232 | 234 | 0.44 | 0.01 | 0 | 0.08 | 181.15 | 0.71 | 0.71 |
| Hex | 82 | E8 | EA | 2C | 1 | 0 | 8 | B5 | 47 | 47 |
| Octal | 202 | 350 | 352 | 54 | 1 | 0 | 10 | 265 | 107 | 107 |
| Binary | 10000010 | 11101000 | 11101010 | 101100 | 1 | 0 | 1000 | 10110101 | 1000111 | 1000111 |
Color Harmonies of #82E8EA
Complementary color
Monochromatic Colors of #82E8EA
Black with #82E8EA
Text Example
Text Example
White with #82E8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E8EA; }
p { color: rgb(130,232,234); }
H1.HeaderClassName
{
color: #82E8EA;
}
.AnyTagClassName
{
color: #82E8EA;
}
</style>
background-color css
<style>
a { background-color: #82E8EA; }
a { background-color: rgb(130,232,234); }
div.DivClassName
{
background-color: #82E8EA;
}
.BgClassName
{
background-color: #82E8EA;
}
</style>
border-color css
<style>
span { border-color: #82E8EA; }
span { border-color: rgb(130,232,234); }
td.TdClassName
{
border-color: #82E8EA;
}
.TagClassName
{
border-color: #82E8EA;
}
</style>