Shades of Turquoise Blue #7DDDE0
Tints of Turquoise Blue #7DDDE0
RGB
CMYK
RGB Variations
Color information
#7DDDE0 (or 0x7DDDE0) is known color: Turquoise Blue. HEX triplet: 7D, DD and E0. RGB value is (125,221,224). Sum of RGB (Red+Green+Blue) = 125+221+224=570 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.93% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 224 (87.89% from 255 or 39.30% from 570); Max value from RGB is 224 - color contains mainly: blue. Hex color #7DDDE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDDE0 is #82221F. Grayscale: #C0C0C0. Windows color (decimal): -8528416 or 14736765. OLE color: 14736765.
HSL color Cylindrical-coordinate representation of color #7DDDE0: hue angle of 181.82º 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 #7DDDE0 is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 125 | 221 | 224 | - |
| CMYK | 0.44 | 0.01 | 0 | 0.12 |
| HSL | 181.82º | 0.61% | 0.68% | - |
| HSV(B) | 181.82º | 0.44% | 0.88% | - |
| XYZ | 47.77 | 61.45 | 79.87 | - |
| YUV | 192.64 | 145.7 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 221 | 224 | 0.44 | 0.01 | 0 | 0.12 | 181.82 | 0.61 | 0.68 |
| Hex | 7D | DD | E0 | 2C | 1 | 0 | C | B6 | 3D | 44 |
| Octal | 175 | 335 | 340 | 54 | 1 | 0 | 14 | 266 | 75 | 104 |
| Binary | 1111101 | 11011101 | 11100000 | 101100 | 1 | 0 | 1100 | 10110110 | 111101 | 1000100 |
Color Harmonies of #7DDDE0
Complementary color
Monochromatic Colors of #7DDDE0
Black with #7DDDE0
Text Example
Text Example
White with #7DDDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDDE0; }
p { color: rgb(125,221,224); }
H1.HeaderClassName
{
color: #7DDDE0;
}
.AnyTagClassName
{
color: #7DDDE0;
}
</style>
background-color css
<style>
a { background-color: #7DDDE0; }
a { background-color: rgb(125,221,224); }
div.DivClassName
{
background-color: #7DDDE0;
}
.BgClassName
{
background-color: #7DDDE0;
}
</style>
border-color css
<style>
span { border-color: #7DDDE0; }
span { border-color: rgb(125,221,224); }
td.TdClassName
{
border-color: #7DDDE0;
}
.TagClassName
{
border-color: #7DDDE0;
}
</style>