Shades of Turquoise Blue #77EBE8
Tints of Turquoise Blue #77EBE8
RGB
CMYK
RGB Variations
Color information
#77EBE8 (or 0x77EBE8) is known color: Turquoise Blue. HEX triplet: 77, EB and E8. RGB value is (119,235,232). Sum of RGB (Red+Green+Blue) = 119+235+232=586 (77% of max value = 765). Red value is 119 (46.88% from 255 or 20.31% from 586); Green value is 235 (92.19% from 255 or 40.10% from 586); Blue value is 232 (91.02% from 255 or 39.59% from 586); Max value from RGB is 235 - color contains mainly: green. Hex color #77EBE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77EBE8 is #881417. Grayscale: #C7C7C7. Windows color (decimal): -8918040 or 15264631. OLE color: 15264631.
HSL color Cylindrical-coordinate representation of color #77EBE8: hue angle of 178.45º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77EBE8 is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 235 | 232 | - |
| CMYK | 0.49 | 0 | 0.01 | 0.08 |
| HSL | 178.45º | 0.74% | 0.69% | - |
| HSV(B) | 178.45º | 0.49% | 0.92% | - |
| XYZ | 51.88 | 69.16 | 86.96 | - |
| YUV | 199.97 | 146.07 | 70.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 235 | 232 | 0.49 | 0 | 0.01 | 0.08 | 178.45 | 0.74 | 0.69 |
| Hex | 77 | EB | E8 | 31 | 0 | 1 | 8 | B2 | 4A | 45 |
| Octal | 167 | 353 | 350 | 61 | 0 | 1 | 10 | 262 | 112 | 105 |
| Binary | 1110111 | 11101011 | 11101000 | 110001 | 0 | 1 | 1000 | 10110010 | 1001010 | 1000101 |
Color Harmonies of #77EBE8
Complementary color
Monochromatic Colors of #77EBE8
Black with #77EBE8
Text Example
Text Example
White with #77EBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77EBE8; }
p { color: rgb(119,235,232); }
H1.HeaderClassName
{
color: #77EBE8;
}
.AnyTagClassName
{
color: #77EBE8;
}
</style>
background-color css
<style>
a { background-color: #77EBE8; }
a { background-color: rgb(119,235,232); }
div.DivClassName
{
background-color: #77EBE8;
}
.BgClassName
{
background-color: #77EBE8;
}
</style>
border-color css
<style>
span { border-color: #77EBE8; }
span { border-color: rgb(119,235,232); }
td.TdClassName
{
border-color: #77EBE8;
}
.TagClassName
{
border-color: #77EBE8;
}
</style>