Shades of Turquoise Blue #77D4E8
Tints of Turquoise Blue #77D4E8
RGB
CMYK
RGB Variations
Color information
#77D4E8 (or 0x77D4E8) is known color: Turquoise Blue. HEX triplet: 77, D4 and E8. RGB value is (119,212,232). Sum of RGB (Red+Green+Blue) = 119+212+232=563 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.14% from 563); Green value is 212 (83.20% from 255 or 37.66% from 563); Blue value is 232 (91.02% from 255 or 41.21% from 563); Max value from RGB is 232 - color contains mainly: blue. Hex color #77D4E8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77D4E8 is #882B17. Grayscale: #BABABA. Windows color (decimal): -8923928 or 15258743. OLE color: 15258743.
HSL color Cylindrical-coordinate representation of color #77D4E8: hue angle of 190.62º 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 #77D4E8 is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 119 | 212 | 232 | - |
| CMYK | 0.49 | 0.09 | 0 | 0.09 |
| HSL | 190.62º | 0.71% | 0.69% | - |
| HSV(B) | 190.62º | 0.49% | 0.91% | - |
| XYZ | 45.72 | 56.84 | 84.9 | - |
| YUV | 186.47 | 153.69 | 79.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 212 | 232 | 0.49 | 0.09 | 0 | 0.09 | 190.62 | 0.71 | 0.69 |
| Hex | 77 | D4 | E8 | 31 | 9 | 0 | 9 | BF | 47 | 45 |
| Octal | 167 | 324 | 350 | 61 | 11 | 0 | 11 | 277 | 107 | 105 |
| Binary | 1110111 | 11010100 | 11101000 | 110001 | 1001 | 0 | 1001 | 10111111 | 1000111 | 1000101 |
Color Harmonies of #77D4E8
Complementary color
Monochromatic Colors of #77D4E8
Black with #77D4E8
Text Example
Text Example
White with #77D4E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D4E8; }
p { color: rgb(119,212,232); }
H1.HeaderClassName
{
color: #77D4E8;
}
.AnyTagClassName
{
color: #77D4E8;
}
</style>
background-color css
<style>
a { background-color: #77D4E8; }
a { background-color: rgb(119,212,232); }
div.DivClassName
{
background-color: #77D4E8;
}
.BgClassName
{
background-color: #77D4E8;
}
</style>
border-color css
<style>
span { border-color: #77D4E8; }
span { border-color: rgb(119,212,232); }
td.TdClassName
{
border-color: #77D4E8;
}
.TagClassName
{
border-color: #77D4E8;
}
</style>