Shades of Turquoise Blue #80ECE4
Tints of Turquoise Blue #80ECE4
RGB
CMYK
RGB Variations
Color information
#80ECE4 (or 0x80ECE4) is known color: Turquoise Blue. HEX triplet: 80, EC and E4. RGB value is (128,236,228). Sum of RGB (Red+Green+Blue) = 128+236+228=592 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.62% from 592); Green value is 236 (92.58% from 255 or 39.86% from 592); Blue value is 228 (89.45% from 255 or 38.51% from 592); Max value from RGB is 236 - color contains mainly: green. Hex color #80ECE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80ECE4 is #7F131B. Grayscale: #CACACA. Windows color (decimal): -8327964 or 15002752. OLE color: 15002752.
HSL color Cylindrical-coordinate representation of color #80ECE4: hue angle of 175.56º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80ECE4 is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 236 | 228 | - |
| CMYK | 0.46 | 0 | 0.03 | 0.07 |
| HSL | 175.56º | 0.74% | 0.71% | - |
| HSV(B) | 175.56º | 0.46% | 0.93% | - |
| XYZ | 52.9 | 70.18 | 84.16 | - |
| YUV | 202.8 | 142.22 | 74.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 236 | 228 | 0.46 | 0 | 0.03 | 0.07 | 175.56 | 0.74 | 0.71 |
| Hex | 80 | EC | E4 | 2E | 0 | 3 | 7 | B0 | 4A | 47 |
| Octal | 200 | 354 | 344 | 56 | 0 | 3 | 7 | 260 | 112 | 107 |
| Binary | 10000000 | 11101100 | 11100100 | 101110 | 0 | 11 | 111 | 10110000 | 1001010 | 1000111 |
Color Harmonies of #80ECE4
Complementary color
Monochromatic Colors of #80ECE4
Black with #80ECE4
Text Example
Text Example
White with #80ECE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80ECE4; }
p { color: rgb(128,236,228); }
H1.HeaderClassName
{
color: #80ECE4;
}
.AnyTagClassName
{
color: #80ECE4;
}
</style>
background-color css
<style>
a { background-color: #80ECE4; }
a { background-color: rgb(128,236,228); }
div.DivClassName
{
background-color: #80ECE4;
}
.BgClassName
{
background-color: #80ECE4;
}
</style>
border-color css
<style>
span { border-color: #80ECE4; }
span { border-color: rgb(128,236,228); }
td.TdClassName
{
border-color: #80ECE4;
}
.TagClassName
{
border-color: #80ECE4;
}
</style>