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