Shades of Turquoise Blue #77D9DD
Tints of Turquoise Blue #77D9DD
RGB
CMYK
RGB Variations
Color information
#77D9DD (or 0x77D9DD) is known color: Turquoise Blue. HEX triplet: 77, D9 and DD. RGB value is (119,217,221). Sum of RGB (Red+Green+Blue) = 119+217+221=557 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.36% from 557); Green value is 217 (85.16% from 255 or 38.96% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #77D9DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77D9DD is #882622. Grayscale: #BCBCBC. Windows color (decimal): -8922659 or 14539127. OLE color: 14539127.
HSL color Cylindrical-coordinate representation of color #77D9DD: hue angle of 182.35º 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 #77D9DD is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 217 | 221 | - |
| CMYK | 0.46 | 0.02 | 0 | 0.13 |
| HSL | 182.35º | 0.6% | 0.67% | - |
| HSV(B) | 182.35º | 0.46% | 0.87% | - |
| XYZ | 45.47 | 58.77 | 77.35 | - |
| YUV | 188.15 | 146.53 | 78.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 217 | 221 | 0.46 | 0.02 | 0 | 0.13 | 182.35 | 0.6 | 0.67 |
| Hex | 77 | D9 | DD | 2E | 2 | 0 | D | B6 | 3C | 43 |
| Octal | 167 | 331 | 335 | 56 | 2 | 0 | 15 | 266 | 74 | 103 |
| Binary | 1110111 | 11011001 | 11011101 | 101110 | 10 | 0 | 1101 | 10110110 | 111100 | 1000011 |
Color Harmonies of #77D9DD
Complementary color
Monochromatic Colors of #77D9DD
Black with #77D9DD
Text Example
Text Example
White with #77D9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D9DD; }
p { color: rgb(119,217,221); }
H1.HeaderClassName
{
color: #77D9DD;
}
.AnyTagClassName
{
color: #77D9DD;
}
</style>
background-color css
<style>
a { background-color: #77D9DD; }
a { background-color: rgb(119,217,221); }
div.DivClassName
{
background-color: #77D9DD;
}
.BgClassName
{
background-color: #77D9DD;
}
</style>
border-color css
<style>
span { border-color: #77D9DD; }
span { border-color: rgb(119,217,221); }
td.TdClassName
{
border-color: #77D9DD;
}
.TagClassName
{
border-color: #77D9DD;
}
</style>