Shades of Turquoise Blue #77EADE
Tints of Turquoise Blue #77EADE
RGB
CMYK
RGB Variations
Color information
#77EADE (or 0x77EADE) is known color: Turquoise Blue. HEX triplet: 77, EA and DE. RGB value is (119,234,222). Sum of RGB (Red+Green+Blue) = 119+234+222=575 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.70% from 575); Green value is 234 (91.80% from 255 or 40.70% from 575); Blue value is 222 (87.11% from 255 or 38.61% from 575); Max value from RGB is 234 - color contains mainly: green. Hex color #77EADE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77EADE is #881521. Grayscale: #C6C6C6. Windows color (decimal): -8918306 or 14609015. OLE color: 14609015.
HSL color Cylindrical-coordinate representation of color #77EADE: hue angle of 173.74º degrees, saturation: 0.73, 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 #77EADE is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 234 | 222 | - |
| CMYK | 0.49 | 0 | 0.05 | 0.08 |
| HSL | 173.74º | 0.73% | 0.69% | - |
| HSV(B) | 173.74º | 0.49% | 0.92% | - |
| XYZ | 50.22 | 68.04 | 79.59 | - |
| YUV | 198.25 | 141.4 | 71.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 234 | 222 | 0.49 | 0 | 0.05 | 0.08 | 173.74 | 0.73 | 0.69 |
| Hex | 77 | EA | DE | 31 | 0 | 5 | 8 | AE | 49 | 45 |
| Octal | 167 | 352 | 336 | 61 | 0 | 5 | 10 | 256 | 111 | 105 |
| Binary | 1110111 | 11101010 | 11011110 | 110001 | 0 | 101 | 1000 | 10101110 | 1001001 | 1000101 |
Color Harmonies of #77EADE
Complementary color
Monochromatic Colors of #77EADE
Black with #77EADE
Text Example
Text Example
White with #77EADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77EADE; }
p { color: rgb(119,234,222); }
H1.HeaderClassName
{
color: #77EADE;
}
.AnyTagClassName
{
color: #77EADE;
}
</style>
background-color css
<style>
a { background-color: #77EADE; }
a { background-color: rgb(119,234,222); }
div.DivClassName
{
background-color: #77EADE;
}
.BgClassName
{
background-color: #77EADE;
}
</style>
border-color css
<style>
span { border-color: #77EADE; }
span { border-color: rgb(119,234,222); }
td.TdClassName
{
border-color: #77EADE;
}
.TagClassName
{
border-color: #77EADE;
}
</style>