Shades of Turquoise Blue #82E4EF
Tints of Turquoise Blue #82E4EF
RGB
CMYK
RGB Variations
Color information
#82E4EF (or 0x82E4EF) is known color: Turquoise Blue. HEX triplet: 82, E4 and EF. RGB value is (130,228,239). Sum of RGB (Red+Green+Blue) = 130+228+239=597 (79% of max value = 765). Red value is 130 (51.17% from 255 or 21.78% from 597); Green value is 228 (89.45% from 255 or 38.19% from 597); Blue value is 239 (93.75% from 255 or 40.03% from 597); Max value from RGB is 239 - color contains mainly: blue. Hex color #82E4EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82E4EF is #7D1B10. Grayscale: #C7C7C7. Windows color (decimal): -8198929 or 15721602. OLE color: 15721602.
HSL color Cylindrical-coordinate representation of color #82E4EF: hue angle of 186.06º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82E4EF is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 228 | 239 | - |
| CMYK | 0.46 | 0.05 | 0 | 0.06 |
| HSL | 186.06º | 0.77% | 0.72% | - |
| HSV(B) | 186.06º | 0.46% | 0.94% | - |
| XYZ | 52.53 | 66.46 | 91.72 | - |
| YUV | 199.95 | 150.03 | 78.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 228 | 239 | 0.46 | 0.05 | 0 | 0.06 | 186.06 | 0.77 | 0.72 |
| Hex | 82 | E4 | EF | 2E | 5 | 0 | 6 | BA | 4D | 48 |
| Octal | 202 | 344 | 357 | 56 | 5 | 0 | 6 | 272 | 115 | 110 |
| Binary | 10000010 | 11100100 | 11101111 | 101110 | 101 | 0 | 110 | 10111010 | 1001101 | 1001000 |
Color Harmonies of #82E4EF
Complementary color
Monochromatic Colors of #82E4EF
Black with #82E4EF
Text Example
Text Example
White with #82E4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E4EF; }
p { color: rgb(130,228,239); }
H1.HeaderClassName
{
color: #82E4EF;
}
.AnyTagClassName
{
color: #82E4EF;
}
</style>
background-color css
<style>
a { background-color: #82E4EF; }
a { background-color: rgb(130,228,239); }
div.DivClassName
{
background-color: #82E4EF;
}
.BgClassName
{
background-color: #82E4EF;
}
</style>
border-color css
<style>
span { border-color: #82E4EF; }
span { border-color: rgb(130,228,239); }
td.TdClassName
{
border-color: #82E4EF;
}
.TagClassName
{
border-color: #82E4EF;
}
</style>