Shades of Turquoise Blue #77EAEB
Tints of Turquoise Blue #77EAEB
RGB
CMYK
RGB Variations
Color information
#77EAEB (or 0x77EAEB) is known color: Turquoise Blue. HEX triplet: 77, EA and EB. RGB value is (119,234,235). Sum of RGB (Red+Green+Blue) = 119+234+235=588 (77% of max value = 765). Red value is 119 (46.88% from 255 or 20.24% from 588); Green value is 234 (91.80% from 255 or 39.80% from 588); Blue value is 235 (92.19% from 255 or 39.97% from 588); Max value from RGB is 235 - color contains mainly: blue. Hex color #77EAEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77EAEB is #881514. Grayscale: #C7C7C7. Windows color (decimal): -8918293 or 15460983. OLE color: 15460983.
HSL color Cylindrical-coordinate representation of color #77EAEB: hue angle of 180.52º degrees, saturation: 0.74, 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 #77EAEB is Cyan = 0.49, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 234 | 235 | - |
| CMYK | 0.49 | 0.00 | 0 | 0.08 |
| HSL | 180.52º | 0.74% | 0.69% | - |
| HSV(B) | 180.52º | 0.49% | 0.92% | - |
| XYZ | 52.03 | 68.77 | 89.13 | - |
| YUV | 199.73 | 147.9 | 70.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 234 | 235 | 0.49 | 0.00 | 0 | 0.08 | 180.52 | 0.74 | 0.69 |
| Hex | 77 | EA | EB | 31 | 0 | 0 | 8 | B5 | 4A | 45 |
| Octal | 167 | 352 | 353 | 61 | 0 | 0 | 10 | 265 | 112 | 105 |
| Binary | 1110111 | 11101010 | 11101011 | 110001 | 0 | 0 | 1000 | 10110101 | 1001010 | 1000101 |
Color Harmonies of #77EAEB
Complementary color
Monochromatic Colors of #77EAEB
Black with #77EAEB
Text Example
Text Example
White with #77EAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77EAEB; }
p { color: rgb(119,234,235); }
H1.HeaderClassName
{
color: #77EAEB;
}
.AnyTagClassName
{
color: #77EAEB;
}
</style>
background-color css
<style>
a { background-color: #77EAEB; }
a { background-color: rgb(119,234,235); }
div.DivClassName
{
background-color: #77EAEB;
}
.BgClassName
{
background-color: #77EAEB;
}
</style>
border-color css
<style>
span { border-color: #77EAEB; }
span { border-color: rgb(119,234,235); }
td.TdClassName
{
border-color: #77EAEB;
}
.TagClassName
{
border-color: #77EAEB;
}
</style>