Shades of Turquoise Blue #77DDF8
Tints of Turquoise Blue #77DDF8
RGB
CMYK
RGB Variations
Color information
#77DDF8 (or 0x77DDF8) is known color: Turquoise Blue. HEX triplet: 77, DD and F8. RGB value is (119,221,248). Sum of RGB (Red+Green+Blue) = 119+221+248=588 (77% of max value = 765). Red value is 119 (46.88% from 255 or 20.24% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 248 (97.27% from 255 or 42.18% from 588); Max value from RGB is 248 - color contains mainly: blue. Hex color #77DDF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77DDF8 is #882207. Grayscale: #C1C1C1. Windows color (decimal): -8921608 or 16309623. OLE color: 16309623.
HSL color Cylindrical-coordinate representation of color #77DDF8: hue angle of 192.56º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77DDF8 is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 119 | 221 | 248 | - |
| CMYK | 0.52 | 0.11 | 0 | 0.03 |
| HSL | 192.56º | 0.9% | 0.72% | - |
| HSV(B) | 192.56º | 0.52% | 0.97% | - |
| XYZ | 50.41 | 62.41 | 98.2 | - |
| YUV | 193.58 | 158.71 | 74.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 221 | 248 | 0.52 | 0.11 | 0 | 0.03 | 192.56 | 0.9 | 0.72 |
| Hex | 77 | DD | F8 | 34 | B | 0 | 3 | C1 | 5A | 48 |
| Octal | 167 | 335 | 370 | 64 | 13 | 0 | 3 | 301 | 132 | 110 |
| Binary | 1110111 | 11011101 | 11111000 | 110100 | 1011 | 0 | 11 | 11000001 | 1011010 | 1001000 |
Color Harmonies of #77DDF8
Complementary color
Monochromatic Colors of #77DDF8
Black with #77DDF8
Text Example
Text Example
White with #77DDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DDF8; }
p { color: rgb(119,221,248); }
H1.HeaderClassName
{
color: #77DDF8;
}
.AnyTagClassName
{
color: #77DDF8;
}
</style>
background-color css
<style>
a { background-color: #77DDF8; }
a { background-color: rgb(119,221,248); }
div.DivClassName
{
background-color: #77DDF8;
}
.BgClassName
{
background-color: #77DDF8;
}
</style>
border-color css
<style>
span { border-color: #77DDF8; }
span { border-color: rgb(119,221,248); }
td.TdClassName
{
border-color: #77DDF8;
}
.TagClassName
{
border-color: #77DDF8;
}
</style>