Shades of Turquoise Blue #77DADC
Tints of Turquoise Blue #77DADC
RGB
CMYK
RGB Variations
Color information
#77DADC (or 0x77DADC) is known color: Turquoise Blue. HEX triplet: 77, DA and DC. RGB value is (119,218,220). Sum of RGB (Red+Green+Blue) = 119+218+220=557 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.36% from 557); Green value is 218 (85.55% from 255 or 39.14% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #77DADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DADC is #882523. Grayscale: #BCBCBC. Windows color (decimal): -8922404 or 14473847. OLE color: 14473847.
HSL color Cylindrical-coordinate representation of color #77DADC: hue angle of 181.19º 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 #77DADC is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 218 | 220 | - |
| CMYK | 0.46 | 0.01 | 0 | 0.14 |
| HSL | 181.19º | 0.59% | 0.66% | - |
| HSV(B) | 181.19º | 0.46% | 0.86% | - |
| XYZ | 45.6 | 59.23 | 76.74 | - |
| YUV | 188.63 | 145.7 | 78.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 218 | 220 | 0.46 | 0.01 | 0 | 0.14 | 181.19 | 0.59 | 0.66 |
| Hex | 77 | DA | DC | 2E | 1 | 0 | E | B5 | 3B | 42 |
| Octal | 167 | 332 | 334 | 56 | 1 | 0 | 16 | 265 | 73 | 102 |
| Binary | 1110111 | 11011010 | 11011100 | 101110 | 1 | 0 | 1110 | 10110101 | 111011 | 1000010 |
Color Harmonies of #77DADC
Complementary color
Monochromatic Colors of #77DADC
Black with #77DADC
Text Example
Text Example
White with #77DADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DADC; }
p { color: rgb(119,218,220); }
H1.HeaderClassName
{
color: #77DADC;
}
.AnyTagClassName
{
color: #77DADC;
}
</style>
background-color css
<style>
a { background-color: #77DADC; }
a { background-color: rgb(119,218,220); }
div.DivClassName
{
background-color: #77DADC;
}
.BgClassName
{
background-color: #77DADC;
}
</style>
border-color css
<style>
span { border-color: #77DADC; }
span { border-color: rgb(119,218,220); }
td.TdClassName
{
border-color: #77DADC;
}
.TagClassName
{
border-color: #77DADC;
}
</style>