Shades of Turquoise Blue #77E5ED
Tints of Turquoise Blue #77E5ED
RGB
CMYK
RGB Variations
Color information
#77E5ED (or 0x77E5ED) is known color: Turquoise Blue. HEX triplet: 77, E5 and ED. RGB value is (119,229,237). Sum of RGB (Red+Green+Blue) = 119+229+237=585 (77% of max value = 765). Red value is 119 (46.88% from 255 or 20.34% from 585); Green value is 229 (89.84% from 255 or 39.15% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 237 - color contains mainly: blue. Hex color #77E5ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77E5ED is #881A12. Grayscale: #C4C4C4. Windows color (decimal): -8919571 or 15590775. OLE color: 15590775.
HSL color Cylindrical-coordinate representation of color #77E5ED: hue angle of 184.07º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77E5ED is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 229 | 237 | - |
| CMYK | 0.50 | 0.03 | 0 | 0.07 |
| HSL | 184.07º | 0.77% | 0.7% | - |
| HSV(B) | 184.07º | 0.5% | 0.93% | - |
| XYZ | 50.91 | 66.07 | 90.19 | - |
| YUV | 197.02 | 150.56 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 229 | 237 | 0.50 | 0.03 | 0 | 0.07 | 184.07 | 0.77 | 0.7 |
| Hex | 77 | E5 | ED | 32 | 3 | 0 | 7 | B8 | 4D | 46 |
| Octal | 167 | 345 | 355 | 62 | 3 | 0 | 7 | 270 | 115 | 106 |
| Binary | 1110111 | 11100101 | 11101101 | 110010 | 11 | 0 | 111 | 10111000 | 1001101 | 1000110 |
Color Harmonies of #77E5ED
Complementary color
Monochromatic Colors of #77E5ED
Black with #77E5ED
Text Example
Text Example
White with #77E5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77E5ED; }
p { color: rgb(119,229,237); }
H1.HeaderClassName
{
color: #77E5ED;
}
.AnyTagClassName
{
color: #77E5ED;
}
</style>
background-color css
<style>
a { background-color: #77E5ED; }
a { background-color: rgb(119,229,237); }
div.DivClassName
{
background-color: #77E5ED;
}
.BgClassName
{
background-color: #77E5ED;
}
</style>
border-color css
<style>
span { border-color: #77E5ED; }
span { border-color: rgb(119,229,237); }
td.TdClassName
{
border-color: #77E5ED;
}
.TagClassName
{
border-color: #77E5ED;
}
</style>