Shades of Turquoise Blue #80E2DE
Tints of Turquoise Blue #80E2DE
RGB
CMYK
RGB Variations
Color information
#80E2DE (or 0x80E2DE) is known color: Turquoise Blue. HEX triplet: 80, E2 and DE. RGB value is (128,226,222). Sum of RGB (Red+Green+Blue) = 128+226+222=576 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.22% from 576); Green value is 226 (88.67% from 255 or 39.24% from 576); Blue value is 222 (87.11% from 255 or 38.54% from 576); Max value from RGB is 226 - color contains mainly: green. Hex color #80E2DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80E2DE is #7F1D21. Grayscale: #C4C4C4. Windows color (decimal): -8330530 or 14606976. OLE color: 14606976.
HSL color Cylindrical-coordinate representation of color #80E2DE: hue angle of 177.55º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80E2DE is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 128 | 226 | 222 | - |
| CMYK | 0.43 | 0 | 0.02 | 0.11 |
| HSL | 177.55º | 0.63% | 0.69% | - |
| HSV(B) | 177.55º | 0.43% | 0.89% | - |
| XYZ | 49.28 | 64.26 | 78.91 | - |
| YUV | 196.24 | 142.53 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 226 | 222 | 0.43 | 0 | 0.02 | 0.11 | 177.55 | 0.63 | 0.69 |
| Hex | 80 | E2 | DE | 2B | 0 | 2 | B | B2 | 3F | 45 |
| Octal | 200 | 342 | 336 | 53 | 0 | 2 | 13 | 262 | 77 | 105 |
| Binary | 10000000 | 11100010 | 11011110 | 101011 | 0 | 10 | 1011 | 10110010 | 111111 | 1000101 |
Color Harmonies of #80E2DE
Complementary color
Monochromatic Colors of #80E2DE
Black with #80E2DE
Text Example
Text Example
White with #80E2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E2DE; }
p { color: rgb(128,226,222); }
H1.HeaderClassName
{
color: #80E2DE;
}
.AnyTagClassName
{
color: #80E2DE;
}
</style>
background-color css
<style>
a { background-color: #80E2DE; }
a { background-color: rgb(128,226,222); }
div.DivClassName
{
background-color: #80E2DE;
}
.BgClassName
{
background-color: #80E2DE;
}
</style>
border-color css
<style>
span { border-color: #80E2DE; }
span { border-color: rgb(128,226,222); }
td.TdClassName
{
border-color: #80E2DE;
}
.TagClassName
{
border-color: #80E2DE;
}
</style>