Shades of Turquoise Blue #77E3E6
Tints of Turquoise Blue #77E3E6
RGB
CMYK
RGB Variations
Color information
#77E3E6 (or 0x77E3E6) is known color: Turquoise Blue. HEX triplet: 77, E3 and E6. RGB value is (119,227,230). Sum of RGB (Red+Green+Blue) = 119+227+230=576 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.66% from 576); Green value is 227 (89.06% from 255 or 39.41% from 576); Blue value is 230 (90.23% from 255 or 39.93% from 576); Max value from RGB is 230 - color contains mainly: blue. Hex color #77E3E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77E3E6 is #881C19. Grayscale: #C2C2C2. Windows color (decimal): -8920090 or 15131511. OLE color: 15131511.
HSL color Cylindrical-coordinate representation of color #77E3E6: hue angle of 181.62º degrees, saturation: 0.69, 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 #77E3E6 is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 119 | 227 | 230 | - |
| CMYK | 0.48 | 0.01 | 0 | 0.10 |
| HSL | 181.62º | 0.69% | 0.68% | - |
| HSV(B) | 181.62º | 0.48% | 0.9% | - |
| XYZ | 49.36 | 64.57 | 84.73 | - |
| YUV | 195.05 | 147.72 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 227 | 230 | 0.48 | 0.01 | 0 | 0.10 | 181.62 | 0.69 | 0.68 |
| Hex | 77 | E3 | E6 | 30 | 1 | 0 | A | B6 | 45 | 44 |
| Octal | 167 | 343 | 346 | 60 | 1 | 0 | 12 | 266 | 105 | 104 |
| Binary | 1110111 | 11100011 | 11100110 | 110000 | 1 | 0 | 1010 | 10110110 | 1000101 | 1000100 |
Color Harmonies of #77E3E6
Complementary color
Monochromatic Colors of #77E3E6
Black with #77E3E6
Text Example
Text Example
White with #77E3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77E3E6; }
p { color: rgb(119,227,230); }
H1.HeaderClassName
{
color: #77E3E6;
}
.AnyTagClassName
{
color: #77E3E6;
}
</style>
background-color css
<style>
a { background-color: #77E3E6; }
a { background-color: rgb(119,227,230); }
div.DivClassName
{
background-color: #77E3E6;
}
.BgClassName
{
background-color: #77E3E6;
}
</style>
border-color css
<style>
span { border-color: #77E3E6; }
span { border-color: rgb(119,227,230); }
td.TdClassName
{
border-color: #77E3E6;
}
.TagClassName
{
border-color: #77E3E6;
}
</style>