Shades of Turquoise Blue #81E5EE
Tints of Turquoise Blue #81E5EE
RGB
CMYK
RGB Variations
Color information
#81E5EE (or 0x81E5EE) is known color: Turquoise Blue. HEX triplet: 81, E5 and EE. RGB value is (129,229,238). Sum of RGB (Red+Green+Blue) = 129+229+238=596 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.64% from 596); Green value is 229 (89.84% from 255 or 38.42% from 596); Blue value is 238 (93.36% from 255 or 39.93% from 596); Max value from RGB is 238 - color contains mainly: blue. Hex color #81E5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81E5EE is #7E1A11. Grayscale: #C7C7C7. Windows color (decimal): -8264210 or 15656321. OLE color: 15656321.
HSL color Cylindrical-coordinate representation of color #81E5EE: hue angle of 184.95º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81E5EE is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 229 | 238 | - |
| CMYK | 0.46 | 0.04 | 0 | 0.07 |
| HSL | 184.95º | 0.76% | 0.72% | - |
| HSV(B) | 184.95º | 0.46% | 0.93% | - |
| XYZ | 52.51 | 66.88 | 91.03 | - |
| YUV | 200.13 | 149.37 | 77.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 229 | 238 | 0.46 | 0.04 | 0 | 0.07 | 184.95 | 0.76 | 0.72 |
| Hex | 81 | E5 | EE | 2E | 4 | 0 | 7 | B9 | 4C | 48 |
| Octal | 201 | 345 | 356 | 56 | 4 | 0 | 7 | 271 | 114 | 110 |
| Binary | 10000001 | 11100101 | 11101110 | 101110 | 100 | 0 | 111 | 10111001 | 1001100 | 1001000 |
Color Harmonies of #81E5EE
Complementary color
Monochromatic Colors of #81E5EE
Black with #81E5EE
Text Example
Text Example
White with #81E5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E5EE; }
p { color: rgb(129,229,238); }
H1.HeaderClassName
{
color: #81E5EE;
}
.AnyTagClassName
{
color: #81E5EE;
}
</style>
background-color css
<style>
a { background-color: #81E5EE; }
a { background-color: rgb(129,229,238); }
div.DivClassName
{
background-color: #81E5EE;
}
.BgClassName
{
background-color: #81E5EE;
}
</style>
border-color css
<style>
span { border-color: #81E5EE; }
span { border-color: rgb(129,229,238); }
td.TdClassName
{
border-color: #81E5EE;
}
.TagClassName
{
border-color: #81E5EE;
}
</style>