Shades of Turquoise Blue #77EEE7
Tints of Turquoise Blue #77EEE7
RGB
CMYK
RGB Variations
Color information
#77EEE7 (or 0x77EEE7) is known color: Turquoise Blue. HEX triplet: 77, EE and E7. RGB value is (119,238,231). Sum of RGB (Red+Green+Blue) = 119+238+231=588 (77% of max value = 765). Red value is 119 (46.88% from 255 or 20.24% from 588); Green value is 238 (93.36% from 255 or 40.48% from 588); Blue value is 231 (90.62% from 255 or 39.29% from 588); Max value from RGB is 238 - color contains mainly: green. Hex color #77EEE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77EEE7 is #881118. Grayscale: #C9C9C9. Windows color (decimal): -8917273 or 15199863. OLE color: 15199863.
HSL color Cylindrical-coordinate representation of color #77EEE7: hue angle of 176.47º 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 #77EEE7 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 238 | 231 | - |
| CMYK | 0.50 | 0 | 0.03 | 0.07 |
| HSL | 176.47º | 0.78% | 0.7% | - |
| HSV(B) | 176.47º | 0.5% | 0.93% | - |
| XYZ | 52.61 | 70.84 | 86.5 | - |
| YUV | 201.62 | 144.58 | 69.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 238 | 231 | 0.50 | 0 | 0.03 | 0.07 | 176.47 | 0.78 | 0.7 |
| Hex | 77 | EE | E7 | 32 | 0 | 3 | 7 | B0 | 4E | 46 |
| Octal | 167 | 356 | 347 | 62 | 0 | 3 | 7 | 260 | 116 | 106 |
| Binary | 1110111 | 11101110 | 11100111 | 110010 | 0 | 11 | 111 | 10110000 | 1001110 | 1000110 |
Color Harmonies of #77EEE7
Complementary color
Monochromatic Colors of #77EEE7
Black with #77EEE7
Text Example
Text Example
White with #77EEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77EEE7; }
p { color: rgb(119,238,231); }
H1.HeaderClassName
{
color: #77EEE7;
}
.AnyTagClassName
{
color: #77EEE7;
}
</style>
background-color css
<style>
a { background-color: #77EEE7; }
a { background-color: rgb(119,238,231); }
div.DivClassName
{
background-color: #77EEE7;
}
.BgClassName
{
background-color: #77EEE7;
}
</style>
border-color css
<style>
span { border-color: #77EEE7; }
span { border-color: rgb(119,238,231); }
td.TdClassName
{
border-color: #77EEE7;
}
.TagClassName
{
border-color: #77EEE7;
}
</style>