Shades of Turquoise Blue #80E1EF
Tints of Turquoise Blue #80E1EF
RGB
CMYK
RGB Variations
Color information
#80E1EF (or 0x80E1EF) is known color: Turquoise Blue. HEX triplet: 80, E1 and EF. RGB value is (128,225,239). Sum of RGB (Red+Green+Blue) = 128+225+239=592 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.62% from 592); Green value is 225 (88.28% from 255 or 38.01% from 592); Blue value is 239 (93.75% from 255 or 40.37% from 592); Max value from RGB is 239 - color contains mainly: blue. Hex color #80E1EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80E1EF is #7F1E10. Grayscale: #C5C5C5. Windows color (decimal): -8330769 or 15720832. OLE color: 15720832.
HSL color Cylindrical-coordinate representation of color #80E1EF: hue angle of 187.57º 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 #80E1EF is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 225 | 239 | - |
| CMYK | 0.46 | 0.06 | 0 | 0.06 |
| HSL | 187.57º | 0.78% | 0.72% | - |
| HSV(B) | 187.57º | 0.46% | 0.94% | - |
| XYZ | 51.41 | 64.67 | 91.43 | - |
| YUV | 197.59 | 151.36 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 225 | 239 | 0.46 | 0.06 | 0 | 0.06 | 187.57 | 0.78 | 0.72 |
| Hex | 80 | E1 | EF | 2E | 6 | 0 | 6 | BC | 4E | 48 |
| Octal | 200 | 341 | 357 | 56 | 6 | 0 | 6 | 274 | 116 | 110 |
| Binary | 10000000 | 11100001 | 11101111 | 101110 | 110 | 0 | 110 | 10111100 | 1001110 | 1001000 |
Color Harmonies of #80E1EF
Complementary color
Monochromatic Colors of #80E1EF
Black with #80E1EF
Text Example
Text Example
White with #80E1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E1EF; }
p { color: rgb(128,225,239); }
H1.HeaderClassName
{
color: #80E1EF;
}
.AnyTagClassName
{
color: #80E1EF;
}
</style>
background-color css
<style>
a { background-color: #80E1EF; }
a { background-color: rgb(128,225,239); }
div.DivClassName
{
background-color: #80E1EF;
}
.BgClassName
{
background-color: #80E1EF;
}
</style>
border-color css
<style>
span { border-color: #80E1EF; }
span { border-color: rgb(128,225,239); }
td.TdClassName
{
border-color: #80E1EF;
}
.TagClassName
{
border-color: #80E1EF;
}
</style>