Shades of Turquoise Blue #77DFFC
Tints of Turquoise Blue #77DFFC
RGB
CMYK
RGB Variations
Color information
#77DFFC (or 0x77DFFC) is known color: Turquoise Blue. HEX triplet: 77, DF and FC. RGB value is (119,223,252). Sum of RGB (Red+Green+Blue) = 119+223+252=594 (78% of max value = 765). Red value is 119 (46.88% from 255 or 20.03% from 594); Green value is 223 (87.5% from 255 or 37.54% from 594); Blue value is 252 (98.83% from 255 or 42.42% from 594); Max value from RGB is 252 - color contains mainly: blue. Hex color #77DFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77DFFC is #882003. Grayscale: #C2C2C2. Windows color (decimal): -8921092 or 16572279. OLE color: 16572279.
HSL color Cylindrical-coordinate representation of color #77DFFC: hue angle of 193.08º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77DFFC is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 223 | 252 | - |
| CMYK | 0.53 | 0.12 | 0 | 0.01 |
| HSL | 193.08º | 0.96% | 0.73% | - |
| HSV(B) | 193.08º | 0.53% | 0.99% | - |
| XYZ | 51.57 | 63.73 | 101.68 | - |
| YUV | 195.21 | 160.04 | 73.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 223 | 252 | 0.53 | 0.12 | 0 | 0.01 | 193.08 | 0.96 | 0.73 |
| Hex | 77 | DF | FC | 35 | C | 0 | 1 | C1 | 60 | 49 |
| Octal | 167 | 337 | 374 | 65 | 14 | 0 | 1 | 301 | 140 | 111 |
| Binary | 1110111 | 11011111 | 11111100 | 110101 | 1100 | 0 | 1 | 11000001 | 1100000 | 1001001 |
Color Harmonies of #77DFFC
Complementary color
Monochromatic Colors of #77DFFC
Black with #77DFFC
Text Example
Text Example
White with #77DFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DFFC; }
p { color: rgb(119,223,252); }
H1.HeaderClassName
{
color: #77DFFC;
}
.AnyTagClassName
{
color: #77DFFC;
}
</style>
background-color css
<style>
a { background-color: #77DFFC; }
a { background-color: rgb(119,223,252); }
div.DivClassName
{
background-color: #77DFFC;
}
.BgClassName
{
background-color: #77DFFC;
}
</style>
border-color css
<style>
span { border-color: #77DFFC; }
span { border-color: rgb(119,223,252); }
td.TdClassName
{
border-color: #77DFFC;
}
.TagClassName
{
border-color: #77DFFC;
}
</style>