Shades of Turquoise Blue #7EE0DD
Tints of Turquoise Blue #7EE0DD
RGB
CMYK
RGB Variations
Color information
#7EE0DD (or 0x7EE0DD) is known color: Turquoise Blue. HEX triplet: 7E, E0 and DD. RGB value is (126,224,221). Sum of RGB (Red+Green+Blue) = 126+224+221=571 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.07% from 571); Green value is 224 (87.89% from 255 or 39.23% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 224 - color contains mainly: green. Hex color #7EE0DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EE0DD is #811F22. Grayscale: #C2C2C2. Windows color (decimal): -8462115 or 14540926. OLE color: 14540926.
HSL color Cylindrical-coordinate representation of color #7EE0DD: hue angle of 178.16º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7EE0DD is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 126 | 224 | 221 | - |
| CMYK | 0.44 | 0 | 0.01 | 0.12 |
| HSL | 178.16º | 0.61% | 0.69% | - |
| HSV(B) | 178.16º | 0.44% | 0.88% | - |
| XYZ | 48.31 | 62.97 | 78.01 | - |
| YUV | 194.36 | 143.03 | 79.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 224 | 221 | 0.44 | 0 | 0.01 | 0.12 | 178.16 | 0.61 | 0.69 |
| Hex | 7E | E0 | DD | 2C | 0 | 1 | C | B2 | 3D | 45 |
| Octal | 176 | 340 | 335 | 54 | 0 | 1 | 14 | 262 | 75 | 105 |
| Binary | 1111110 | 11100000 | 11011101 | 101100 | 0 | 1 | 1100 | 10110010 | 111101 | 1000101 |
Color Harmonies of #7EE0DD
Complementary color
Monochromatic Colors of #7EE0DD
Black with #7EE0DD
Text Example
Text Example
White with #7EE0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE0DD; }
p { color: rgb(126,224,221); }
H1.HeaderClassName
{
color: #7EE0DD;
}
.AnyTagClassName
{
color: #7EE0DD;
}
</style>
background-color css
<style>
a { background-color: #7EE0DD; }
a { background-color: rgb(126,224,221); }
div.DivClassName
{
background-color: #7EE0DD;
}
.BgClassName
{
background-color: #7EE0DD;
}
</style>
border-color css
<style>
span { border-color: #7EE0DD; }
span { border-color: rgb(126,224,221); }
td.TdClassName
{
border-color: #7EE0DD;
}
.TagClassName
{
border-color: #7EE0DD;
}
</style>