Shades of Turquoise Blue #77E7DB
Tints of Turquoise Blue #77E7DB
RGB
CMYK
RGB Variations
Color information
#77E7DB (or 0x77E7DB) is known color: Turquoise Blue. HEX triplet: 77, E7 and DB. RGB value is (119,231,219). Sum of RGB (Red+Green+Blue) = 119+231+219=569 (75% of max value = 765). Red value is 119 (46.88% from 255 or 20.91% from 569); Green value is 231 (90.62% from 255 or 40.60% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 231 - color contains mainly: green. Hex color #77E7DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77E7DB is #881824. Grayscale: #C4C4C4. Windows color (decimal): -8919077 or 14411639. OLE color: 14411639.
HSL color Cylindrical-coordinate representation of color #77E7DB: hue angle of 173.57º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #77E7DB is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 119 | 231 | 219 | - |
| CMYK | 0.48 | 0 | 0.05 | 0.09 |
| HSL | 173.57º | 0.7% | 0.69% | - |
| HSV(B) | 173.57º | 0.48% | 0.91% | - |
| XYZ | 48.97 | 66.19 | 77.21 | - |
| YUV | 196.14 | 140.89 | 72.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 231 | 219 | 0.48 | 0 | 0.05 | 0.09 | 173.57 | 0.7 | 0.69 |
| Hex | 77 | E7 | DB | 30 | 0 | 5 | 9 | AE | 46 | 45 |
| Octal | 167 | 347 | 333 | 60 | 0 | 5 | 11 | 256 | 106 | 105 |
| Binary | 1110111 | 11100111 | 11011011 | 110000 | 0 | 101 | 1001 | 10101110 | 1000110 | 1000101 |
Color Harmonies of #77E7DB
Complementary color
Monochromatic Colors of #77E7DB
Black with #77E7DB
Text Example
Text Example
White with #77E7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77E7DB; }
p { color: rgb(119,231,219); }
H1.HeaderClassName
{
color: #77E7DB;
}
.AnyTagClassName
{
color: #77E7DB;
}
</style>
background-color css
<style>
a { background-color: #77E7DB; }
a { background-color: rgb(119,231,219); }
div.DivClassName
{
background-color: #77E7DB;
}
.BgClassName
{
background-color: #77E7DB;
}
</style>
border-color css
<style>
span { border-color: #77E7DB; }
span { border-color: rgb(119,231,219); }
td.TdClassName
{
border-color: #77E7DB;
}
.TagClassName
{
border-color: #77E7DB;
}
</style>