Shades of Turquoise Blue #77DDF6
Tints of Turquoise Blue #77DDF6
RGB
CMYK
RGB Variations
Color information
#77DDF6 (or 0x77DDF6) is known color: Turquoise Blue. HEX triplet: 77, DD and F6. RGB value is (119,221,246). Sum of RGB (Red+Green+Blue) = 119+221+246=586 (77% of max value = 765). Red value is 119 (46.88% from 255 or 20.31% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 246 (96.48% from 255 or 41.98% from 586); Max value from RGB is 246 - color contains mainly: blue. Hex color #77DDF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77DDF6 is #882209. Grayscale: #C1C1C1. Windows color (decimal): -8921610 or 16178551. OLE color: 16178551.
HSL color Cylindrical-coordinate representation of color #77DDF6: hue angle of 191.81º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77DDF6 is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 119 | 221 | 246 | - |
| CMYK | 0.52 | 0.10 | 0 | 0.04 |
| HSL | 191.81º | 0.88% | 0.72% | - |
| HSV(B) | 191.81º | 0.52% | 0.96% | - |
| XYZ | 50.1 | 62.29 | 96.57 | - |
| YUV | 193.35 | 157.71 | 74.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 221 | 246 | 0.52 | 0.10 | 0 | 0.04 | 191.81 | 0.88 | 0.72 |
| Hex | 77 | DD | F6 | 34 | A | 0 | 4 | C0 | 58 | 48 |
| Octal | 167 | 335 | 366 | 64 | 12 | 0 | 4 | 300 | 130 | 110 |
| Binary | 1110111 | 11011101 | 11110110 | 110100 | 1010 | 0 | 100 | 11000000 | 1011000 | 1001000 |
Color Harmonies of #77DDF6
Complementary color
Monochromatic Colors of #77DDF6
Black with #77DDF6
Text Example
Text Example
White with #77DDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DDF6; }
p { color: rgb(119,221,246); }
H1.HeaderClassName
{
color: #77DDF6;
}
.AnyTagClassName
{
color: #77DDF6;
}
</style>
background-color css
<style>
a { background-color: #77DDF6; }
a { background-color: rgb(119,221,246); }
div.DivClassName
{
background-color: #77DDF6;
}
.BgClassName
{
background-color: #77DDF6;
}
</style>
border-color css
<style>
span { border-color: #77DDF6; }
span { border-color: rgb(119,221,246); }
td.TdClassName
{
border-color: #77DDF6;
}
.TagClassName
{
border-color: #77DDF6;
}
</style>