Shades of Turquoise Blue #77DADD
Tints of Turquoise Blue #77DADD
RGB
CMYK
RGB Variations
Color information
#77DADD (or 0x77DADD) is known color: Turquoise Blue. HEX triplet: 77, DA and DD. RGB value is (119,218,221). Sum of RGB (Red+Green+Blue) = 119+218+221=558 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.33% from 558); Green value is 218 (85.55% from 255 or 39.07% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #77DADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DADD is #882522. Grayscale: #BCBCBC. Windows color (decimal): -8922403 or 14539383. OLE color: 14539383.
HSL color Cylindrical-coordinate representation of color #77DADD: hue angle of 181.76º 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 #77DADD is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 218 | 221 | - |
| CMYK | 0.46 | 0.01 | 0 | 0.13 |
| HSL | 181.76º | 0.6% | 0.67% | - |
| HSV(B) | 181.76º | 0.46% | 0.87% | - |
| XYZ | 45.73 | 59.29 | 77.44 | - |
| YUV | 188.74 | 146.2 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 218 | 221 | 0.46 | 0.01 | 0 | 0.13 | 181.76 | 0.6 | 0.67 |
| Hex | 77 | DA | DD | 2E | 1 | 0 | D | B6 | 3C | 43 |
| Octal | 167 | 332 | 335 | 56 | 1 | 0 | 15 | 266 | 74 | 103 |
| Binary | 1110111 | 11011010 | 11011101 | 101110 | 1 | 0 | 1101 | 10110110 | 111100 | 1000011 |
Color Harmonies of #77DADD
Complementary color
Monochromatic Colors of #77DADD
Black with #77DADD
Text Example
Text Example
White with #77DADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DADD; }
p { color: rgb(119,218,221); }
H1.HeaderClassName
{
color: #77DADD;
}
.AnyTagClassName
{
color: #77DADD;
}
</style>
background-color css
<style>
a { background-color: #77DADD; }
a { background-color: rgb(119,218,221); }
div.DivClassName
{
background-color: #77DADD;
}
.BgClassName
{
background-color: #77DADD;
}
</style>
border-color css
<style>
span { border-color: #77DADD; }
span { border-color: rgb(119,218,221); }
td.TdClassName
{
border-color: #77DADD;
}
.TagClassName
{
border-color: #77DADD;
}
</style>