Shades of Turquoise Blue #77E8EA
Tints of Turquoise Blue #77E8EA
RGB
CMYK
RGB Variations
Color information
#77E8EA (or 0x77E8EA) is known color: Turquoise Blue. HEX triplet: 77, E8 and EA. RGB value is (119,232,234). Sum of RGB (Red+Green+Blue) = 119+232+234=585 (77% of max value = 765). Red value is 119 (46.88% from 255 or 20.34% from 585); Green value is 232 (91.02% from 255 or 39.66% from 585); Blue value is 234 (91.80% from 255 or 40% from 585); Max value from RGB is 234 - color contains mainly: blue. Hex color #77E8EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77E8EA is #881715. Grayscale: #C6C6C6. Windows color (decimal): -8918806 or 15394935. OLE color: 15394935.
HSL color Cylindrical-coordinate representation of color #77E8EA: hue angle of 181.04º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77E8EA is Cyan = 0.49, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 232 | 234 | - |
| CMYK | 0.49 | 0.01 | 0 | 0.08 |
| HSL | 181.04º | 0.73% | 0.69% | - |
| HSV(B) | 181.04º | 0.49% | 0.92% | - |
| XYZ | 51.32 | 67.58 | 88.18 | - |
| YUV | 198.44 | 148.06 | 71.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 232 | 234 | 0.49 | 0.01 | 0 | 0.08 | 181.04 | 0.73 | 0.69 |
| Hex | 77 | E8 | EA | 31 | 1 | 0 | 8 | B5 | 49 | 45 |
| Octal | 167 | 350 | 352 | 61 | 1 | 0 | 10 | 265 | 111 | 105 |
| Binary | 1110111 | 11101000 | 11101010 | 110001 | 1 | 0 | 1000 | 10110101 | 1001001 | 1000101 |
Color Harmonies of #77E8EA
Complementary color
Monochromatic Colors of #77E8EA
Black with #77E8EA
Text Example
Text Example
White with #77E8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77E8EA; }
p { color: rgb(119,232,234); }
H1.HeaderClassName
{
color: #77E8EA;
}
.AnyTagClassName
{
color: #77E8EA;
}
</style>
background-color css
<style>
a { background-color: #77E8EA; }
a { background-color: rgb(119,232,234); }
div.DivClassName
{
background-color: #77E8EA;
}
.BgClassName
{
background-color: #77E8EA;
}
</style>
border-color css
<style>
span { border-color: #77E8EA; }
span { border-color: rgb(119,232,234); }
td.TdClassName
{
border-color: #77E8EA;
}
.TagClassName
{
border-color: #77E8EA;
}
</style>