Shades of Turquoise Blue #77DDD9
Tints of Turquoise Blue #77DDD9
RGB
CMYK
RGB Variations
Color information
#77DDD9 (or 0x77DDD9) is known color: Turquoise Blue. HEX triplet: 77, DD and D9. RGB value is (119,221,217). Sum of RGB (Red+Green+Blue) = 119+221+217=557 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.36% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 217 (85.16% from 255 or 38.96% from 557); Max value from RGB is 221 - color contains mainly: green. Hex color #77DDD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DDD9 is #882226. Grayscale: #BDBDBD. Windows color (decimal): -8921639 or 14278007. OLE color: 14278007.
HSL color Cylindrical-coordinate representation of color #77DDD9: hue angle of 177.65º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77DDD9 is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 221 | 217 | - |
| CMYK | 0.46 | 0 | 0.02 | 0.13 |
| HSL | 177.65º | 0.6% | 0.67% | - |
| HSV(B) | 177.65º | 0.46% | 0.87% | - |
| XYZ | 45.99 | 60.64 | 74.93 | - |
| YUV | 190.05 | 143.21 | 77.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 221 | 217 | 0.46 | 0 | 0.02 | 0.13 | 177.65 | 0.6 | 0.67 |
| Hex | 77 | DD | D9 | 2E | 0 | 2 | D | B2 | 3C | 43 |
| Octal | 167 | 335 | 331 | 56 | 0 | 2 | 15 | 262 | 74 | 103 |
| Binary | 1110111 | 11011101 | 11011001 | 101110 | 0 | 10 | 1101 | 10110010 | 111100 | 1000011 |
Color Harmonies of #77DDD9
Complementary color
Monochromatic Colors of #77DDD9
Black with #77DDD9
Text Example
Text Example
White with #77DDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DDD9; }
p { color: rgb(119,221,217); }
H1.HeaderClassName
{
color: #77DDD9;
}
.AnyTagClassName
{
color: #77DDD9;
}
</style>
background-color css
<style>
a { background-color: #77DDD9; }
a { background-color: rgb(119,221,217); }
div.DivClassName
{
background-color: #77DDD9;
}
.BgClassName
{
background-color: #77DDD9;
}
</style>
border-color css
<style>
span { border-color: #77DDD9; }
span { border-color: rgb(119,221,217); }
td.TdClassName
{
border-color: #77DDD9;
}
.TagClassName
{
border-color: #77DDD9;
}
</style>