Shades of Turquoise Blue #77E7DC
Tints of Turquoise Blue #77E7DC
RGB
CMYK
RGB Variations
Color information
#77E7DC (or 0x77E7DC) is known color: Turquoise Blue. HEX triplet: 77, E7 and DC. RGB value is (119,231,220). Sum of RGB (Red+Green+Blue) = 119+231+220=570 (75% of max value = 765). Red value is 119 (46.88% from 255 or 20.88% from 570); Green value is 231 (90.62% from 255 or 40.53% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 231 - color contains mainly: green. Hex color #77E7DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77E7DC is #881823. Grayscale: #C4C4C4. Windows color (decimal): -8919076 or 14477175. OLE color: 14477175.
HSL color Cylindrical-coordinate representation of color #77E7DC: hue angle of 174.11º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #77E7DC is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 119 | 231 | 220 | - |
| CMYK | 0.48 | 0 | 0.05 | 0.09 |
| HSL | 174.11º | 0.7% | 0.69% | - |
| HSV(B) | 174.11º | 0.48% | 0.91% | - |
| XYZ | 49.1 | 66.24 | 77.91 | - |
| YUV | 196.26 | 141.39 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 231 | 220 | 0.48 | 0 | 0.05 | 0.09 | 174.11 | 0.7 | 0.69 |
| Hex | 77 | E7 | DC | 30 | 0 | 5 | 9 | AE | 46 | 45 |
| Octal | 167 | 347 | 334 | 60 | 0 | 5 | 11 | 256 | 106 | 105 |
| Binary | 1110111 | 11100111 | 11011100 | 110000 | 0 | 101 | 1001 | 10101110 | 1000110 | 1000101 |
Color Harmonies of #77E7DC
Complementary color
Monochromatic Colors of #77E7DC
Black with #77E7DC
Text Example
Text Example
White with #77E7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77E7DC; }
p { color: rgb(119,231,220); }
H1.HeaderClassName
{
color: #77E7DC;
}
.AnyTagClassName
{
color: #77E7DC;
}
</style>
background-color css
<style>
a { background-color: #77E7DC; }
a { background-color: rgb(119,231,220); }
div.DivClassName
{
background-color: #77E7DC;
}
.BgClassName
{
background-color: #77E7DC;
}
</style>
border-color css
<style>
span { border-color: #77E7DC; }
span { border-color: rgb(119,231,220); }
td.TdClassName
{
border-color: #77E7DC;
}
.TagClassName
{
border-color: #77E7DC;
}
</style>