Shades of Turquoise Blue #7EE0DF
Tints of Turquoise Blue #7EE0DF
RGB
CMYK
RGB Variations
Color information
#7EE0DF (or 0x7EE0DF) is known color: Turquoise Blue. HEX triplet: 7E, E0 and DF. RGB value is (126,224,223). Sum of RGB (Red+Green+Blue) = 126+224+223=573 (75% of max value = 765). Red value is 126 (49.61% from 255 or 21.99% from 573); Green value is 224 (87.89% from 255 or 39.09% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 224 - color contains mainly: green. Hex color #7EE0DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EE0DF is #811F20. Grayscale: #C2C2C2. Windows color (decimal): -8462113 or 14671998. OLE color: 14671998.
HSL color Cylindrical-coordinate representation of color #7EE0DF: hue angle of 179.39º 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 #7EE0DF is Cyan = 0.44, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 126 | 224 | 223 | - |
| CMYK | 0.44 | 0 | 0.00 | 0.12 |
| HSL | 179.39º | 0.61% | 0.69% | - |
| HSV(B) | 179.39º | 0.44% | 0.88% | - |
| XYZ | 48.58 | 63.07 | 79.43 | - |
| YUV | 194.58 | 144.03 | 79.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 224 | 223 | 0.44 | 0 | 0.00 | 0.12 | 179.39 | 0.61 | 0.69 |
| Hex | 7E | E0 | DF | 2C | 0 | 0 | C | B3 | 3D | 45 |
| Octal | 176 | 340 | 337 | 54 | 0 | 0 | 14 | 263 | 75 | 105 |
| Binary | 1111110 | 11100000 | 11011111 | 101100 | 0 | 0 | 1100 | 10110011 | 111101 | 1000101 |
Color Harmonies of #7EE0DF
Complementary color
Monochromatic Colors of #7EE0DF
Black with #7EE0DF
Text Example
Text Example
White with #7EE0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE0DF; }
p { color: rgb(126,224,223); }
H1.HeaderClassName
{
color: #7EE0DF;
}
.AnyTagClassName
{
color: #7EE0DF;
}
</style>
background-color css
<style>
a { background-color: #7EE0DF; }
a { background-color: rgb(126,224,223); }
div.DivClassName
{
background-color: #7EE0DF;
}
.BgClassName
{
background-color: #7EE0DF;
}
</style>
border-color css
<style>
span { border-color: #7EE0DF; }
span { border-color: rgb(126,224,223); }
td.TdClassName
{
border-color: #7EE0DF;
}
.TagClassName
{
border-color: #7EE0DF;
}
</style>