Shades of Turquoise Blue #7DE6E5
Tints of Turquoise Blue #7DE6E5
RGB
CMYK
RGB Variations
Color information
#7DE6E5 (or 0x7DE6E5) is known color: Turquoise Blue. HEX triplet: 7D, E6 and E5. RGB value is (125,230,229). Sum of RGB (Red+Green+Blue) = 125+230+229=584 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.40% from 584); Green value is 230 (90.23% from 255 or 39.38% from 584); Blue value is 229 (89.84% from 255 or 39.21% from 584); Max value from RGB is 230 - color contains mainly: green. Hex color #7DE6E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DE6E5 is #82191A. Grayscale: #C6C6C6. Windows color (decimal): -8526107 or 15066749. OLE color: 15066749.
HSL color Cylindrical-coordinate representation of color #7DE6E5: hue angle of 179.43º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7DE6E5 is Cyan = 0.46, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 125 | 230 | 229 | - |
| CMYK | 0.46 | 0 | 0.00 | 0.10 |
| HSL | 179.43º | 0.68% | 0.7% | - |
| HSV(B) | 179.43º | 0.46% | 0.9% | - |
| XYZ | 50.9 | 66.61 | 84.3 | - |
| YUV | 198.49 | 145.21 | 75.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 230 | 229 | 0.46 | 0 | 0.00 | 0.10 | 179.43 | 0.68 | 0.7 |
| Hex | 7D | E6 | E5 | 2E | 0 | 0 | A | B3 | 44 | 46 |
| Octal | 175 | 346 | 345 | 56 | 0 | 0 | 12 | 263 | 104 | 106 |
| Binary | 1111101 | 11100110 | 11100101 | 101110 | 0 | 0 | 1010 | 10110011 | 1000100 | 1000110 |
Color Harmonies of #7DE6E5
Complementary color
Monochromatic Colors of #7DE6E5
Black with #7DE6E5
Text Example
Text Example
White with #7DE6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE6E5; }
p { color: rgb(125,230,229); }
H1.HeaderClassName
{
color: #7DE6E5;
}
.AnyTagClassName
{
color: #7DE6E5;
}
</style>
background-color css
<style>
a { background-color: #7DE6E5; }
a { background-color: rgb(125,230,229); }
div.DivClassName
{
background-color: #7DE6E5;
}
.BgClassName
{
background-color: #7DE6E5;
}
</style>
border-color css
<style>
span { border-color: #7DE6E5; }
span { border-color: rgb(125,230,229); }
td.TdClassName
{
border-color: #7DE6E5;
}
.TagClassName
{
border-color: #7DE6E5;
}
</style>