Shades of Turquoise Blue #77E8DB
Tints of Turquoise Blue #77E8DB
RGB
CMYK
RGB Variations
Color information
#77E8DB (or 0x77E8DB) is known color: Turquoise Blue. HEX triplet: 77, E8 and DB. RGB value is (119,232,219). Sum of RGB (Red+Green+Blue) = 119+232+219=570 (75% of max value = 765). Red value is 119 (46.88% from 255 or 20.88% from 570); Green value is 232 (91.02% from 255 or 40.70% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 232 - color contains mainly: green. Hex color #77E8DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77E8DB is #881724. Grayscale: #C4C4C4. Windows color (decimal): -8918821 or 14411895. OLE color: 14411895.
HSL color Cylindrical-coordinate representation of color #77E8DB: hue angle of 173.1º 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 #77E8DB is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 119 | 232 | 219 | - |
| CMYK | 0.49 | 0 | 0.06 | 0.09 |
| HSL | 173.1º | 0.71% | 0.69% | - |
| HSV(B) | 173.1º | 0.49% | 0.91% | - |
| XYZ | 49.25 | 66.75 | 77.31 | - |
| YUV | 196.73 | 140.56 | 72.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 232 | 219 | 0.49 | 0 | 0.06 | 0.09 | 173.1 | 0.71 | 0.69 |
| Hex | 77 | E8 | DB | 31 | 0 | 6 | 9 | AD | 47 | 45 |
| Octal | 167 | 350 | 333 | 61 | 0 | 6 | 11 | 255 | 107 | 105 |
| Binary | 1110111 | 11101000 | 11011011 | 110001 | 0 | 110 | 1001 | 10101101 | 1000111 | 1000101 |
Color Harmonies of #77E8DB
Complementary color
Monochromatic Colors of #77E8DB
Black with #77E8DB
Text Example
Text Example
White with #77E8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77E8DB; }
p { color: rgb(119,232,219); }
H1.HeaderClassName
{
color: #77E8DB;
}
.AnyTagClassName
{
color: #77E8DB;
}
</style>
background-color css
<style>
a { background-color: #77E8DB; }
a { background-color: rgb(119,232,219); }
div.DivClassName
{
background-color: #77E8DB;
}
.BgClassName
{
background-color: #77E8DB;
}
</style>
border-color css
<style>
span { border-color: #77E8DB; }
span { border-color: rgb(119,232,219); }
td.TdClassName
{
border-color: #77E8DB;
}
.TagClassName
{
border-color: #77E8DB;
}
</style>