Shades of Turquoise Blue #81E4EE
Tints of Turquoise Blue #81E4EE
RGB
CMYK
RGB Variations
Color information
#81E4EE (or 0x81E4EE) is known color: Turquoise Blue. HEX triplet: 81, E4 and EE. RGB value is (129,228,238). Sum of RGB (Red+Green+Blue) = 129+228+238=595 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.68% from 595); Green value is 228 (89.45% from 255 or 38.32% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 238 - color contains mainly: blue. Hex color #81E4EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81E4EE is #7E1B11. Grayscale: #C7C7C7. Windows color (decimal): -8264466 or 15656065. OLE color: 15656065.
HSL color Cylindrical-coordinate representation of color #81E4EE: hue angle of 185.5º 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 #81E4EE is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 228 | 238 | - |
| CMYK | 0.46 | 0.04 | 0 | 0.07 |
| HSL | 185.5º | 0.76% | 0.72% | - |
| HSV(B) | 185.5º | 0.46% | 0.93% | - |
| XYZ | 52.23 | 66.33 | 90.94 | - |
| YUV | 199.54 | 149.7 | 77.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 228 | 238 | 0.46 | 0.04 | 0 | 0.07 | 185.5 | 0.76 | 0.72 |
| Hex | 81 | E4 | EE | 2E | 4 | 0 | 7 | BA | 4C | 48 |
| Octal | 201 | 344 | 356 | 56 | 4 | 0 | 7 | 272 | 114 | 110 |
| Binary | 10000001 | 11100100 | 11101110 | 101110 | 100 | 0 | 111 | 10111010 | 1001100 | 1001000 |
Color Harmonies of #81E4EE
Complementary color
Monochromatic Colors of #81E4EE
Black with #81E4EE
Text Example
Text Example
White with #81E4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E4EE; }
p { color: rgb(129,228,238); }
H1.HeaderClassName
{
color: #81E4EE;
}
.AnyTagClassName
{
color: #81E4EE;
}
</style>
background-color css
<style>
a { background-color: #81E4EE; }
a { background-color: rgb(129,228,238); }
div.DivClassName
{
background-color: #81E4EE;
}
.BgClassName
{
background-color: #81E4EE;
}
</style>
border-color css
<style>
span { border-color: #81E4EE; }
span { border-color: rgb(129,228,238); }
td.TdClassName
{
border-color: #81E4EE;
}
.TagClassName
{
border-color: #81E4EE;
}
</style>