Shades of Turquoise Blue #77E8E8
Tints of Turquoise Blue #77E8E8
RGB
CMYK
RGB Variations
Color information
#77E8E8 (or 0x77E8E8) is known color: Turquoise Blue. HEX triplet: 77, E8 and E8. RGB value is (119,232,232). Sum of RGB (Red+Green+Blue) = 119+232+232=583 (77% of max value = 765). Red value is 119 (46.88% from 255 or 20.41% from 583); Green value is 232 (91.02% from 255 or 39.79% from 583); Blue value is 232 (91.02% from 255 or 39.79% from 583); Max value from RGB is 232 - color contains mainly: green, blue. Hex color #77E8E8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77E8E8 is #881717. Grayscale: #C6C6C6. Windows color (decimal): -8918808 or 15263863. OLE color: 15263863.
HSL color Cylindrical-coordinate representation of color #77E8E8: hue angle of 180º degrees, saturation: 0.71, 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 #77E8E8 is Cyan = 0.49, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 119 | 232 | 232 | - |
| CMYK | 0.49 | 0 | 0 | 0.09 |
| HSL | 180º | 0.71% | 0.69% | - |
| HSV(B) | 180º | 0.49% | 0.91% | - |
| XYZ | 51.03 | 67.46 | 86.68 | - |
| YUV | 198.21 | 147.06 | 71.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 232 | 232 | 0.49 | 0 | 0 | 0.09 | 180 | 0.71 | 0.69 |
| Hex | 77 | E8 | E8 | 31 | 0 | 0 | 9 | B4 | 47 | 45 |
| Octal | 167 | 350 | 350 | 61 | 0 | 0 | 11 | 264 | 107 | 105 |
| Binary | 1110111 | 11101000 | 11101000 | 110001 | 0 | 0 | 1001 | 10110100 | 1000111 | 1000101 |
Color Harmonies of #77E8E8
Complementary color
Monochromatic Colors of #77E8E8
Black with #77E8E8
Text Example
Text Example
White with #77E8E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77E8E8; }
p { color: rgb(119,232,232); }
H1.HeaderClassName
{
color: #77E8E8;
}
.AnyTagClassName
{
color: #77E8E8;
}
</style>
background-color css
<style>
a { background-color: #77E8E8; }
a { background-color: rgb(119,232,232); }
div.DivClassName
{
background-color: #77E8E8;
}
.BgClassName
{
background-color: #77E8E8;
}
</style>
border-color css
<style>
span { border-color: #77E8E8; }
span { border-color: rgb(119,232,232); }
td.TdClassName
{
border-color: #77E8E8;
}
.TagClassName
{
border-color: #77E8E8;
}
</style>