Shades of Turquoise Blue #77E5E1
Tints of Turquoise Blue #77E5E1
RGB
CMYK
RGB Variations
Color information
#77E5E1 (or 0x77E5E1) is known color: Turquoise Blue. HEX triplet: 77, E5 and E1. RGB value is (119,229,225). Sum of RGB (Red+Green+Blue) = 119+229+225=573 (75% of max value = 765). Red value is 119 (46.88% from 255 or 20.77% from 573); Green value is 229 (89.84% from 255 or 39.97% from 573); Blue value is 225 (88.28% from 255 or 39.27% from 573); Max value from RGB is 229 - color contains mainly: green. Hex color #77E5E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77E5E1 is #881A1E. Grayscale: #C3C3C3. Windows color (decimal): -8919583 or 14804343. OLE color: 14804343.
HSL color Cylindrical-coordinate representation of color #77E5E1: hue angle of 177.82º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #77E5E1 is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 119 | 229 | 225 | - |
| CMYK | 0.48 | 0 | 0.02 | 0.10 |
| HSL | 177.82º | 0.68% | 0.68% | - |
| HSV(B) | 177.82º | 0.48% | 0.9% | - |
| XYZ | 49.22 | 65.4 | 81.26 | - |
| YUV | 195.65 | 144.56 | 73.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 229 | 225 | 0.48 | 0 | 0.02 | 0.10 | 177.82 | 0.68 | 0.68 |
| Hex | 77 | E5 | E1 | 30 | 0 | 2 | A | B2 | 44 | 44 |
| Octal | 167 | 345 | 341 | 60 | 0 | 2 | 12 | 262 | 104 | 104 |
| Binary | 1110111 | 11100101 | 11100001 | 110000 | 0 | 10 | 1010 | 10110010 | 1000100 | 1000100 |
Color Harmonies of #77E5E1
Complementary color
Monochromatic Colors of #77E5E1
Black with #77E5E1
Text Example
Text Example
White with #77E5E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77E5E1; }
p { color: rgb(119,229,225); }
H1.HeaderClassName
{
color: #77E5E1;
}
.AnyTagClassName
{
color: #77E5E1;
}
</style>
background-color css
<style>
a { background-color: #77E5E1; }
a { background-color: rgb(119,229,225); }
div.DivClassName
{
background-color: #77E5E1;
}
.BgClassName
{
background-color: #77E5E1;
}
</style>
border-color css
<style>
span { border-color: #77E5E1; }
span { border-color: rgb(119,229,225); }
td.TdClassName
{
border-color: #77E5E1;
}
.TagClassName
{
border-color: #77E5E1;
}
</style>