Shades of Turquoise Blue #77DED8
Tints of Turquoise Blue #77DED8
RGB
CMYK
RGB Variations
Color information
#77DED8 (or 0x77DED8) is known color: Turquoise Blue. HEX triplet: 77, DE and D8. RGB value is (119,222,216). Sum of RGB (Red+Green+Blue) = 119+222+216=557 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.36% from 557); Green value is 222 (87.11% from 255 or 39.86% from 557); Blue value is 216 (84.77% from 255 or 38.78% from 557); Max value from RGB is 222 - color contains mainly: green. Hex color #77DED8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DED8 is #882127. Grayscale: #BEBEBE. Windows color (decimal): -8921384 or 14212727. OLE color: 14212727.
HSL color Cylindrical-coordinate representation of color #77DED8: hue angle of 176.5º degrees, saturation: 0.61, 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 #77DED8 is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 222 | 216 | - |
| CMYK | 0.46 | 0 | 0.03 | 0.13 |
| HSL | 176.5º | 0.61% | 0.67% | - |
| HSV(B) | 176.5º | 0.46% | 0.87% | - |
| XYZ | 46.12 | 61.12 | 74.33 | - |
| YUV | 190.52 | 142.38 | 76.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 222 | 216 | 0.46 | 0 | 0.03 | 0.13 | 176.5 | 0.61 | 0.67 |
| Hex | 77 | DE | D8 | 2E | 0 | 3 | D | B1 | 3D | 43 |
| Octal | 167 | 336 | 330 | 56 | 0 | 3 | 15 | 261 | 75 | 103 |
| Binary | 1110111 | 11011110 | 11011000 | 101110 | 0 | 11 | 1101 | 10110001 | 111101 | 1000011 |
Color Harmonies of #77DED8
Complementary color
Monochromatic Colors of #77DED8
Black with #77DED8
Text Example
Text Example
White with #77DED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DED8; }
p { color: rgb(119,222,216); }
H1.HeaderClassName
{
color: #77DED8;
}
.AnyTagClassName
{
color: #77DED8;
}
</style>
background-color css
<style>
a { background-color: #77DED8; }
a { background-color: rgb(119,222,216); }
div.DivClassName
{
background-color: #77DED8;
}
.BgClassName
{
background-color: #77DED8;
}
</style>
border-color css
<style>
span { border-color: #77DED8; }
span { border-color: rgb(119,222,216); }
td.TdClassName
{
border-color: #77DED8;
}
.TagClassName
{
border-color: #77DED8;
}
</style>