Shades of Turquoise Blue #7DE0EC
Tints of Turquoise Blue #7DE0EC
RGB
CMYK
RGB Variations
Color information
#7DE0EC (or 0x7DE0EC) is known color: Turquoise Blue. HEX triplet: 7D, E0 and EC. RGB value is (125,224,236). Sum of RGB (Red+Green+Blue) = 125+224+236=585 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.37% from 585); Green value is 224 (87.89% from 255 or 38.29% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 236 - color contains mainly: blue. Hex color #7DE0EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DE0EC is #821F13. Grayscale: #C3C3C3. Windows color (decimal): -8527636 or 15523965. OLE color: 15523965.
HSL color Cylindrical-coordinate representation of color #7DE0EC: hue angle of 186.49º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DE0EC is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 224 | 236 | - |
| CMYK | 0.47 | 0.05 | 0 | 0.07 |
| HSL | 186.49º | 0.74% | 0.71% | - |
| HSV(B) | 186.49º | 0.47% | 0.93% | - |
| XYZ | 50.25 | 63.73 | 89.01 | - |
| YUV | 195.77 | 150.7 | 77.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 224 | 236 | 0.47 | 0.05 | 0 | 0.07 | 186.49 | 0.74 | 0.71 |
| Hex | 7D | E0 | EC | 2F | 5 | 0 | 7 | BA | 4A | 47 |
| Octal | 175 | 340 | 354 | 57 | 5 | 0 | 7 | 272 | 112 | 107 |
| Binary | 1111101 | 11100000 | 11101100 | 101111 | 101 | 0 | 111 | 10111010 | 1001010 | 1000111 |
Color Harmonies of #7DE0EC
Complementary color
Monochromatic Colors of #7DE0EC
Black with #7DE0EC
Text Example
Text Example
White with #7DE0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE0EC; }
p { color: rgb(125,224,236); }
H1.HeaderClassName
{
color: #7DE0EC;
}
.AnyTagClassName
{
color: #7DE0EC;
}
</style>
background-color css
<style>
a { background-color: #7DE0EC; }
a { background-color: rgb(125,224,236); }
div.DivClassName
{
background-color: #7DE0EC;
}
.BgClassName
{
background-color: #7DE0EC;
}
</style>
border-color css
<style>
span { border-color: #7DE0EC; }
span { border-color: rgb(125,224,236); }
td.TdClassName
{
border-color: #7DE0EC;
}
.TagClassName
{
border-color: #7DE0EC;
}
</style>