Shades of Turquoise Blue #77DCF2
Tints of Turquoise Blue #77DCF2
RGB
CMYK
RGB Variations
Color information
#77DCF2 (or 0x77DCF2) is known color: Turquoise Blue. HEX triplet: 77, DC and F2. RGB value is (119,220,242). Sum of RGB (Red+Green+Blue) = 119+220+242=581 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.48% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 242 (94.92% from 255 or 41.65% from 581); Max value from RGB is 242 - color contains mainly: blue. Hex color #77DCF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77DCF2 is #88230D. Grayscale: #C0C0C0. Windows color (decimal): -8921870 or 15916151. OLE color: 15916151.
HSL color Cylindrical-coordinate representation of color #77DCF2: hue angle of 190.73º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77DCF2 is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 119 | 220 | 242 | - |
| CMYK | 0.51 | 0.09 | 0 | 0.05 |
| HSL | 190.73º | 0.83% | 0.71% | - |
| HSV(B) | 190.73º | 0.51% | 0.95% | - |
| XYZ | 49.23 | 61.52 | 93.28 | - |
| YUV | 192.31 | 156.04 | 75.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 220 | 242 | 0.51 | 0.09 | 0 | 0.05 | 190.73 | 0.83 | 0.71 |
| Hex | 77 | DC | F2 | 33 | 9 | 0 | 5 | BF | 53 | 47 |
| Octal | 167 | 334 | 362 | 63 | 11 | 0 | 5 | 277 | 123 | 107 |
| Binary | 1110111 | 11011100 | 11110010 | 110011 | 1001 | 0 | 101 | 10111111 | 1010011 | 1000111 |
Color Harmonies of #77DCF2
Complementary color
Monochromatic Colors of #77DCF2
Black with #77DCF2
Text Example
Text Example
White with #77DCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DCF2; }
p { color: rgb(119,220,242); }
H1.HeaderClassName
{
color: #77DCF2;
}
.AnyTagClassName
{
color: #77DCF2;
}
</style>
background-color css
<style>
a { background-color: #77DCF2; }
a { background-color: rgb(119,220,242); }
div.DivClassName
{
background-color: #77DCF2;
}
.BgClassName
{
background-color: #77DCF2;
}
</style>
border-color css
<style>
span { border-color: #77DCF2; }
span { border-color: rgb(119,220,242); }
td.TdClassName
{
border-color: #77DCF2;
}
.TagClassName
{
border-color: #77DCF2;
}
</style>