Shades of Turquoise Blue #77DDDA
Tints of Turquoise Blue #77DDDA
RGB
CMYK
RGB Variations
Color information
#77DDDA (or 0x77DDDA) is known color: Turquoise Blue. HEX triplet: 77, DD and DA. RGB value is (119,221,218). Sum of RGB (Red+Green+Blue) = 119+221+218=558 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.33% from 558); Green value is 221 (86.72% from 255 or 39.61% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 221 - color contains mainly: green. Hex color #77DDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DDDA is #882225. Grayscale: #BEBEBE. Windows color (decimal): -8921638 or 14343543. OLE color: 14343543.
HSL color Cylindrical-coordinate representation of color #77DDDA: hue angle of 178.24º 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 #77DDDA is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 221 | 218 | - |
| CMYK | 0.46 | 0 | 0.01 | 0.13 |
| HSL | 178.24º | 0.6% | 0.67% | - |
| HSV(B) | 178.24º | 0.46% | 0.87% | - |
| XYZ | 46.12 | 60.7 | 75.61 | - |
| YUV | 190.16 | 143.71 | 77.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 221 | 218 | 0.46 | 0 | 0.01 | 0.13 | 178.24 | 0.6 | 0.67 |
| Hex | 77 | DD | DA | 2E | 0 | 1 | D | B2 | 3C | 43 |
| Octal | 167 | 335 | 332 | 56 | 0 | 1 | 15 | 262 | 74 | 103 |
| Binary | 1110111 | 11011101 | 11011010 | 101110 | 0 | 1 | 1101 | 10110010 | 111100 | 1000011 |
Color Harmonies of #77DDDA
Complementary color
Monochromatic Colors of #77DDDA
Black with #77DDDA
Text Example
Text Example
White with #77DDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DDDA; }
p { color: rgb(119,221,218); }
H1.HeaderClassName
{
color: #77DDDA;
}
.AnyTagClassName
{
color: #77DDDA;
}
</style>
background-color css
<style>
a { background-color: #77DDDA; }
a { background-color: rgb(119,221,218); }
div.DivClassName
{
background-color: #77DDDA;
}
.BgClassName
{
background-color: #77DDDA;
}
</style>
border-color css
<style>
span { border-color: #77DDDA; }
span { border-color: rgb(119,221,218); }
td.TdClassName
{
border-color: #77DDDA;
}
.TagClassName
{
border-color: #77DDDA;
}
</style>