Shades of Turquoise Blue #77DCDA
Tints of Turquoise Blue #77DCDA
RGB
CMYK
RGB Variations
Color information
#77DCDA (or 0x77DCDA) is known color: Turquoise Blue. HEX triplet: 77, DC and DA. RGB value is (119,220,218). Sum of RGB (Red+Green+Blue) = 119+220+218=557 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.36% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 220 - color contains mainly: green. Hex color #77DCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DCDA is #882325. Grayscale: #BDBDBD. Windows color (decimal): -8921894 or 14343287. OLE color: 14343287.
HSL color Cylindrical-coordinate representation of color #77DCDA: hue angle of 178.81º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77DCDA is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 220 | 218 | - |
| CMYK | 0.46 | 0 | 0.01 | 0.14 |
| HSL | 178.81º | 0.59% | 0.66% | - |
| HSV(B) | 178.81º | 0.46% | 0.86% | - |
| XYZ | 45.86 | 60.17 | 75.53 | - |
| YUV | 189.57 | 144.04 | 77.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 220 | 218 | 0.46 | 0 | 0.01 | 0.14 | 178.81 | 0.59 | 0.66 |
| Hex | 77 | DC | DA | 2E | 0 | 1 | E | B3 | 3B | 42 |
| Octal | 167 | 334 | 332 | 56 | 0 | 1 | 16 | 263 | 73 | 102 |
| Binary | 1110111 | 11011100 | 11011010 | 101110 | 0 | 1 | 1110 | 10110011 | 111011 | 1000010 |
Color Harmonies of #77DCDA
Complementary color
Monochromatic Colors of #77DCDA
Black with #77DCDA
Text Example
Text Example
White with #77DCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DCDA; }
p { color: rgb(119,220,218); }
H1.HeaderClassName
{
color: #77DCDA;
}
.AnyTagClassName
{
color: #77DCDA;
}
</style>
background-color css
<style>
a { background-color: #77DCDA; }
a { background-color: rgb(119,220,218); }
div.DivClassName
{
background-color: #77DCDA;
}
.BgClassName
{
background-color: #77DCDA;
}
</style>
border-color css
<style>
span { border-color: #77DCDA; }
span { border-color: rgb(119,220,218); }
td.TdClassName
{
border-color: #77DCDA;
}
.TagClassName
{
border-color: #77DCDA;
}
</style>