Shades of Turquoise Blue #7EE7DF
Tints of Turquoise Blue #7EE7DF
RGB
CMYK
RGB Variations
Color information
#7EE7DF (or 0x7EE7DF) is known color: Turquoise Blue. HEX triplet: 7E, E7 and DF. RGB value is (126,231,223). Sum of RGB (Red+Green+Blue) = 126+231+223=580 (76% of max value = 765). Red value is 126 (49.61% from 255 or 21.72% from 580); Green value is 231 (90.62% from 255 or 39.83% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 231 - color contains mainly: green. Hex color #7EE7DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EE7DF is #811820. Grayscale: #C6C6C6. Windows color (decimal): -8460321 or 14673790. OLE color: 14673790.
HSL color Cylindrical-coordinate representation of color #7EE7DF: hue angle of 175.43º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7EE7DF is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 126 | 231 | 223 | - |
| CMYK | 0.45 | 0 | 0.03 | 0.09 |
| HSL | 175.43º | 0.69% | 0.7% | - |
| HSV(B) | 175.43º | 0.45% | 0.91% | - |
| XYZ | 50.5 | 66.92 | 80.07 | - |
| YUV | 198.69 | 141.71 | 76.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 231 | 223 | 0.45 | 0 | 0.03 | 0.09 | 175.43 | 0.69 | 0.7 |
| Hex | 7E | E7 | DF | 2D | 0 | 3 | 9 | AF | 45 | 46 |
| Octal | 176 | 347 | 337 | 55 | 0 | 3 | 11 | 257 | 105 | 106 |
| Binary | 1111110 | 11100111 | 11011111 | 101101 | 0 | 11 | 1001 | 10101111 | 1000101 | 1000110 |
Color Harmonies of #7EE7DF
Complementary color
Monochromatic Colors of #7EE7DF
Black with #7EE7DF
Text Example
Text Example
White with #7EE7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE7DF; }
p { color: rgb(126,231,223); }
H1.HeaderClassName
{
color: #7EE7DF;
}
.AnyTagClassName
{
color: #7EE7DF;
}
</style>
background-color css
<style>
a { background-color: #7EE7DF; }
a { background-color: rgb(126,231,223); }
div.DivClassName
{
background-color: #7EE7DF;
}
.BgClassName
{
background-color: #7EE7DF;
}
</style>
border-color css
<style>
span { border-color: #7EE7DF; }
span { border-color: rgb(126,231,223); }
td.TdClassName
{
border-color: #7EE7DF;
}
.TagClassName
{
border-color: #7EE7DF;
}
</style>