Shades of Turquoise Blue #77DFED
Tints of Turquoise Blue #77DFED
RGB
CMYK
RGB Variations
Color information
#77DFED (or 0x77DFED) is known color: Turquoise Blue. HEX triplet: 77, DF and ED. RGB value is (119,223,237). Sum of RGB (Red+Green+Blue) = 119+223+237=579 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.55% from 579); Green value is 223 (87.5% from 255 or 38.51% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 237 - color contains mainly: blue. Hex color #77DFED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77DFED is #882012. Grayscale: #C1C1C1. Windows color (decimal): -8921107 or 15589239. OLE color: 15589239.
HSL color Cylindrical-coordinate representation of color #77DFED: hue angle of 187.12º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77DFED is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 223 | 237 | - |
| CMYK | 0.50 | 0.06 | 0 | 0.07 |
| HSL | 187.12º | 0.77% | 0.7% | - |
| HSV(B) | 187.12º | 0.5% | 0.93% | - |
| XYZ | 49.28 | 62.81 | 89.65 | - |
| YUV | 193.5 | 152.54 | 74.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 223 | 237 | 0.50 | 0.06 | 0 | 0.07 | 187.12 | 0.77 | 0.7 |
| Hex | 77 | DF | ED | 32 | 6 | 0 | 7 | BB | 4D | 46 |
| Octal | 167 | 337 | 355 | 62 | 6 | 0 | 7 | 273 | 115 | 106 |
| Binary | 1110111 | 11011111 | 11101101 | 110010 | 110 | 0 | 111 | 10111011 | 1001101 | 1000110 |
Color Harmonies of #77DFED
Complementary color
Monochromatic Colors of #77DFED
Black with #77DFED
Text Example
Text Example
White with #77DFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DFED; }
p { color: rgb(119,223,237); }
H1.HeaderClassName
{
color: #77DFED;
}
.AnyTagClassName
{
color: #77DFED;
}
</style>
background-color css
<style>
a { background-color: #77DFED; }
a { background-color: rgb(119,223,237); }
div.DivClassName
{
background-color: #77DFED;
}
.BgClassName
{
background-color: #77DFED;
}
</style>
border-color css
<style>
span { border-color: #77DFED; }
span { border-color: rgb(119,223,237); }
td.TdClassName
{
border-color: #77DFED;
}
.TagClassName
{
border-color: #77DFED;
}
</style>