Shades of Turquoise Blue #81E3DE
Tints of Turquoise Blue #81E3DE
RGB
CMYK
RGB Variations
Color information
#81E3DE (or 0x81E3DE) is known color: Turquoise Blue. HEX triplet: 81, E3 and DE. RGB value is (129,227,222). Sum of RGB (Red+Green+Blue) = 129+227+222=578 (76% of max value = 765). Red value is 129 (50.78% from 255 or 22.32% from 578); Green value is 227 (89.06% from 255 or 39.27% from 578); Blue value is 222 (87.11% from 255 or 38.41% from 578); Max value from RGB is 227 - color contains mainly: green. Hex color #81E3DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81E3DE is #7E1C21. Grayscale: #C5C5C5. Windows color (decimal): -8264738 or 14607233. OLE color: 14607233.
HSL color Cylindrical-coordinate representation of color #81E3DE: hue angle of 176.94º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #81E3DE is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 129 | 227 | 222 | - |
| CMYK | 0.43 | 0 | 0.02 | 0.11 |
| HSL | 176.94º | 0.64% | 0.7% | - |
| HSV(B) | 176.94º | 0.43% | 0.89% | - |
| XYZ | 49.71 | 64.88 | 79.01 | - |
| YUV | 197.13 | 142.03 | 79.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 227 | 222 | 0.43 | 0 | 0.02 | 0.11 | 176.94 | 0.64 | 0.7 |
| Hex | 81 | E3 | DE | 2B | 0 | 2 | B | B1 | 40 | 46 |
| Octal | 201 | 343 | 336 | 53 | 0 | 2 | 13 | 261 | 100 | 106 |
| Binary | 10000001 | 11100011 | 11011110 | 101011 | 0 | 10 | 1011 | 10110001 | 1000000 | 1000110 |
Color Harmonies of #81E3DE
Complementary color
Monochromatic Colors of #81E3DE
Black with #81E3DE
Text Example
Text Example
White with #81E3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E3DE; }
p { color: rgb(129,227,222); }
H1.HeaderClassName
{
color: #81E3DE;
}
.AnyTagClassName
{
color: #81E3DE;
}
</style>
background-color css
<style>
a { background-color: #81E3DE; }
a { background-color: rgb(129,227,222); }
div.DivClassName
{
background-color: #81E3DE;
}
.BgClassName
{
background-color: #81E3DE;
}
</style>
border-color css
<style>
span { border-color: #81E3DE; }
span { border-color: rgb(129,227,222); }
td.TdClassName
{
border-color: #81E3DE;
}
.TagClassName
{
border-color: #81E3DE;
}
</style>