Shades of Turquoise Blue #80E5EF
Tints of Turquoise Blue #80E5EF
RGB
CMYK
RGB Variations
Color information
#80E5EF (or 0x80E5EF) is known color: Turquoise Blue. HEX triplet: 80, E5 and EF. RGB value is (128,229,239). Sum of RGB (Red+Green+Blue) = 128+229+239=596 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.48% from 596); Green value is 229 (89.84% from 255 or 38.42% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 239 - color contains mainly: blue. Hex color #80E5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80E5EF is #7F1A10. Grayscale: #C7C7C7. Windows color (decimal): -8329745 or 15721856. OLE color: 15721856.
HSL color Cylindrical-coordinate representation of color #80E5EF: hue angle of 185.41º 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 #80E5EF is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 229 | 239 | - |
| CMYK | 0.46 | 0.04 | 0 | 0.06 |
| HSL | 185.41º | 0.78% | 0.72% | - |
| HSV(B) | 185.41º | 0.46% | 0.94% | - |
| XYZ | 52.5 | 66.86 | 91.8 | - |
| YUV | 199.94 | 150.04 | 76.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 229 | 239 | 0.46 | 0.04 | 0 | 0.06 | 185.41 | 0.78 | 0.72 |
| Hex | 80 | E5 | EF | 2E | 4 | 0 | 6 | B9 | 4E | 48 |
| Octal | 200 | 345 | 357 | 56 | 4 | 0 | 6 | 271 | 116 | 110 |
| Binary | 10000000 | 11100101 | 11101111 | 101110 | 100 | 0 | 110 | 10111001 | 1001110 | 1001000 |
Color Harmonies of #80E5EF
Complementary color
Monochromatic Colors of #80E5EF
Black with #80E5EF
Text Example
Text Example
White with #80E5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E5EF; }
p { color: rgb(128,229,239); }
H1.HeaderClassName
{
color: #80E5EF;
}
.AnyTagClassName
{
color: #80E5EF;
}
</style>
background-color css
<style>
a { background-color: #80E5EF; }
a { background-color: rgb(128,229,239); }
div.DivClassName
{
background-color: #80E5EF;
}
.BgClassName
{
background-color: #80E5EF;
}
</style>
border-color css
<style>
span { border-color: #80E5EF; }
span { border-color: rgb(128,229,239); }
td.TdClassName
{
border-color: #80E5EF;
}
.TagClassName
{
border-color: #80E5EF;
}
</style>