Shades of Turquoise Blue #77E0DF
Tints of Turquoise Blue #77E0DF
RGB
CMYK
RGB Variations
Color information
#77E0DF (or 0x77E0DF) is known color: Turquoise Blue. HEX triplet: 77, E0 and DF. RGB value is (119,224,223). Sum of RGB (Red+Green+Blue) = 119+224+223=566 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.02% from 566); Green value is 224 (87.89% from 255 or 39.58% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 224 - color contains mainly: green. Hex color #77E0DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77E0DF is #881F20. Grayscale: #C0C0C0. Windows color (decimal): -8920865 or 14671991. OLE color: 14671991.
HSL color Cylindrical-coordinate representation of color #77E0DF: hue angle of 179.43º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77E0DF is Cyan = 0.47, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 119 | 224 | 223 | - |
| CMYK | 0.47 | 0 | 0.00 | 0.12 |
| HSL | 179.43º | 0.63% | 0.67% | - |
| HSV(B) | 179.43º | 0.47% | 0.88% | - |
| XYZ | 47.58 | 62.56 | 79.38 | - |
| YUV | 192.49 | 145.21 | 75.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 224 | 223 | 0.47 | 0 | 0.00 | 0.12 | 179.43 | 0.63 | 0.67 |
| Hex | 77 | E0 | DF | 2F | 0 | 0 | C | B3 | 3F | 43 |
| Octal | 167 | 340 | 337 | 57 | 0 | 0 | 14 | 263 | 77 | 103 |
| Binary | 1110111 | 11100000 | 11011111 | 101111 | 0 | 0 | 1100 | 10110011 | 111111 | 1000011 |
Color Harmonies of #77E0DF
Complementary color
Monochromatic Colors of #77E0DF
Black with #77E0DF
Text Example
Text Example
White with #77E0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77E0DF; }
p { color: rgb(119,224,223); }
H1.HeaderClassName
{
color: #77E0DF;
}
.AnyTagClassName
{
color: #77E0DF;
}
</style>
background-color css
<style>
a { background-color: #77E0DF; }
a { background-color: rgb(119,224,223); }
div.DivClassName
{
background-color: #77E0DF;
}
.BgClassName
{
background-color: #77E0DF;
}
</style>
border-color css
<style>
span { border-color: #77E0DF; }
span { border-color: rgb(119,224,223); }
td.TdClassName
{
border-color: #77E0DF;
}
.TagClassName
{
border-color: #77E0DF;
}
</style>