Shades of Turquoise Blue #77DBDC
Tints of Turquoise Blue #77DBDC
RGB
CMYK
RGB Variations
Color information
#77DBDC (or 0x77DBDC) is known color: Turquoise Blue. HEX triplet: 77, DB and DC. RGB value is (119,219,220). Sum of RGB (Red+Green+Blue) = 119+219+220=558 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.33% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 220 - color contains mainly: blue. Hex color #77DBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DBDC is #882423. Grayscale: #BDBDBD. Windows color (decimal): -8922148 or 14474103. OLE color: 14474103.
HSL color Cylindrical-coordinate representation of color #77DBDC: hue angle of 180.59º 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 #77DBDC is Cyan = 0.46, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 219 | 220 | - |
| CMYK | 0.46 | 0.00 | 0 | 0.14 |
| HSL | 180.59º | 0.59% | 0.66% | - |
| HSV(B) | 180.59º | 0.46% | 0.86% | - |
| XYZ | 45.86 | 59.75 | 76.83 | - |
| YUV | 189.21 | 145.37 | 77.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 219 | 220 | 0.46 | 0.00 | 0 | 0.14 | 180.59 | 0.59 | 0.66 |
| Hex | 77 | DB | DC | 2E | 0 | 0 | E | B5 | 3B | 42 |
| Octal | 167 | 333 | 334 | 56 | 0 | 0 | 16 | 265 | 73 | 102 |
| Binary | 1110111 | 11011011 | 11011100 | 101110 | 0 | 0 | 1110 | 10110101 | 111011 | 1000010 |
Color Harmonies of #77DBDC
Complementary color
Monochromatic Colors of #77DBDC
Black with #77DBDC
Text Example
Text Example
White with #77DBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DBDC; }
p { color: rgb(119,219,220); }
H1.HeaderClassName
{
color: #77DBDC;
}
.AnyTagClassName
{
color: #77DBDC;
}
</style>
background-color css
<style>
a { background-color: #77DBDC; }
a { background-color: rgb(119,219,220); }
div.DivClassName
{
background-color: #77DBDC;
}
.BgClassName
{
background-color: #77DBDC;
}
</style>
border-color css
<style>
span { border-color: #77DBDC; }
span { border-color: rgb(119,219,220); }
td.TdClassName
{
border-color: #77DBDC;
}
.TagClassName
{
border-color: #77DBDC;
}
</style>