Shades of Turquoise Blue #7DE0DD
Tints of Turquoise Blue #7DE0DD
RGB
CMYK
RGB Variations
Color information
#7DE0DD (or 0x7DE0DD) is known color: Turquoise Blue. HEX triplet: 7D, E0 and DD. RGB value is (125,224,221). Sum of RGB (Red+Green+Blue) = 125+224+221=570 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.93% from 570); Green value is 224 (87.89% from 255 or 39.30% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 224 - color contains mainly: green. Hex color #7DE0DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DE0DD is #821F22. Grayscale: #C1C1C1. Windows color (decimal): -8527651 or 14540925. OLE color: 14540925.
HSL color Cylindrical-coordinate representation of color #7DE0DD: hue angle of 178.18º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DE0DD is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 125 | 224 | 221 | - |
| CMYK | 0.44 | 0 | 0.01 | 0.12 |
| HSL | 178.18º | 0.61% | 0.68% | - |
| HSV(B) | 178.18º | 0.44% | 0.88% | - |
| XYZ | 48.16 | 62.89 | 78.01 | - |
| YUV | 194.06 | 143.2 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 224 | 221 | 0.44 | 0 | 0.01 | 0.12 | 178.18 | 0.61 | 0.68 |
| Hex | 7D | E0 | DD | 2C | 0 | 1 | C | B2 | 3D | 44 |
| Octal | 175 | 340 | 335 | 54 | 0 | 1 | 14 | 262 | 75 | 104 |
| Binary | 1111101 | 11100000 | 11011101 | 101100 | 0 | 1 | 1100 | 10110010 | 111101 | 1000100 |
Color Harmonies of #7DE0DD
Complementary color
Monochromatic Colors of #7DE0DD
Black with #7DE0DD
Text Example
Text Example
White with #7DE0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE0DD; }
p { color: rgb(125,224,221); }
H1.HeaderClassName
{
color: #7DE0DD;
}
.AnyTagClassName
{
color: #7DE0DD;
}
</style>
background-color css
<style>
a { background-color: #7DE0DD; }
a { background-color: rgb(125,224,221); }
div.DivClassName
{
background-color: #7DE0DD;
}
.BgClassName
{
background-color: #7DE0DD;
}
</style>
border-color css
<style>
span { border-color: #7DE0DD; }
span { border-color: rgb(125,224,221); }
td.TdClassName
{
border-color: #7DE0DD;
}
.TagClassName
{
border-color: #7DE0DD;
}
</style>