Shades of Turquoise Blue #80E5F1
Tints of Turquoise Blue #80E5F1
RGB
CMYK
RGB Variations
Color information
#80E5F1 (or 0x80E5F1) is known color: Turquoise Blue. HEX triplet: 80, E5 and F1. RGB value is (128,229,241). Sum of RGB (Red+Green+Blue) = 128+229+241=598 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.40% from 598); Green value is 229 (89.84% from 255 or 38.29% from 598); Blue value is 241 (94.53% from 255 or 40.30% from 598); Max value from RGB is 241 - color contains mainly: blue. Hex color #80E5F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80E5F1 is #7F1A0E. Grayscale: #C8C8C8. Windows color (decimal): -8329743 or 15852928. OLE color: 15852928.
HSL color Cylindrical-coordinate representation of color #80E5F1: hue angle of 186.37º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80E5F1 is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 229 | 241 | - |
| CMYK | 0.47 | 0.05 | 0 | 0.05 |
| HSL | 186.37º | 0.8% | 0.72% | - |
| HSV(B) | 186.37º | 0.47% | 0.95% | - |
| XYZ | 52.8 | 66.98 | 93.36 | - |
| YUV | 200.17 | 151.04 | 76.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 229 | 241 | 0.47 | 0.05 | 0 | 0.05 | 186.37 | 0.8 | 0.72 |
| Hex | 80 | E5 | F1 | 2F | 5 | 0 | 5 | BA | 50 | 48 |
| Octal | 200 | 345 | 361 | 57 | 5 | 0 | 5 | 272 | 120 | 110 |
| Binary | 10000000 | 11100101 | 11110001 | 101111 | 101 | 0 | 101 | 10111010 | 1010000 | 1001000 |
Color Harmonies of #80E5F1
Complementary color
Monochromatic Colors of #80E5F1
Black with #80E5F1
Text Example
Text Example
White with #80E5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E5F1; }
p { color: rgb(128,229,241); }
H1.HeaderClassName
{
color: #80E5F1;
}
.AnyTagClassName
{
color: #80E5F1;
}
</style>
background-color css
<style>
a { background-color: #80E5F1; }
a { background-color: rgb(128,229,241); }
div.DivClassName
{
background-color: #80E5F1;
}
.BgClassName
{
background-color: #80E5F1;
}
</style>
border-color css
<style>
span { border-color: #80E5F1; }
span { border-color: rgb(128,229,241); }
td.TdClassName
{
border-color: #80E5F1;
}
.TagClassName
{
border-color: #80E5F1;
}
</style>