Shades of Turquoise Blue #81E3EF
Tints of Turquoise Blue #81E3EF
RGB
CMYK
RGB Variations
Color information
#81E3EF (or 0x81E3EF) is known color: Turquoise Blue. HEX triplet: 81, E3 and EF. RGB value is (129,227,239). Sum of RGB (Red+Green+Blue) = 129+227+239=595 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.68% from 595); Green value is 227 (89.06% from 255 or 38.15% from 595); Blue value is 239 (93.75% from 255 or 40.17% from 595); Max value from RGB is 239 - color contains mainly: blue. Hex color #81E3EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81E3EF is #7E1C10. Grayscale: #C6C6C6. Windows color (decimal): -8264721 or 15721345. OLE color: 15721345.
HSL color Cylindrical-coordinate representation of color #81E3EF: hue angle of 186.55º 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 #81E3EF is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 227 | 239 | - |
| CMYK | 0.46 | 0.05 | 0 | 0.06 |
| HSL | 186.55º | 0.77% | 0.72% | - |
| HSV(B) | 186.55º | 0.46% | 0.94% | - |
| XYZ | 52.1 | 65.84 | 91.62 | - |
| YUV | 199.07 | 150.53 | 78.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 227 | 239 | 0.46 | 0.05 | 0 | 0.06 | 186.55 | 0.77 | 0.72 |
| Hex | 81 | E3 | EF | 2E | 5 | 0 | 6 | BB | 4D | 48 |
| Octal | 201 | 343 | 357 | 56 | 5 | 0 | 6 | 273 | 115 | 110 |
| Binary | 10000001 | 11100011 | 11101111 | 101110 | 101 | 0 | 110 | 10111011 | 1001101 | 1001000 |
Color Harmonies of #81E3EF
Complementary color
Monochromatic Colors of #81E3EF
Black with #81E3EF
Text Example
Text Example
White with #81E3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E3EF; }
p { color: rgb(129,227,239); }
H1.HeaderClassName
{
color: #81E3EF;
}
.AnyTagClassName
{
color: #81E3EF;
}
</style>
background-color css
<style>
a { background-color: #81E3EF; }
a { background-color: rgb(129,227,239); }
div.DivClassName
{
background-color: #81E3EF;
}
.BgClassName
{
background-color: #81E3EF;
}
</style>
border-color css
<style>
span { border-color: #81E3EF; }
span { border-color: rgb(129,227,239); }
td.TdClassName
{
border-color: #81E3EF;
}
.TagClassName
{
border-color: #81E3EF;
}
</style>