Shades of Turquoise Blue #77DBF9
Tints of Turquoise Blue #77DBF9
RGB
CMYK
RGB Variations
Color information
#77DBF9 (or 0x77DBF9) is known color: Turquoise Blue. HEX triplet: 77, DB and F9. RGB value is (119,219,249). Sum of RGB (Red+Green+Blue) = 119+219+249=587 (77% of max value = 765). Red value is 119 (46.88% from 255 or 20.27% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 249 (97.66% from 255 or 42.42% from 587); Max value from RGB is 249 - color contains mainly: blue. Hex color #77DBF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77DBF9 is #882406. Grayscale: #C0C0C0. Windows color (decimal): -8922119 or 16374647. OLE color: 16374647.
HSL color Cylindrical-coordinate representation of color #77DBF9: hue angle of 193.85º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77DBF9 is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 219 | 249 | - |
| CMYK | 0.52 | 0.12 | 0 | 0.02 |
| HSL | 193.85º | 0.92% | 0.72% | - |
| HSV(B) | 193.85º | 0.52% | 0.98% | - |
| XYZ | 50.04 | 61.42 | 98.84 | - |
| YUV | 192.52 | 159.87 | 75.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 219 | 249 | 0.52 | 0.12 | 0 | 0.02 | 193.85 | 0.92 | 0.72 |
| Hex | 77 | DB | F9 | 34 | C | 0 | 2 | C2 | 5C | 48 |
| Octal | 167 | 333 | 371 | 64 | 14 | 0 | 2 | 302 | 134 | 110 |
| Binary | 1110111 | 11011011 | 11111001 | 110100 | 1100 | 0 | 10 | 11000010 | 1011100 | 1001000 |
Color Harmonies of #77DBF9
Complementary color
Monochromatic Colors of #77DBF9
Black with #77DBF9
Text Example
Text Example
White with #77DBF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DBF9; }
p { color: rgb(119,219,249); }
H1.HeaderClassName
{
color: #77DBF9;
}
.AnyTagClassName
{
color: #77DBF9;
}
</style>
background-color css
<style>
a { background-color: #77DBF9; }
a { background-color: rgb(119,219,249); }
div.DivClassName
{
background-color: #77DBF9;
}
.BgClassName
{
background-color: #77DBF9;
}
</style>
border-color css
<style>
span { border-color: #77DBF9; }
span { border-color: rgb(119,219,249); }
td.TdClassName
{
border-color: #77DBF9;
}
.TagClassName
{
border-color: #77DBF9;
}
</style>