Shades of Turquoise Blue #7DE9EC
Tints of Turquoise Blue #7DE9EC
RGB
CMYK
RGB Variations
Color information
#7DE9EC (or 0x7DE9EC) is known color: Turquoise Blue. HEX triplet: 7D, E9 and EC. RGB value is (125,233,236). Sum of RGB (Red+Green+Blue) = 125+233+236=594 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.04% from 594); Green value is 233 (91.41% from 255 or 39.23% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 236 - color contains mainly: blue. Hex color #7DE9EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DE9EC is #821613. Grayscale: #C8C8C8. Windows color (decimal): -8525332 or 15526269. OLE color: 15526269.
HSL color Cylindrical-coordinate representation of color #7DE9EC: hue angle of 181.62º 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 #7DE9EC is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 233 | 236 | - |
| CMYK | 0.47 | 0.01 | 0 | 0.07 |
| HSL | 181.62º | 0.74% | 0.71% | - |
| HSV(B) | 181.62º | 0.47% | 0.93% | - |
| XYZ | 52.74 | 68.69 | 89.84 | - |
| YUV | 201.05 | 147.72 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 233 | 236 | 0.47 | 0.01 | 0 | 0.07 | 181.62 | 0.74 | 0.71 |
| Hex | 7D | E9 | EC | 2F | 1 | 0 | 7 | B6 | 4A | 47 |
| Octal | 175 | 351 | 354 | 57 | 1 | 0 | 7 | 266 | 112 | 107 |
| Binary | 1111101 | 11101001 | 11101100 | 101111 | 1 | 0 | 111 | 10110110 | 1001010 | 1000111 |
Color Harmonies of #7DE9EC
Complementary color
Monochromatic Colors of #7DE9EC
Black with #7DE9EC
Text Example
Text Example
White with #7DE9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE9EC; }
p { color: rgb(125,233,236); }
H1.HeaderClassName
{
color: #7DE9EC;
}
.AnyTagClassName
{
color: #7DE9EC;
}
</style>
background-color css
<style>
a { background-color: #7DE9EC; }
a { background-color: rgb(125,233,236); }
div.DivClassName
{
background-color: #7DE9EC;
}
.BgClassName
{
background-color: #7DE9EC;
}
</style>
border-color css
<style>
span { border-color: #7DE9EC; }
span { border-color: rgb(125,233,236); }
td.TdClassName
{
border-color: #7DE9EC;
}
.TagClassName
{
border-color: #7DE9EC;
}
</style>