Shades of Turquoise Blue #77EEE8
Tints of Turquoise Blue #77EEE8
RGB
CMYK
RGB Variations
Color information
#77EEE8 (or 0x77EEE8) is known color: Turquoise Blue. HEX triplet: 77, EE and E8. RGB value is (119,238,232). Sum of RGB (Red+Green+Blue) = 119+238+232=589 (78% of max value = 765). Red value is 119 (46.88% from 255 or 20.20% from 589); Green value is 238 (93.36% from 255 or 40.41% from 589); Blue value is 232 (91.02% from 255 or 39.39% from 589); Max value from RGB is 238 - color contains mainly: green. Hex color #77EEE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77EEE8 is #881117. Grayscale: #C9C9C9. Windows color (decimal): -8917272 or 15265399. OLE color: 15265399.
HSL color Cylindrical-coordinate representation of color #77EEE8: hue angle of 176.97º degrees, saturation: 0.78, 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 #77EEE8 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 238 | 232 | - |
| CMYK | 0.50 | 0 | 0.03 | 0.07 |
| HSL | 176.97º | 0.78% | 0.7% | - |
| HSV(B) | 176.97º | 0.5% | 0.93% | - |
| XYZ | 52.75 | 70.9 | 87.25 | - |
| YUV | 201.74 | 145.08 | 68.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 238 | 232 | 0.50 | 0 | 0.03 | 0.07 | 176.97 | 0.78 | 0.7 |
| Hex | 77 | EE | E8 | 32 | 0 | 3 | 7 | B1 | 4E | 46 |
| Octal | 167 | 356 | 350 | 62 | 0 | 3 | 7 | 261 | 116 | 106 |
| Binary | 1110111 | 11101110 | 11101000 | 110010 | 0 | 11 | 111 | 10110001 | 1001110 | 1000110 |
Color Harmonies of #77EEE8
Complementary color
Monochromatic Colors of #77EEE8
Black with #77EEE8
Text Example
Text Example
White with #77EEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77EEE8; }
p { color: rgb(119,238,232); }
H1.HeaderClassName
{
color: #77EEE8;
}
.AnyTagClassName
{
color: #77EEE8;
}
</style>
background-color css
<style>
a { background-color: #77EEE8; }
a { background-color: rgb(119,238,232); }
div.DivClassName
{
background-color: #77EEE8;
}
.BgClassName
{
background-color: #77EEE8;
}
</style>
border-color css
<style>
span { border-color: #77EEE8; }
span { border-color: rgb(119,238,232); }
td.TdClassName
{
border-color: #77EEE8;
}
.TagClassName
{
border-color: #77EEE8;
}
</style>