Shades of Turquoise Blue #77D9F6
Tints of Turquoise Blue #77D9F6
RGB
CMYK
RGB Variations
Color information
#77D9F6 (or 0x77D9F6) is known color: Turquoise Blue. HEX triplet: 77, D9 and F6. RGB value is (119,217,246). Sum of RGB (Red+Green+Blue) = 119+217+246=582 (77% of max value = 765). Red value is 119 (46.88% from 255 or 20.45% from 582); Green value is 217 (85.16% from 255 or 37.29% from 582); Blue value is 246 (96.48% from 255 or 42.27% from 582); Max value from RGB is 246 - color contains mainly: blue. Hex color #77D9F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77D9F6 is #882609. Grayscale: #BEBEBE. Windows color (decimal): -8922634 or 16177527. OLE color: 16177527.
HSL color Cylindrical-coordinate representation of color #77D9F6: hue angle of 193.7º 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 #77D9F6 is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 119 | 217 | 246 | - |
| CMYK | 0.52 | 0.12 | 0 | 0.04 |
| HSL | 193.7º | 0.88% | 0.72% | - |
| HSV(B) | 193.7º | 0.52% | 0.96% | - |
| XYZ | 49.06 | 60.2 | 96.22 | - |
| YUV | 191 | 159.03 | 76.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 217 | 246 | 0.52 | 0.12 | 0 | 0.04 | 193.7 | 0.88 | 0.72 |
| Hex | 77 | D9 | F6 | 34 | C | 0 | 4 | C2 | 58 | 48 |
| Octal | 167 | 331 | 366 | 64 | 14 | 0 | 4 | 302 | 130 | 110 |
| Binary | 1110111 | 11011001 | 11110110 | 110100 | 1100 | 0 | 100 | 11000010 | 1011000 | 1001000 |
Color Harmonies of #77D9F6
Complementary color
Monochromatic Colors of #77D9F6
Black with #77D9F6
Text Example
Text Example
White with #77D9F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D9F6; }
p { color: rgb(119,217,246); }
H1.HeaderClassName
{
color: #77D9F6;
}
.AnyTagClassName
{
color: #77D9F6;
}
</style>
background-color css
<style>
a { background-color: #77D9F6; }
a { background-color: rgb(119,217,246); }
div.DivClassName
{
background-color: #77D9F6;
}
.BgClassName
{
background-color: #77D9F6;
}
</style>
border-color css
<style>
span { border-color: #77D9F6; }
span { border-color: rgb(119,217,246); }
td.TdClassName
{
border-color: #77D9F6;
}
.TagClassName
{
border-color: #77D9F6;
}
</style>