Shades of Turquoise Blue #7DE5EF
Tints of Turquoise Blue #7DE5EF
RGB
CMYK
RGB Variations
Color information
#7DE5EF (or 0x7DE5EF) is known color: Turquoise Blue. HEX triplet: 7D, E5 and EF. RGB value is (125,229,239). Sum of RGB (Red+Green+Blue) = 125+229+239=593 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.08% from 593); Green value is 229 (89.84% from 255 or 38.62% from 593); Blue value is 239 (93.75% from 255 or 40.30% from 593); Max value from RGB is 239 - color contains mainly: blue. Hex color #7DE5EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DE5EF is #821A10. Grayscale: #C6C6C6. Windows color (decimal): -8526353 or 15721853. OLE color: 15721853.
HSL color Cylindrical-coordinate representation of color #7DE5EF: hue angle of 185.26º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DE5EF is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 125 | 229 | 239 | - |
| CMYK | 0.48 | 0.04 | 0 | 0.06 |
| HSL | 185.26º | 0.78% | 0.71% | - |
| HSV(B) | 185.26º | 0.48% | 0.94% | - |
| XYZ | 52.06 | 66.63 | 91.78 | - |
| YUV | 199.04 | 150.54 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 229 | 239 | 0.48 | 0.04 | 0 | 0.06 | 185.26 | 0.78 | 0.71 |
| Hex | 7D | E5 | EF | 30 | 4 | 0 | 6 | B9 | 4E | 47 |
| Octal | 175 | 345 | 357 | 60 | 4 | 0 | 6 | 271 | 116 | 107 |
| Binary | 1111101 | 11100101 | 11101111 | 110000 | 100 | 0 | 110 | 10111001 | 1001110 | 1000111 |
Color Harmonies of #7DE5EF
Complementary color
Monochromatic Colors of #7DE5EF
Black with #7DE5EF
Text Example
Text Example
White with #7DE5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE5EF; }
p { color: rgb(125,229,239); }
H1.HeaderClassName
{
color: #7DE5EF;
}
.AnyTagClassName
{
color: #7DE5EF;
}
</style>
background-color css
<style>
a { background-color: #7DE5EF; }
a { background-color: rgb(125,229,239); }
div.DivClassName
{
background-color: #7DE5EF;
}
.BgClassName
{
background-color: #7DE5EF;
}
</style>
border-color css
<style>
span { border-color: #7DE5EF; }
span { border-color: rgb(125,229,239); }
td.TdClassName
{
border-color: #7DE5EF;
}
.TagClassName
{
border-color: #7DE5EF;
}
</style>