Shades of Turquoise Blue #7DE4DC
Tints of Turquoise Blue #7DE4DC
RGB
CMYK
RGB Variations
Color information
#7DE4DC (or 0x7DE4DC) is known color: Turquoise Blue. HEX triplet: 7D, E4 and DC. RGB value is (125,228,220). Sum of RGB (Red+Green+Blue) = 125+228+220=573 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.82% from 573); Green value is 228 (89.45% from 255 or 39.79% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 228 - color contains mainly: green. Hex color #7DE4DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DE4DC is #821B23. Grayscale: #C4C4C4. Windows color (decimal): -8526628 or 14476413. OLE color: 14476413.
HSL color Cylindrical-coordinate representation of color #7DE4DC: hue angle of 175.34º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7DE4DC is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 125 | 228 | 220 | - |
| CMYK | 0.45 | 0 | 0.04 | 0.11 |
| HSL | 175.34º | 0.66% | 0.69% | - |
| HSV(B) | 175.34º | 0.45% | 0.89% | - |
| XYZ | 49.12 | 65.01 | 77.67 | - |
| YUV | 196.29 | 141.38 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 228 | 220 | 0.45 | 0 | 0.04 | 0.11 | 175.34 | 0.66 | 0.69 |
| Hex | 7D | E4 | DC | 2D | 0 | 4 | B | AF | 42 | 45 |
| Octal | 175 | 344 | 334 | 55 | 0 | 4 | 13 | 257 | 102 | 105 |
| Binary | 1111101 | 11100100 | 11011100 | 101101 | 0 | 100 | 1011 | 10101111 | 1000010 | 1000101 |
Color Harmonies of #7DE4DC
Complementary color
Monochromatic Colors of #7DE4DC
Black with #7DE4DC
Text Example
Text Example
White with #7DE4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE4DC; }
p { color: rgb(125,228,220); }
H1.HeaderClassName
{
color: #7DE4DC;
}
.AnyTagClassName
{
color: #7DE4DC;
}
</style>
background-color css
<style>
a { background-color: #7DE4DC; }
a { background-color: rgb(125,228,220); }
div.DivClassName
{
background-color: #7DE4DC;
}
.BgClassName
{
background-color: #7DE4DC;
}
</style>
border-color css
<style>
span { border-color: #7DE4DC; }
span { border-color: rgb(125,228,220); }
td.TdClassName
{
border-color: #7DE4DC;
}
.TagClassName
{
border-color: #7DE4DC;
}
</style>