Shades of Turquoise Blue #81E7DF
Tints of Turquoise Blue #81E7DF
RGB
CMYK
RGB Variations
Color information
#81E7DF (or 0x81E7DF) is known color: Turquoise Blue. HEX triplet: 81, E7 and DF. RGB value is (129,231,223). Sum of RGB (Red+Green+Blue) = 129+231+223=583 (77% of max value = 765). Red value is 129 (50.78% from 255 or 22.13% from 583); Green value is 231 (90.62% from 255 or 39.62% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 231 - color contains mainly: green. Hex color #81E7DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81E7DF is #7E1820. Grayscale: #C7C7C7. Windows color (decimal): -8263713 or 14673793. OLE color: 14673793.
HSL color Cylindrical-coordinate representation of color #81E7DF: hue angle of 175.29º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #81E7DF is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 129 | 231 | 223 | - |
| CMYK | 0.44 | 0 | 0.03 | 0.09 |
| HSL | 175.29º | 0.68% | 0.71% | - |
| HSV(B) | 175.29º | 0.44% | 0.91% | - |
| XYZ | 50.95 | 67.15 | 80.09 | - |
| YUV | 199.59 | 141.21 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 231 | 223 | 0.44 | 0 | 0.03 | 0.09 | 175.29 | 0.68 | 0.71 |
| Hex | 81 | E7 | DF | 2C | 0 | 3 | 9 | AF | 44 | 47 |
| Octal | 201 | 347 | 337 | 54 | 0 | 3 | 11 | 257 | 104 | 107 |
| Binary | 10000001 | 11100111 | 11011111 | 101100 | 0 | 11 | 1001 | 10101111 | 1000100 | 1000111 |
Color Harmonies of #81E7DF
Complementary color
Monochromatic Colors of #81E7DF
Black with #81E7DF
Text Example
Text Example
White with #81E7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E7DF; }
p { color: rgb(129,231,223); }
H1.HeaderClassName
{
color: #81E7DF;
}
.AnyTagClassName
{
color: #81E7DF;
}
</style>
background-color css
<style>
a { background-color: #81E7DF; }
a { background-color: rgb(129,231,223); }
div.DivClassName
{
background-color: #81E7DF;
}
.BgClassName
{
background-color: #81E7DF;
}
</style>
border-color css
<style>
span { border-color: #81E7DF; }
span { border-color: rgb(129,231,223); }
td.TdClassName
{
border-color: #81E7DF;
}
.TagClassName
{
border-color: #81E7DF;
}
</style>