Shades of Turquoise Blue #77DFF9
Tints of Turquoise Blue #77DFF9
RGB
CMYK
RGB Variations
Color information
#77DFF9 (or 0x77DFF9) is known color: Turquoise Blue. HEX triplet: 77, DF and F9. RGB value is (119,223,249). Sum of RGB (Red+Green+Blue) = 119+223+249=591 (78% of max value = 765). Red value is 119 (46.88% from 255 or 20.14% from 591); Green value is 223 (87.5% from 255 or 37.73% from 591); Blue value is 249 (97.66% from 255 or 42.13% from 591); Max value from RGB is 249 - color contains mainly: blue. Hex color #77DFF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77DFF9 is #882006. Grayscale: #C2C2C2. Windows color (decimal): -8921095 or 16375671. OLE color: 16375671.
HSL color Cylindrical-coordinate representation of color #77DFF9: hue angle of 192º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77DFF9 is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 223 | 249 | - |
| CMYK | 0.52 | 0.10 | 0 | 0.02 |
| HSL | 192º | 0.92% | 0.72% | - |
| HSV(B) | 192º | 0.52% | 0.98% | - |
| XYZ | 51.09 | 63.54 | 99.19 | - |
| YUV | 194.87 | 158.54 | 73.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 223 | 249 | 0.52 | 0.10 | 0 | 0.02 | 192 | 0.92 | 0.72 |
| Hex | 77 | DF | F9 | 34 | A | 0 | 2 | C0 | 5C | 48 |
| Octal | 167 | 337 | 371 | 64 | 12 | 0 | 2 | 300 | 134 | 110 |
| Binary | 1110111 | 11011111 | 11111001 | 110100 | 1010 | 0 | 10 | 11000000 | 1011100 | 1001000 |
Color Harmonies of #77DFF9
Complementary color
Monochromatic Colors of #77DFF9
Black with #77DFF9
Text Example
Text Example
White with #77DFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DFF9; }
p { color: rgb(119,223,249); }
H1.HeaderClassName
{
color: #77DFF9;
}
.AnyTagClassName
{
color: #77DFF9;
}
</style>
background-color css
<style>
a { background-color: #77DFF9; }
a { background-color: rgb(119,223,249); }
div.DivClassName
{
background-color: #77DFF9;
}
.BgClassName
{
background-color: #77DFF9;
}
</style>
border-color css
<style>
span { border-color: #77DFF9; }
span { border-color: rgb(119,223,249); }
td.TdClassName
{
border-color: #77DFF9;
}
.TagClassName
{
border-color: #77DFF9;
}
</style>