Shades of Turquoise Blue #7EE5DE
Tints of Turquoise Blue #7EE5DE
RGB
CMYK
RGB Variations
Color information
#7EE5DE (or 0x7EE5DE) is known color: Turquoise Blue. HEX triplet: 7E, E5 and DE. RGB value is (126,229,222). Sum of RGB (Red+Green+Blue) = 126+229+222=577 (76% of max value = 765). Red value is 126 (49.61% from 255 or 21.84% from 577); Green value is 229 (89.84% from 255 or 39.69% from 577); Blue value is 222 (87.11% from 255 or 38.47% from 577); Max value from RGB is 229 - color contains mainly: green. Hex color #7EE5DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EE5DE is #811A21. Grayscale: #C5C5C5. Windows color (decimal): -8460834 or 14607742. OLE color: 14607742.
HSL color Cylindrical-coordinate representation of color #7EE5DE: hue angle of 175.92º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7EE5DE is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 126 | 229 | 222 | - |
| CMYK | 0.45 | 0 | 0.03 | 0.10 |
| HSL | 175.92º | 0.66% | 0.7% | - |
| HSV(B) | 175.92º | 0.45% | 0.9% | - |
| XYZ | 49.81 | 65.75 | 79.17 | - |
| YUV | 197.41 | 141.88 | 77.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 229 | 222 | 0.45 | 0 | 0.03 | 0.10 | 175.92 | 0.66 | 0.7 |
| Hex | 7E | E5 | DE | 2D | 0 | 3 | A | B0 | 42 | 46 |
| Octal | 176 | 345 | 336 | 55 | 0 | 3 | 12 | 260 | 102 | 106 |
| Binary | 1111110 | 11100101 | 11011110 | 101101 | 0 | 11 | 1010 | 10110000 | 1000010 | 1000110 |
Color Harmonies of #7EE5DE
Complementary color
Monochromatic Colors of #7EE5DE
Black with #7EE5DE
Text Example
Text Example
White with #7EE5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE5DE; }
p { color: rgb(126,229,222); }
H1.HeaderClassName
{
color: #7EE5DE;
}
.AnyTagClassName
{
color: #7EE5DE;
}
</style>
background-color css
<style>
a { background-color: #7EE5DE; }
a { background-color: rgb(126,229,222); }
div.DivClassName
{
background-color: #7EE5DE;
}
.BgClassName
{
background-color: #7EE5DE;
}
</style>
border-color css
<style>
span { border-color: #7EE5DE; }
span { border-color: rgb(126,229,222); }
td.TdClassName
{
border-color: #7EE5DE;
}
.TagClassName
{
border-color: #7EE5DE;
}
</style>