Shades of Turquoise Blue #77DBDD
Tints of Turquoise Blue #77DBDD
RGB
CMYK
RGB Variations
Color information
#77DBDD (or 0x77DBDD) is known color: Turquoise Blue. HEX triplet: 77, DB and DD. RGB value is (119,219,221). Sum of RGB (Red+Green+Blue) = 119+219+221=559 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.29% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #77DBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DBDD is #882422. Grayscale: #BDBDBD. Windows color (decimal): -8922147 or 14539639. OLE color: 14539639.
HSL color Cylindrical-coordinate representation of color #77DBDD: hue angle of 181.18º 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 #77DBDD is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 219 | 221 | - |
| CMYK | 0.46 | 0.01 | 0 | 0.13 |
| HSL | 181.18º | 0.6% | 0.67% | - |
| HSV(B) | 181.18º | 0.46% | 0.87% | - |
| XYZ | 45.99 | 59.81 | 77.53 | - |
| YUV | 189.33 | 145.87 | 77.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 219 | 221 | 0.46 | 0.01 | 0 | 0.13 | 181.18 | 0.6 | 0.67 |
| Hex | 77 | DB | DD | 2E | 1 | 0 | D | B5 | 3C | 43 |
| Octal | 167 | 333 | 335 | 56 | 1 | 0 | 15 | 265 | 74 | 103 |
| Binary | 1110111 | 11011011 | 11011101 | 101110 | 1 | 0 | 1101 | 10110101 | 111100 | 1000011 |
Color Harmonies of #77DBDD
Complementary color
Monochromatic Colors of #77DBDD
Black with #77DBDD
Text Example
Text Example
White with #77DBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DBDD; }
p { color: rgb(119,219,221); }
H1.HeaderClassName
{
color: #77DBDD;
}
.AnyTagClassName
{
color: #77DBDD;
}
</style>
background-color css
<style>
a { background-color: #77DBDD; }
a { background-color: rgb(119,219,221); }
div.DivClassName
{
background-color: #77DBDD;
}
.BgClassName
{
background-color: #77DBDD;
}
</style>
border-color css
<style>
span { border-color: #77DBDD; }
span { border-color: rgb(119,219,221); }
td.TdClassName
{
border-color: #77DBDD;
}
.TagClassName
{
border-color: #77DBDD;
}
</style>