Shades of Turquoise Blue #77ECE2
Tints of Turquoise Blue #77ECE2
RGB
CMYK
RGB Variations
Color information
#77ECE2 (or 0x77ECE2) is known color: Turquoise Blue. HEX triplet: 77, EC and E2. RGB value is (119,236,226). Sum of RGB (Red+Green+Blue) = 119+236+226=581 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.48% from 581); Green value is 236 (92.58% from 255 or 40.62% from 581); Blue value is 226 (88.67% from 255 or 38.90% from 581); Max value from RGB is 236 - color contains mainly: green. Hex color #77ECE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77ECE2 is #88131D. Grayscale: #C7C7C7. Windows color (decimal): -8917790 or 14871671. OLE color: 14871671.
HSL color Cylindrical-coordinate representation of color #77ECE2: hue angle of 174.87º 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 #77ECE2 is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 236 | 226 | - |
| CMYK | 0.50 | 0 | 0.04 | 0.07 |
| HSL | 174.87º | 0.75% | 0.7% | - |
| HSV(B) | 174.87º | 0.5% | 0.93% | - |
| XYZ | 51.33 | 69.4 | 82.64 | - |
| YUV | 199.88 | 142.74 | 70.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 236 | 226 | 0.50 | 0 | 0.04 | 0.07 | 174.87 | 0.75 | 0.7 |
| Hex | 77 | EC | E2 | 32 | 0 | 4 | 7 | AF | 4B | 46 |
| Octal | 167 | 354 | 342 | 62 | 0 | 4 | 7 | 257 | 113 | 106 |
| Binary | 1110111 | 11101100 | 11100010 | 110010 | 0 | 100 | 111 | 10101111 | 1001011 | 1000110 |
Color Harmonies of #77ECE2
Complementary color
Monochromatic Colors of #77ECE2
Black with #77ECE2
Text Example
Text Example
White with #77ECE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77ECE2; }
p { color: rgb(119,236,226); }
H1.HeaderClassName
{
color: #77ECE2;
}
.AnyTagClassName
{
color: #77ECE2;
}
</style>
background-color css
<style>
a { background-color: #77ECE2; }
a { background-color: rgb(119,236,226); }
div.DivClassName
{
background-color: #77ECE2;
}
.BgClassName
{
background-color: #77ECE2;
}
</style>
border-color css
<style>
span { border-color: #77ECE2; }
span { border-color: rgb(119,236,226); }
td.TdClassName
{
border-color: #77ECE2;
}
.TagClassName
{
border-color: #77ECE2;
}
</style>