Shades of Turquoise Blue #77ECEB
Tints of Turquoise Blue #77ECEB
RGB
CMYK
RGB Variations
Color information
#77ECEB (or 0x77ECEB) is known color: Turquoise Blue. HEX triplet: 77, EC and EB. RGB value is (119,236,235). Sum of RGB (Red+Green+Blue) = 119+236+235=590 (78% of max value = 765). Red value is 119 (46.88% from 255 or 20.17% from 590); Green value is 236 (92.58% from 255 or 40% from 590); Blue value is 235 (92.19% from 255 or 39.83% from 590); Max value from RGB is 236 - color contains mainly: green. Hex color #77ECEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77ECEB is #881314. Grayscale: #C8C8C8. Windows color (decimal): -8917781 or 15461495. OLE color: 15461495.
HSL color Cylindrical-coordinate representation of color #77ECEB: hue angle of 179.49º degrees, saturation: 0.75, 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 #77ECEB is Cyan = 0.50, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 236 | 235 | - |
| CMYK | 0.50 | 0 | 0.00 | 0.07 |
| HSL | 179.49º | 0.75% | 0.7% | - |
| HSV(B) | 179.49º | 0.5% | 0.93% | - |
| XYZ | 52.6 | 69.91 | 89.32 | - |
| YUV | 200.9 | 147.24 | 69.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 236 | 235 | 0.50 | 0 | 0.00 | 0.07 | 179.49 | 0.75 | 0.7 |
| Hex | 77 | EC | EB | 32 | 0 | 0 | 7 | B3 | 4B | 46 |
| Octal | 167 | 354 | 353 | 62 | 0 | 0 | 7 | 263 | 113 | 106 |
| Binary | 1110111 | 11101100 | 11101011 | 110010 | 0 | 0 | 111 | 10110011 | 1001011 | 1000110 |
Color Harmonies of #77ECEB
Complementary color
Monochromatic Colors of #77ECEB
Black with #77ECEB
Text Example
Text Example
White with #77ECEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77ECEB; }
p { color: rgb(119,236,235); }
H1.HeaderClassName
{
color: #77ECEB;
}
.AnyTagClassName
{
color: #77ECEB;
}
</style>
background-color css
<style>
a { background-color: #77ECEB; }
a { background-color: rgb(119,236,235); }
div.DivClassName
{
background-color: #77ECEB;
}
.BgClassName
{
background-color: #77ECEB;
}
</style>
border-color css
<style>
span { border-color: #77ECEB; }
span { border-color: rgb(119,236,235); }
td.TdClassName
{
border-color: #77ECEB;
}
.TagClassName
{
border-color: #77ECEB;
}
</style>