Shades of Turquoise Blue #77E3E5
Tints of Turquoise Blue #77E3E5
RGB
CMYK
RGB Variations
Color information
#77E3E5 (or 0x77E3E5) is known color: Turquoise Blue. HEX triplet: 77, E3 and E5. RGB value is (119,227,229). Sum of RGB (Red+Green+Blue) = 119+227+229=575 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.70% from 575); Green value is 227 (89.06% from 255 or 39.48% from 575); Blue value is 229 (89.84% from 255 or 39.83% from 575); Max value from RGB is 229 - color contains mainly: blue. Hex color #77E3E5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77E3E5 is #881C1A. Grayscale: #C2C2C2. Windows color (decimal): -8920091 or 15065975. OLE color: 15065975.
HSL color Cylindrical-coordinate representation of color #77E3E5: hue angle of 181.09º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #77E3E5 is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 119 | 227 | 229 | - |
| CMYK | 0.48 | 0.01 | 0 | 0.10 |
| HSL | 181.09º | 0.68% | 0.68% | - |
| HSV(B) | 181.09º | 0.48% | 0.9% | - |
| XYZ | 49.22 | 64.52 | 83.99 | - |
| YUV | 194.94 | 147.22 | 73.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 227 | 229 | 0.48 | 0.01 | 0 | 0.10 | 181.09 | 0.68 | 0.68 |
| Hex | 77 | E3 | E5 | 30 | 1 | 0 | A | B5 | 44 | 44 |
| Octal | 167 | 343 | 345 | 60 | 1 | 0 | 12 | 265 | 104 | 104 |
| Binary | 1110111 | 11100011 | 11100101 | 110000 | 1 | 0 | 1010 | 10110101 | 1000100 | 1000100 |
Color Harmonies of #77E3E5
Complementary color
Monochromatic Colors of #77E3E5
Black with #77E3E5
Text Example
Text Example
White with #77E3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77E3E5; }
p { color: rgb(119,227,229); }
H1.HeaderClassName
{
color: #77E3E5;
}
.AnyTagClassName
{
color: #77E3E5;
}
</style>
background-color css
<style>
a { background-color: #77E3E5; }
a { background-color: rgb(119,227,229); }
div.DivClassName
{
background-color: #77E3E5;
}
.BgClassName
{
background-color: #77E3E5;
}
</style>
border-color css
<style>
span { border-color: #77E3E5; }
span { border-color: rgb(119,227,229); }
td.TdClassName
{
border-color: #77E3E5;
}
.TagClassName
{
border-color: #77E3E5;
}
</style>