Shades of Turquoise Blue #77E4DD
Tints of Turquoise Blue #77E4DD
RGB
CMYK
RGB Variations
Color information
#77E4DD (or 0x77E4DD) is known color: Turquoise Blue. HEX triplet: 77, E4 and DD. RGB value is (119,228,221). Sum of RGB (Red+Green+Blue) = 119+228+221=568 (75% of max value = 765). Red value is 119 (46.88% from 255 or 20.95% from 568); Green value is 228 (89.45% from 255 or 40.14% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 228 - color contains mainly: green. Hex color #77E4DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77E4DD is #881B22. Grayscale: #C2C2C2. Windows color (decimal): -8919843 or 14541943. OLE color: 14541943.
HSL color Cylindrical-coordinate representation of color #77E4DD: hue angle of 176.15º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #77E4DD is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 119 | 228 | 221 | - |
| CMYK | 0.48 | 0 | 0.03 | 0.11 |
| HSL | 176.15º | 0.67% | 0.68% | - |
| HSV(B) | 176.15º | 0.48% | 0.89% | - |
| XYZ | 48.4 | 64.63 | 78.33 | - |
| YUV | 194.61 | 142.89 | 74.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 228 | 221 | 0.48 | 0 | 0.03 | 0.11 | 176.15 | 0.67 | 0.68 |
| Hex | 77 | E4 | DD | 30 | 0 | 3 | B | B0 | 43 | 44 |
| Octal | 167 | 344 | 335 | 60 | 0 | 3 | 13 | 260 | 103 | 104 |
| Binary | 1110111 | 11100100 | 11011101 | 110000 | 0 | 11 | 1011 | 10110000 | 1000011 | 1000100 |
Color Harmonies of #77E4DD
Complementary color
Monochromatic Colors of #77E4DD
Black with #77E4DD
Text Example
Text Example
White with #77E4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77E4DD; }
p { color: rgb(119,228,221); }
H1.HeaderClassName
{
color: #77E4DD;
}
.AnyTagClassName
{
color: #77E4DD;
}
</style>
background-color css
<style>
a { background-color: #77E4DD; }
a { background-color: rgb(119,228,221); }
div.DivClassName
{
background-color: #77E4DD;
}
.BgClassName
{
background-color: #77E4DD;
}
</style>
border-color css
<style>
span { border-color: #77E4DD; }
span { border-color: rgb(119,228,221); }
td.TdClassName
{
border-color: #77E4DD;
}
.TagClassName
{
border-color: #77E4DD;
}
</style>