Shades of Turquoise Blue #77D9DC
Tints of Turquoise Blue #77D9DC
RGB
CMYK
RGB Variations
Color information
#77D9DC (or 0x77D9DC) is known color: Turquoise Blue. HEX triplet: 77, D9 and DC. RGB value is (119,217,220). Sum of RGB (Red+Green+Blue) = 119+217+220=556 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.40% from 556); Green value is 217 (85.16% from 255 or 39.03% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #77D9DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77D9DC is #882623. Grayscale: #BBBBBB. Windows color (decimal): -8922660 or 14473591. OLE color: 14473591.
HSL color Cylindrical-coordinate representation of color #77D9DC: hue angle of 181.78º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77D9DC is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 217 | 220 | - |
| CMYK | 0.46 | 0.01 | 0 | 0.14 |
| HSL | 181.78º | 0.59% | 0.66% | - |
| HSV(B) | 181.78º | 0.46% | 0.86% | - |
| XYZ | 45.34 | 58.71 | 76.65 | - |
| YUV | 188.04 | 146.03 | 78.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 217 | 220 | 0.46 | 0.01 | 0 | 0.14 | 181.78 | 0.59 | 0.66 |
| Hex | 77 | D9 | DC | 2E | 1 | 0 | E | B6 | 3B | 42 |
| Octal | 167 | 331 | 334 | 56 | 1 | 0 | 16 | 266 | 73 | 102 |
| Binary | 1110111 | 11011001 | 11011100 | 101110 | 1 | 0 | 1110 | 10110110 | 111011 | 1000010 |
Color Harmonies of #77D9DC
Complementary color
Monochromatic Colors of #77D9DC
Black with #77D9DC
Text Example
Text Example
White with #77D9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D9DC; }
p { color: rgb(119,217,220); }
H1.HeaderClassName
{
color: #77D9DC;
}
.AnyTagClassName
{
color: #77D9DC;
}
</style>
background-color css
<style>
a { background-color: #77D9DC; }
a { background-color: rgb(119,217,220); }
div.DivClassName
{
background-color: #77D9DC;
}
.BgClassName
{
background-color: #77D9DC;
}
</style>
border-color css
<style>
span { border-color: #77D9DC; }
span { border-color: rgb(119,217,220); }
td.TdClassName
{
border-color: #77D9DC;
}
.TagClassName
{
border-color: #77D9DC;
}
</style>