Shades of Turquoise Blue #77DDD6
Tints of Turquoise Blue #77DDD6
RGB
CMYK
RGB Variations
Color information
#77DDD6 (or 0x77DDD6) is known color: Turquoise Blue. HEX triplet: 77, DD and D6. RGB value is (119,221,214). Sum of RGB (Red+Green+Blue) = 119+221+214=554 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.48% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 214 (83.98% from 255 or 38.63% from 554); Max value from RGB is 221 - color contains mainly: green. Hex color #77DDD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DDD6 is #882229. Grayscale: #BDBDBD. Windows color (decimal): -8921642 or 14081399. OLE color: 14081399.
HSL color Cylindrical-coordinate representation of color #77DDD6: hue angle of 175.88º 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 #77DDD6 is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 221 | 214 | - |
| CMYK | 0.46 | 0 | 0.03 | 0.13 |
| HSL | 175.88º | 0.6% | 0.67% | - |
| HSV(B) | 175.88º | 0.46% | 0.87% | - |
| XYZ | 45.6 | 60.49 | 72.89 | - |
| YUV | 189.7 | 141.71 | 77.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 221 | 214 | 0.46 | 0 | 0.03 | 0.13 | 175.88 | 0.6 | 0.67 |
| Hex | 77 | DD | D6 | 2E | 0 | 3 | D | B0 | 3C | 43 |
| Octal | 167 | 335 | 326 | 56 | 0 | 3 | 15 | 260 | 74 | 103 |
| Binary | 1110111 | 11011101 | 11010110 | 101110 | 0 | 11 | 1101 | 10110000 | 111100 | 1000011 |
Color Harmonies of #77DDD6
Complementary color
Monochromatic Colors of #77DDD6
Black with #77DDD6
Text Example
Text Example
White with #77DDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DDD6; }
p { color: rgb(119,221,214); }
H1.HeaderClassName
{
color: #77DDD6;
}
.AnyTagClassName
{
color: #77DDD6;
}
</style>
background-color css
<style>
a { background-color: #77DDD6; }
a { background-color: rgb(119,221,214); }
div.DivClassName
{
background-color: #77DDD6;
}
.BgClassName
{
background-color: #77DDD6;
}
</style>
border-color css
<style>
span { border-color: #77DDD6; }
span { border-color: rgb(119,221,214); }
td.TdClassName
{
border-color: #77DDD6;
}
.TagClassName
{
border-color: #77DDD6;
}
</style>