Shades of Turquoise Blue #81E2EC
Tints of Turquoise Blue #81E2EC
RGB
CMYK
RGB Variations
Color information
#81E2EC (or 0x81E2EC) is known color: Turquoise Blue. HEX triplet: 81, E2 and EC. RGB value is (129,226,236). Sum of RGB (Red+Green+Blue) = 129+226+236=591 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.83% from 591); Green value is 226 (88.67% from 255 or 38.24% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 236 - color contains mainly: blue. Hex color #81E2EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81E2EC is #7E1D13. Grayscale: #C6C6C6. Windows color (decimal): -8264980 or 15524481. OLE color: 15524481.
HSL color Cylindrical-coordinate representation of color #81E2EC: hue angle of 185.61º 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 #81E2EC is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 226 | 236 | - |
| CMYK | 0.45 | 0.04 | 0 | 0.07 |
| HSL | 185.61º | 0.74% | 0.72% | - |
| HSV(B) | 185.61º | 0.45% | 0.93% | - |
| XYZ | 51.39 | 65.12 | 89.22 | - |
| YUV | 198.14 | 149.36 | 78.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 226 | 236 | 0.45 | 0.04 | 0 | 0.07 | 185.61 | 0.74 | 0.72 |
| Hex | 81 | E2 | EC | 2D | 4 | 0 | 7 | BA | 4A | 48 |
| Octal | 201 | 342 | 354 | 55 | 4 | 0 | 7 | 272 | 112 | 110 |
| Binary | 10000001 | 11100010 | 11101100 | 101101 | 100 | 0 | 111 | 10111010 | 1001010 | 1001000 |
Color Harmonies of #81E2EC
Complementary color
Monochromatic Colors of #81E2EC
Black with #81E2EC
Text Example
Text Example
White with #81E2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E2EC; }
p { color: rgb(129,226,236); }
H1.HeaderClassName
{
color: #81E2EC;
}
.AnyTagClassName
{
color: #81E2EC;
}
</style>
background-color css
<style>
a { background-color: #81E2EC; }
a { background-color: rgb(129,226,236); }
div.DivClassName
{
background-color: #81E2EC;
}
.BgClassName
{
background-color: #81E2EC;
}
</style>
border-color css
<style>
span { border-color: #81E2EC; }
span { border-color: rgb(129,226,236); }
td.TdClassName
{
border-color: #81E2EC;
}
.TagClassName
{
border-color: #81E2EC;
}
</style>