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