Shades of Turquoise Blue #77DDF9
Tints of Turquoise Blue #77DDF9
RGB
CMYK
RGB Variations
Color information
#77DDF9 (or 0x77DDF9) is known color: Turquoise Blue. HEX triplet: 77, DD and F9. RGB value is (119,221,249). Sum of RGB (Red+Green+Blue) = 119+221+249=589 (78% of max value = 765). Red value is 119 (46.88% from 255 or 20.20% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 249 (97.66% from 255 or 42.28% from 589); Max value from RGB is 249 - color contains mainly: blue. Hex color #77DDF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77DDF9 is #882206. Grayscale: #C1C1C1. Windows color (decimal): -8921607 or 16375159. OLE color: 16375159.
HSL color Cylindrical-coordinate representation of color #77DDF9: hue angle of 192.92º 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 #77DDF9 is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 221 | 249 | - |
| CMYK | 0.52 | 0.11 | 0 | 0.02 |
| HSL | 192.92º | 0.92% | 0.72% | - |
| HSV(B) | 192.92º | 0.52% | 0.98% | - |
| XYZ | 50.56 | 62.47 | 99.02 | - |
| YUV | 193.69 | 159.21 | 74.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 221 | 249 | 0.52 | 0.11 | 0 | 0.02 | 192.92 | 0.92 | 0.72 |
| Hex | 77 | DD | F9 | 34 | B | 0 | 2 | C1 | 5C | 48 |
| Octal | 167 | 335 | 371 | 64 | 13 | 0 | 2 | 301 | 134 | 110 |
| Binary | 1110111 | 11011101 | 11111001 | 110100 | 1011 | 0 | 10 | 11000001 | 1011100 | 1001000 |
Color Harmonies of #77DDF9
Complementary color
Monochromatic Colors of #77DDF9
Black with #77DDF9
Text Example
Text Example
White with #77DDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DDF9; }
p { color: rgb(119,221,249); }
H1.HeaderClassName
{
color: #77DDF9;
}
.AnyTagClassName
{
color: #77DDF9;
}
</style>
background-color css
<style>
a { background-color: #77DDF9; }
a { background-color: rgb(119,221,249); }
div.DivClassName
{
background-color: #77DDF9;
}
.BgClassName
{
background-color: #77DDF9;
}
</style>
border-color css
<style>
span { border-color: #77DDF9; }
span { border-color: rgb(119,221,249); }
td.TdClassName
{
border-color: #77DDF9;
}
.TagClassName
{
border-color: #77DDF9;
}
</style>