Shades of Turquoise Blue #77E9E0
Tints of Turquoise Blue #77E9E0
RGB
CMYK
RGB Variations
Color information
#77E9E0 (or 0x77E9E0) is known color: Turquoise Blue. HEX triplet: 77, E9 and E0. RGB value is (119,233,224). Sum of RGB (Red+Green+Blue) = 119+233+224=576 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.66% from 576); Green value is 233 (91.41% from 255 or 40.45% from 576); Blue value is 224 (87.89% from 255 or 38.89% from 576); Max value from RGB is 233 - color contains mainly: green. Hex color #77E9E0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77E9E0 is #88161F. Grayscale: #C5C5C5. Windows color (decimal): -8918560 or 14739831. OLE color: 14739831.
HSL color Cylindrical-coordinate representation of color #77E9E0: hue angle of 175.26º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77E9E0 is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 119 | 233 | 224 | - |
| CMYK | 0.49 | 0 | 0.04 | 0.09 |
| HSL | 175.26º | 0.72% | 0.69% | - |
| HSV(B) | 175.26º | 0.49% | 0.91% | - |
| XYZ | 50.2 | 67.58 | 80.92 | - |
| YUV | 197.89 | 142.73 | 71.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 233 | 224 | 0.49 | 0 | 0.04 | 0.09 | 175.26 | 0.72 | 0.69 |
| Hex | 77 | E9 | E0 | 31 | 0 | 4 | 9 | AF | 48 | 45 |
| Octal | 167 | 351 | 340 | 61 | 0 | 4 | 11 | 257 | 110 | 105 |
| Binary | 1110111 | 11101001 | 11100000 | 110001 | 0 | 100 | 1001 | 10101111 | 1001000 | 1000101 |
Color Harmonies of #77E9E0
Complementary color
Monochromatic Colors of #77E9E0
Black with #77E9E0
Text Example
Text Example
White with #77E9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77E9E0; }
p { color: rgb(119,233,224); }
H1.HeaderClassName
{
color: #77E9E0;
}
.AnyTagClassName
{
color: #77E9E0;
}
</style>
background-color css
<style>
a { background-color: #77E9E0; }
a { background-color: rgb(119,233,224); }
div.DivClassName
{
background-color: #77E9E0;
}
.BgClassName
{
background-color: #77E9E0;
}
</style>
border-color css
<style>
span { border-color: #77E9E0; }
span { border-color: rgb(119,233,224); }
td.TdClassName
{
border-color: #77E9E0;
}
.TagClassName
{
border-color: #77E9E0;
}
</style>