Shades of Turquoise Blue #80E0EF
Tints of Turquoise Blue #80E0EF
RGB
CMYK
RGB Variations
Color information
#80E0EF (or 0x80E0EF) is known color: Turquoise Blue. HEX triplet: 80, E0 and EF. RGB value is (128,224,239). Sum of RGB (Red+Green+Blue) = 128+224+239=591 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.66% from 591); Green value is 224 (87.89% from 255 or 37.90% from 591); Blue value is 239 (93.75% from 255 or 40.44% from 591); Max value from RGB is 239 - color contains mainly: blue. Hex color #80E0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80E0EF is #7F1F10. Grayscale: #C4C4C4. Windows color (decimal): -8331025 or 15720576. OLE color: 15720576.
HSL color Cylindrical-coordinate representation of color #80E0EF: hue angle of 188.11º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80E0EF is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 224 | 239 | - |
| CMYK | 0.46 | 0.06 | 0 | 0.06 |
| HSL | 188.11º | 0.78% | 0.72% | - |
| HSV(B) | 188.11º | 0.46% | 0.94% | - |
| XYZ | 51.14 | 64.13 | 91.34 | - |
| YUV | 197.01 | 151.7 | 78.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 224 | 239 | 0.46 | 0.06 | 0 | 0.06 | 188.11 | 0.78 | 0.72 |
| Hex | 80 | E0 | EF | 2E | 6 | 0 | 6 | BC | 4E | 48 |
| Octal | 200 | 340 | 357 | 56 | 6 | 0 | 6 | 274 | 116 | 110 |
| Binary | 10000000 | 11100000 | 11101111 | 101110 | 110 | 0 | 110 | 10111100 | 1001110 | 1001000 |
Color Harmonies of #80E0EF
Complementary color
Monochromatic Colors of #80E0EF
Black with #80E0EF
Text Example
Text Example
White with #80E0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E0EF; }
p { color: rgb(128,224,239); }
H1.HeaderClassName
{
color: #80E0EF;
}
.AnyTagClassName
{
color: #80E0EF;
}
</style>
background-color css
<style>
a { background-color: #80E0EF; }
a { background-color: rgb(128,224,239); }
div.DivClassName
{
background-color: #80E0EF;
}
.BgClassName
{
background-color: #80E0EF;
}
</style>
border-color css
<style>
span { border-color: #80E0EF; }
span { border-color: rgb(128,224,239); }
td.TdClassName
{
border-color: #80E0EF;
}
.TagClassName
{
border-color: #80E0EF;
}
</style>