Shades of Turquoise Blue #7EE6DF
Tints of Turquoise Blue #7EE6DF
RGB
CMYK
RGB Variations
Color information
#7EE6DF (or 0x7EE6DF) is known color: Turquoise Blue. HEX triplet: 7E, E6 and DF. RGB value is (126,230,223). Sum of RGB (Red+Green+Blue) = 126+230+223=579 (76% of max value = 765). Red value is 126 (49.61% from 255 or 21.76% from 579); Green value is 230 (90.23% from 255 or 39.72% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 230 - color contains mainly: green. Hex color #7EE6DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EE6DF is #811920. Grayscale: #C6C6C6. Windows color (decimal): -8460577 or 14673534. OLE color: 14673534.
HSL color Cylindrical-coordinate representation of color #7EE6DF: hue angle of 175.96º degrees, saturation: 0.68, 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 #7EE6DF is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 126 | 230 | 223 | - |
| CMYK | 0.45 | 0 | 0.03 | 0.10 |
| HSL | 175.96º | 0.68% | 0.7% | - |
| HSV(B) | 175.96º | 0.45% | 0.9% | - |
| XYZ | 50.22 | 66.36 | 79.97 | - |
| YUV | 198.11 | 142.04 | 76.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 230 | 223 | 0.45 | 0 | 0.03 | 0.10 | 175.96 | 0.68 | 0.7 |
| Hex | 7E | E6 | DF | 2D | 0 | 3 | A | B0 | 44 | 46 |
| Octal | 176 | 346 | 337 | 55 | 0 | 3 | 12 | 260 | 104 | 106 |
| Binary | 1111110 | 11100110 | 11011111 | 101101 | 0 | 11 | 1010 | 10110000 | 1000100 | 1000110 |
Color Harmonies of #7EE6DF
Complementary color
Monochromatic Colors of #7EE6DF
Black with #7EE6DF
Text Example
Text Example
White with #7EE6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE6DF; }
p { color: rgb(126,230,223); }
H1.HeaderClassName
{
color: #7EE6DF;
}
.AnyTagClassName
{
color: #7EE6DF;
}
</style>
background-color css
<style>
a { background-color: #7EE6DF; }
a { background-color: rgb(126,230,223); }
div.DivClassName
{
background-color: #7EE6DF;
}
.BgClassName
{
background-color: #7EE6DF;
}
</style>
border-color css
<style>
span { border-color: #7EE6DF; }
span { border-color: rgb(126,230,223); }
td.TdClassName
{
border-color: #7EE6DF;
}
.TagClassName
{
border-color: #7EE6DF;
}
</style>