Shades of Turquoise Blue #81E1EF
Tints of Turquoise Blue #81E1EF
RGB
CMYK
RGB Variations
Color information
#81E1EF (or 0x81E1EF) is known color: Turquoise Blue. HEX triplet: 81, E1 and EF. RGB value is (129,225,239). Sum of RGB (Red+Green+Blue) = 129+225+239=593 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.75% from 593); Green value is 225 (88.28% from 255 or 37.94% from 593); Blue value is 239 (93.75% from 255 or 40.30% from 593); Max value from RGB is 239 - color contains mainly: blue. Hex color #81E1EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81E1EF is #7E1E10. Grayscale: #C5C5C5. Windows color (decimal): -8265233 or 15720833. OLE color: 15720833.
HSL color Cylindrical-coordinate representation of color #81E1EF: hue angle of 187.64º 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 #81E1EF is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 225 | 239 | - |
| CMYK | 0.46 | 0.06 | 0 | 0.06 |
| HSL | 187.64º | 0.77% | 0.72% | - |
| HSV(B) | 187.64º | 0.46% | 0.94% | - |
| XYZ | 51.56 | 64.75 | 91.44 | - |
| YUV | 197.89 | 151.2 | 78.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 225 | 239 | 0.46 | 0.06 | 0 | 0.06 | 187.64 | 0.77 | 0.72 |
| Hex | 81 | E1 | EF | 2E | 6 | 0 | 6 | BC | 4D | 48 |
| Octal | 201 | 341 | 357 | 56 | 6 | 0 | 6 | 274 | 115 | 110 |
| Binary | 10000001 | 11100001 | 11101111 | 101110 | 110 | 0 | 110 | 10111100 | 1001101 | 1001000 |
Color Harmonies of #81E1EF
Complementary color
Monochromatic Colors of #81E1EF
Black with #81E1EF
Text Example
Text Example
White with #81E1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E1EF; }
p { color: rgb(129,225,239); }
H1.HeaderClassName
{
color: #81E1EF;
}
.AnyTagClassName
{
color: #81E1EF;
}
</style>
background-color css
<style>
a { background-color: #81E1EF; }
a { background-color: rgb(129,225,239); }
div.DivClassName
{
background-color: #81E1EF;
}
.BgClassName
{
background-color: #81E1EF;
}
</style>
border-color css
<style>
span { border-color: #81E1EF; }
span { border-color: rgb(129,225,239); }
td.TdClassName
{
border-color: #81E1EF;
}
.TagClassName
{
border-color: #81E1EF;
}
</style>