Shades of Turquoise Blue #77E7EE
Tints of Turquoise Blue #77E7EE
RGB
CMYK
RGB Variations
Color information
#77E7EE (or 0x77E7EE) is known color: Turquoise Blue. HEX triplet: 77, E7 and EE. RGB value is (119,231,238). Sum of RGB (Red+Green+Blue) = 119+231+238=588 (77% of max value = 765). Red value is 119 (46.88% from 255 or 20.24% from 588); Green value is 231 (90.62% from 255 or 39.29% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: blue. Hex color #77E7EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77E7EE is #881811. Grayscale: #C6C6C6. Windows color (decimal): -8919058 or 15656823. OLE color: 15656823.
HSL color Cylindrical-coordinate representation of color #77E7EE: hue angle of 183.53º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77E7EE is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 231 | 238 | - |
| CMYK | 0.50 | 0.03 | 0 | 0.07 |
| HSL | 183.53º | 0.78% | 0.7% | - |
| HSV(B) | 183.53º | 0.5% | 0.93% | - |
| XYZ | 51.62 | 67.25 | 91.15 | - |
| YUV | 198.31 | 150.39 | 71.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 231 | 238 | 0.50 | 0.03 | 0 | 0.07 | 183.53 | 0.78 | 0.7 |
| Hex | 77 | E7 | EE | 32 | 3 | 0 | 7 | B8 | 4E | 46 |
| Octal | 167 | 347 | 356 | 62 | 3 | 0 | 7 | 270 | 116 | 106 |
| Binary | 1110111 | 11100111 | 11101110 | 110010 | 11 | 0 | 111 | 10111000 | 1001110 | 1000110 |
Color Harmonies of #77E7EE
Complementary color
Monochromatic Colors of #77E7EE
Black with #77E7EE
Text Example
Text Example
White with #77E7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77E7EE; }
p { color: rgb(119,231,238); }
H1.HeaderClassName
{
color: #77E7EE;
}
.AnyTagClassName
{
color: #77E7EE;
}
</style>
background-color css
<style>
a { background-color: #77E7EE; }
a { background-color: rgb(119,231,238); }
div.DivClassName
{
background-color: #77E7EE;
}
.BgClassName
{
background-color: #77E7EE;
}
</style>
border-color css
<style>
span { border-color: #77E7EE; }
span { border-color: rgb(119,231,238); }
td.TdClassName
{
border-color: #77E7EE;
}
.TagClassName
{
border-color: #77E7EE;
}
</style>