Shades of Turquoise Blue #7EE0DC
Tints of Turquoise Blue #7EE0DC
RGB
CMYK
RGB Variations
Color information
#7EE0DC (or 0x7EE0DC) is known color: Turquoise Blue. HEX triplet: 7E, E0 and DC. RGB value is (126,224,220). Sum of RGB (Red+Green+Blue) = 126+224+220=570 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.11% from 570); Green value is 224 (87.89% from 255 or 39.30% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 224 - color contains mainly: green. Hex color #7EE0DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EE0DC is #811F23. Grayscale: #C2C2C2. Windows color (decimal): -8462116 or 14475390. OLE color: 14475390.
HSL color Cylindrical-coordinate representation of color #7EE0DC: hue angle of 177.55º 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 #7EE0DC is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 126 | 224 | 220 | - |
| CMYK | 0.44 | 0 | 0.02 | 0.12 |
| HSL | 177.55º | 0.61% | 0.69% | - |
| HSV(B) | 177.55º | 0.44% | 0.88% | - |
| XYZ | 48.18 | 62.91 | 77.31 | - |
| YUV | 194.24 | 142.53 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 224 | 220 | 0.44 | 0 | 0.02 | 0.12 | 177.55 | 0.61 | 0.69 |
| Hex | 7E | E0 | DC | 2C | 0 | 2 | C | B2 | 3D | 45 |
| Octal | 176 | 340 | 334 | 54 | 0 | 2 | 14 | 262 | 75 | 105 |
| Binary | 1111110 | 11100000 | 11011100 | 101100 | 0 | 10 | 1100 | 10110010 | 111101 | 1000101 |
Color Harmonies of #7EE0DC
Complementary color
Monochromatic Colors of #7EE0DC
Black with #7EE0DC
Text Example
Text Example
White with #7EE0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE0DC; }
p { color: rgb(126,224,220); }
H1.HeaderClassName
{
color: #7EE0DC;
}
.AnyTagClassName
{
color: #7EE0DC;
}
</style>
background-color css
<style>
a { background-color: #7EE0DC; }
a { background-color: rgb(126,224,220); }
div.DivClassName
{
background-color: #7EE0DC;
}
.BgClassName
{
background-color: #7EE0DC;
}
</style>
border-color css
<style>
span { border-color: #7EE0DC; }
span { border-color: rgb(126,224,220); }
td.TdClassName
{
border-color: #7EE0DC;
}
.TagClassName
{
border-color: #7EE0DC;
}
</style>