Shades of Turquoise Blue #77DDDD
Tints of Turquoise Blue #77DDDD
RGB
CMYK
RGB Variations
Color information
#77DDDD (or 0x77DDDD) is known color: Turquoise Blue. HEX triplet: 77, DD and DD. RGB value is (119,221,221). Sum of RGB (Red+Green+Blue) = 119+221+221=561 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.21% from 561); Green value is 221 (86.72% from 255 or 39.39% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #77DDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DDDD is #882222. Grayscale: #BEBEBE. Windows color (decimal): -8921635 or 14540151. OLE color: 14540151.
HSL color Cylindrical-coordinate representation of color #77DDDD: hue angle of 180º 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 #77DDDD is Cyan = 0.46, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 221 | 221 | - |
| CMYK | 0.46 | 0 | 0 | 0.13 |
| HSL | 180º | 0.6% | 0.67% | - |
| HSV(B) | 180º | 0.46% | 0.87% | - |
| XYZ | 46.52 | 60.86 | 77.7 | - |
| YUV | 190.5 | 145.21 | 77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 221 | 221 | 0.46 | 0 | 0 | 0.13 | 180 | 0.6 | 0.67 |
| Hex | 77 | DD | DD | 2E | 0 | 0 | D | B4 | 3C | 43 |
| Octal | 167 | 335 | 335 | 56 | 0 | 0 | 15 | 264 | 74 | 103 |
| Binary | 1110111 | 11011101 | 11011101 | 101110 | 0 | 0 | 1101 | 10110100 | 111100 | 1000011 |
Color Harmonies of #77DDDD
Complementary color
Monochromatic Colors of #77DDDD
Black with #77DDDD
Text Example
Text Example
White with #77DDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DDDD; }
p { color: rgb(119,221,221); }
H1.HeaderClassName
{
color: #77DDDD;
}
.AnyTagClassName
{
color: #77DDDD;
}
</style>
background-color css
<style>
a { background-color: #77DDDD; }
a { background-color: rgb(119,221,221); }
div.DivClassName
{
background-color: #77DDDD;
}
.BgClassName
{
background-color: #77DDDD;
}
</style>
border-color css
<style>
span { border-color: #77DDDD; }
span { border-color: rgb(119,221,221); }
td.TdClassName
{
border-color: #77DDDD;
}
.TagClassName
{
border-color: #77DDDD;
}
</style>