Shades of Turquoise Blue #77DBEC
Tints of Turquoise Blue #77DBEC
RGB
CMYK
RGB Variations
Color information
#77DBEC (or 0x77DBEC) is known color: Turquoise Blue. HEX triplet: 77, DB and EC. RGB value is (119,219,236). Sum of RGB (Red+Green+Blue) = 119+219+236=574 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.73% from 574); Green value is 219 (85.94% from 255 or 38.15% from 574); Blue value is 236 (92.58% from 255 or 41.11% from 574); Max value from RGB is 236 - color contains mainly: blue. Hex color #77DBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77DBEC is #882413. Grayscale: #BEBEBE. Windows color (decimal): -8922132 or 15522679. OLE color: 15522679.
HSL color Cylindrical-coordinate representation of color #77DBEC: hue angle of 188.72º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77DBEC is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 219 | 236 | - |
| CMYK | 0.50 | 0.07 | 0 | 0.07 |
| HSL | 188.72º | 0.75% | 0.7% | - |
| HSV(B) | 188.72º | 0.5% | 0.93% | - |
| XYZ | 48.08 | 60.64 | 88.53 | - |
| YUV | 191.04 | 153.37 | 76.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 219 | 236 | 0.50 | 0.07 | 0 | 0.07 | 188.72 | 0.75 | 0.7 |
| Hex | 77 | DB | EC | 32 | 7 | 0 | 7 | BD | 4B | 46 |
| Octal | 167 | 333 | 354 | 62 | 7 | 0 | 7 | 275 | 113 | 106 |
| Binary | 1110111 | 11011011 | 11101100 | 110010 | 111 | 0 | 111 | 10111101 | 1001011 | 1000110 |
Color Harmonies of #77DBEC
Complementary color
Monochromatic Colors of #77DBEC
Black with #77DBEC
Text Example
Text Example
White with #77DBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DBEC; }
p { color: rgb(119,219,236); }
H1.HeaderClassName
{
color: #77DBEC;
}
.AnyTagClassName
{
color: #77DBEC;
}
</style>
background-color css
<style>
a { background-color: #77DBEC; }
a { background-color: rgb(119,219,236); }
div.DivClassName
{
background-color: #77DBEC;
}
.BgClassName
{
background-color: #77DBEC;
}
</style>
border-color css
<style>
span { border-color: #77DBEC; }
span { border-color: rgb(119,219,236); }
td.TdClassName
{
border-color: #77DBEC;
}
.TagClassName
{
border-color: #77DBEC;
}
</style>