Shades of Turquoise Blue #77ECE0
Tints of Turquoise Blue #77ECE0
RGB
CMYK
RGB Variations
Color information
#77ECE0 (or 0x77ECE0) is known color: Turquoise Blue. HEX triplet: 77, EC and E0. RGB value is (119,236,224). Sum of RGB (Red+Green+Blue) = 119+236+224=579 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.55% from 579); Green value is 236 (92.58% from 255 or 40.76% from 579); Blue value is 224 (87.89% from 255 or 38.69% from 579); Max value from RGB is 236 - color contains mainly: green. Hex color #77ECE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77ECE0 is #88131F. Grayscale: #C7C7C7. Windows color (decimal): -8917792 or 14740599. OLE color: 14740599.
HSL color Cylindrical-coordinate representation of color #77ECE0: hue angle of 173.85º 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 #77ECE0 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 236 | 224 | - |
| CMYK | 0.50 | 0 | 0.05 | 0.07 |
| HSL | 173.85º | 0.75% | 0.7% | - |
| HSV(B) | 173.85º | 0.5% | 0.93% | - |
| XYZ | 51.06 | 69.29 | 81.21 | - |
| YUV | 199.65 | 141.74 | 70.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 236 | 224 | 0.50 | 0 | 0.05 | 0.07 | 173.85 | 0.75 | 0.7 |
| Hex | 77 | EC | E0 | 32 | 0 | 5 | 7 | AE | 4B | 46 |
| Octal | 167 | 354 | 340 | 62 | 0 | 5 | 7 | 256 | 113 | 106 |
| Binary | 1110111 | 11101100 | 11100000 | 110010 | 0 | 101 | 111 | 10101110 | 1001011 | 1000110 |
Color Harmonies of #77ECE0
Complementary color
Monochromatic Colors of #77ECE0
Black with #77ECE0
Text Example
Text Example
White with #77ECE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77ECE0; }
p { color: rgb(119,236,224); }
H1.HeaderClassName
{
color: #77ECE0;
}
.AnyTagClassName
{
color: #77ECE0;
}
</style>
background-color css
<style>
a { background-color: #77ECE0; }
a { background-color: rgb(119,236,224); }
div.DivClassName
{
background-color: #77ECE0;
}
.BgClassName
{
background-color: #77ECE0;
}
</style>
border-color css
<style>
span { border-color: #77ECE0; }
span { border-color: rgb(119,236,224); }
td.TdClassName
{
border-color: #77ECE0;
}
.TagClassName
{
border-color: #77ECE0;
}
</style>