Shades of Turquoise Blue #77DADA
Tints of Turquoise Blue #77DADA
RGB
CMYK
RGB Variations
Color information
#77DADA (or 0x77DADA) is known color: Turquoise Blue. HEX triplet: 77, DA and DA. RGB value is (119,218,218). Sum of RGB (Red+Green+Blue) = 119+218+218=555 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.44% from 555); Green value is 218 (85.55% from 255 or 39.28% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #77DADA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DADA is #882525. Grayscale: #BCBCBC. Windows color (decimal): -8922406 or 14342775. OLE color: 14342775.
HSL color Cylindrical-coordinate representation of color #77DADA: hue angle of 180º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77DADA is Cyan = 0.45, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 218 | 218 | - |
| CMYK | 0.45 | 0 | 0 | 0.15 |
| HSL | 180º | 0.57% | 0.66% | - |
| HSV(B) | 180º | 0.45% | 0.85% | - |
| XYZ | 45.33 | 59.13 | 75.35 | - |
| YUV | 188.4 | 144.7 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 218 | 218 | 0.45 | 0 | 0 | 0.15 | 180 | 0.57 | 0.66 |
| Hex | 77 | DA | DA | 2D | 0 | 0 | F | B4 | 39 | 42 |
| Octal | 167 | 332 | 332 | 55 | 0 | 0 | 17 | 264 | 71 | 102 |
| Binary | 1110111 | 11011010 | 11011010 | 101101 | 0 | 0 | 1111 | 10110100 | 111001 | 1000010 |
Color Harmonies of #77DADA
Complementary color
Monochromatic Colors of #77DADA
Black with #77DADA
Text Example
Text Example
White with #77DADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DADA; }
p { color: rgb(119,218,218); }
H1.HeaderClassName
{
color: #77DADA;
}
.AnyTagClassName
{
color: #77DADA;
}
</style>
background-color css
<style>
a { background-color: #77DADA; }
a { background-color: rgb(119,218,218); }
div.DivClassName
{
background-color: #77DADA;
}
.BgClassName
{
background-color: #77DADA;
}
</style>
border-color css
<style>
span { border-color: #77DADA; }
span { border-color: rgb(119,218,218); }
td.TdClassName
{
border-color: #77DADA;
}
.TagClassName
{
border-color: #77DADA;
}
</style>