Shades of Turquoise Blue #77DFE8
Tints of Turquoise Blue #77DFE8
RGB
CMYK
RGB Variations
Color information
#77DFE8 (or 0x77DFE8) is known color: Turquoise Blue. HEX triplet: 77, DF and E8. RGB value is (119,223,232). Sum of RGB (Red+Green+Blue) = 119+223+232=574 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.73% from 574); Green value is 223 (87.5% from 255 or 38.85% from 574); Blue value is 232 (91.02% from 255 or 40.42% from 574); Max value from RGB is 232 - color contains mainly: blue. Hex color #77DFE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77DFE8 is #882017. Grayscale: #C0C0C0. Windows color (decimal): -8921112 or 15261559. OLE color: 15261559.
HSL color Cylindrical-coordinate representation of color #77DFE8: hue angle of 184.78º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77DFE8 is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 119 | 223 | 232 | - |
| CMYK | 0.49 | 0.04 | 0 | 0.09 |
| HSL | 184.78º | 0.71% | 0.69% | - |
| HSV(B) | 184.78º | 0.49% | 0.91% | - |
| XYZ | 48.56 | 62.52 | 85.85 | - |
| YUV | 192.93 | 150.04 | 75.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 223 | 232 | 0.49 | 0.04 | 0 | 0.09 | 184.78 | 0.71 | 0.69 |
| Hex | 77 | DF | E8 | 31 | 4 | 0 | 9 | B9 | 47 | 45 |
| Octal | 167 | 337 | 350 | 61 | 4 | 0 | 11 | 271 | 107 | 105 |
| Binary | 1110111 | 11011111 | 11101000 | 110001 | 100 | 0 | 1001 | 10111001 | 1000111 | 1000101 |
Color Harmonies of #77DFE8
Complementary color
Monochromatic Colors of #77DFE8
Black with #77DFE8
Text Example
Text Example
White with #77DFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DFE8; }
p { color: rgb(119,223,232); }
H1.HeaderClassName
{
color: #77DFE8;
}
.AnyTagClassName
{
color: #77DFE8;
}
</style>
background-color css
<style>
a { background-color: #77DFE8; }
a { background-color: rgb(119,223,232); }
div.DivClassName
{
background-color: #77DFE8;
}
.BgClassName
{
background-color: #77DFE8;
}
</style>
border-color css
<style>
span { border-color: #77DFE8; }
span { border-color: rgb(119,223,232); }
td.TdClassName
{
border-color: #77DFE8;
}
.TagClassName
{
border-color: #77DFE8;
}
</style>