Shades of Turquoise Blue #81E4DF
Tints of Turquoise Blue #81E4DF
RGB
CMYK
RGB Variations
Color information
#81E4DF (or 0x81E4DF) is known color: Turquoise Blue. HEX triplet: 81, E4 and DF. RGB value is (129,228,223). Sum of RGB (Red+Green+Blue) = 129+228+223=580 (76% of max value = 765). Red value is 129 (50.78% from 255 or 22.24% from 580); Green value is 228 (89.45% from 255 or 39.31% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 228 - color contains mainly: green. Hex color #81E4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81E4DF is #7E1B20. Grayscale: #C5C5C5. Windows color (decimal): -8264481 or 14673025. OLE color: 14673025.
HSL color Cylindrical-coordinate representation of color #81E4DF: hue angle of 176.97º degrees, saturation: 0.65, 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 #81E4DF is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 129 | 228 | 223 | - |
| CMYK | 0.43 | 0 | 0.02 | 0.11 |
| HSL | 176.97º | 0.65% | 0.7% | - |
| HSV(B) | 176.97º | 0.43% | 0.89% | - |
| XYZ | 50.12 | 65.48 | 79.81 | - |
| YUV | 197.83 | 142.2 | 78.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 228 | 223 | 0.43 | 0 | 0.02 | 0.11 | 176.97 | 0.65 | 0.7 |
| Hex | 81 | E4 | DF | 2B | 0 | 2 | B | B1 | 41 | 46 |
| Octal | 201 | 344 | 337 | 53 | 0 | 2 | 13 | 261 | 101 | 106 |
| Binary | 10000001 | 11100100 | 11011111 | 101011 | 0 | 10 | 1011 | 10110001 | 1000001 | 1000110 |
Color Harmonies of #81E4DF
Complementary color
Monochromatic Colors of #81E4DF
Black with #81E4DF
Text Example
Text Example
White with #81E4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E4DF; }
p { color: rgb(129,228,223); }
H1.HeaderClassName
{
color: #81E4DF;
}
.AnyTagClassName
{
color: #81E4DF;
}
</style>
background-color css
<style>
a { background-color: #81E4DF; }
a { background-color: rgb(129,228,223); }
div.DivClassName
{
background-color: #81E4DF;
}
.BgClassName
{
background-color: #81E4DF;
}
</style>
border-color css
<style>
span { border-color: #81E4DF; }
span { border-color: rgb(129,228,223); }
td.TdClassName
{
border-color: #81E4DF;
}
.TagClassName
{
border-color: #81E4DF;
}
</style>