Shades of Turquoise Blue #77DBE6
Tints of Turquoise Blue #77DBE6
RGB
CMYK
RGB Variations
Color information
#77DBE6 (or 0x77DBE6) is known color: Turquoise Blue. HEX triplet: 77, DB and E6. RGB value is (119,219,230). Sum of RGB (Red+Green+Blue) = 119+219+230=568 (75% of max value = 765). Red value is 119 (46.88% from 255 or 20.95% from 568); Green value is 219 (85.94% from 255 or 38.56% from 568); Blue value is 230 (90.23% from 255 or 40.49% from 568); Max value from RGB is 230 - color contains mainly: blue. Hex color #77DBE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77DBE6 is #882419. Grayscale: #BEBEBE. Windows color (decimal): -8922138 or 15129463. OLE color: 15129463.
HSL color Cylindrical-coordinate representation of color #77DBE6: hue angle of 185.95º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #77DBE6 is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 119 | 219 | 230 | - |
| CMYK | 0.48 | 0.05 | 0 | 0.10 |
| HSL | 185.95º | 0.69% | 0.68% | - |
| HSV(B) | 185.95º | 0.48% | 0.9% | - |
| XYZ | 47.22 | 60.3 | 84.01 | - |
| YUV | 190.35 | 150.37 | 77.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 219 | 230 | 0.48 | 0.05 | 0 | 0.10 | 185.95 | 0.69 | 0.68 |
| Hex | 77 | DB | E6 | 30 | 5 | 0 | A | BA | 45 | 44 |
| Octal | 167 | 333 | 346 | 60 | 5 | 0 | 12 | 272 | 105 | 104 |
| Binary | 1110111 | 11011011 | 11100110 | 110000 | 101 | 0 | 1010 | 10111010 | 1000101 | 1000100 |
Color Harmonies of #77DBE6
Complementary color
Monochromatic Colors of #77DBE6
Black with #77DBE6
Text Example
Text Example
White with #77DBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DBE6; }
p { color: rgb(119,219,230); }
H1.HeaderClassName
{
color: #77DBE6;
}
.AnyTagClassName
{
color: #77DBE6;
}
</style>
background-color css
<style>
a { background-color: #77DBE6; }
a { background-color: rgb(119,219,230); }
div.DivClassName
{
background-color: #77DBE6;
}
.BgClassName
{
background-color: #77DBE6;
}
</style>
border-color css
<style>
span { border-color: #77DBE6; }
span { border-color: rgb(119,219,230); }
td.TdClassName
{
border-color: #77DBE6;
}
.TagClassName
{
border-color: #77DBE6;
}
</style>