Shades of Turquoise Blue #81E0EC
Tints of Turquoise Blue #81E0EC
RGB
CMYK
RGB Variations
Color information
#81E0EC (or 0x81E0EC) is known color: Turquoise Blue. HEX triplet: 81, E0 and EC. RGB value is (129,224,236). Sum of RGB (Red+Green+Blue) = 129+224+236=589 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.90% from 589); Green value is 224 (87.89% from 255 or 38.03% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 236 - color contains mainly: blue. Hex color #81E0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81E0EC is #7E1F13. Grayscale: #C4C4C4. Windows color (decimal): -8265492 or 15523969. OLE color: 15523969.
HSL color Cylindrical-coordinate representation of color #81E0EC: hue angle of 186.73º 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 #81E0EC is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 224 | 236 | - |
| CMYK | 0.45 | 0.05 | 0 | 0.07 |
| HSL | 186.73º | 0.74% | 0.72% | - |
| HSV(B) | 186.73º | 0.45% | 0.93% | - |
| XYZ | 50.85 | 64.03 | 89.04 | - |
| YUV | 196.96 | 150.03 | 79.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 224 | 236 | 0.45 | 0.05 | 0 | 0.07 | 186.73 | 0.74 | 0.72 |
| Hex | 81 | E0 | EC | 2D | 5 | 0 | 7 | BB | 4A | 48 |
| Octal | 201 | 340 | 354 | 55 | 5 | 0 | 7 | 273 | 112 | 110 |
| Binary | 10000001 | 11100000 | 11101100 | 101101 | 101 | 0 | 111 | 10111011 | 1001010 | 1001000 |
Color Harmonies of #81E0EC
Complementary color
Monochromatic Colors of #81E0EC
Black with #81E0EC
Text Example
Text Example
White with #81E0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E0EC; }
p { color: rgb(129,224,236); }
H1.HeaderClassName
{
color: #81E0EC;
}
.AnyTagClassName
{
color: #81E0EC;
}
</style>
background-color css
<style>
a { background-color: #81E0EC; }
a { background-color: rgb(129,224,236); }
div.DivClassName
{
background-color: #81E0EC;
}
.BgClassName
{
background-color: #81E0EC;
}
</style>
border-color css
<style>
span { border-color: #81E0EC; }
span { border-color: rgb(129,224,236); }
td.TdClassName
{
border-color: #81E0EC;
}
.TagClassName
{
border-color: #81E0EC;
}
</style>