Shades of Turquoise Blue #81E9E7
Tints of Turquoise Blue #81E9E7
RGB
CMYK
RGB Variations
Color information
#81E9E7 (or 0x81E9E7) is known color: Turquoise Blue. HEX triplet: 81, E9 and E7. RGB value is (129,233,231). Sum of RGB (Red+Green+Blue) = 129+233+231=593 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.75% from 593); Green value is 233 (91.41% from 255 or 39.29% from 593); Blue value is 231 (90.62% from 255 or 38.95% from 593); Max value from RGB is 233 - color contains mainly: green. Hex color #81E9E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81E9E7 is #7E1618. Grayscale: #C9C9C9. Windows color (decimal): -8263193 or 15198593. OLE color: 15198593.
HSL color Cylindrical-coordinate representation of color #81E9E7: hue angle of 178.85º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81E9E7 is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 129 | 233 | 231 | - |
| CMYK | 0.45 | 0 | 0.01 | 0.09 |
| HSL | 178.85º | 0.7% | 0.71% | - |
| HSV(B) | 178.85º | 0.45% | 0.91% | - |
| XYZ | 52.62 | 68.71 | 86.09 | - |
| YUV | 201.68 | 144.54 | 76.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 233 | 231 | 0.45 | 0 | 0.01 | 0.09 | 178.85 | 0.7 | 0.71 |
| Hex | 81 | E9 | E7 | 2D | 0 | 1 | 9 | B3 | 46 | 47 |
| Octal | 201 | 351 | 347 | 55 | 0 | 1 | 11 | 263 | 106 | 107 |
| Binary | 10000001 | 11101001 | 11100111 | 101101 | 0 | 1 | 1001 | 10110011 | 1000110 | 1000111 |
Color Harmonies of #81E9E7
Complementary color
Monochromatic Colors of #81E9E7
Black with #81E9E7
Text Example
Text Example
White with #81E9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E9E7; }
p { color: rgb(129,233,231); }
H1.HeaderClassName
{
color: #81E9E7;
}
.AnyTagClassName
{
color: #81E9E7;
}
</style>
background-color css
<style>
a { background-color: #81E9E7; }
a { background-color: rgb(129,233,231); }
div.DivClassName
{
background-color: #81E9E7;
}
.BgClassName
{
background-color: #81E9E7;
}
</style>
border-color css
<style>
span { border-color: #81E9E7; }
span { border-color: rgb(129,233,231); }
td.TdClassName
{
border-color: #81E9E7;
}
.TagClassName
{
border-color: #81E9E7;
}
</style>