Shades of Turquoise Blue #7DE1EE
Tints of Turquoise Blue #7DE1EE
RGB
CMYK
RGB Variations
Color information
#7DE1EE (or 0x7DE1EE) is known color: Turquoise Blue. HEX triplet: 7D, E1 and EE. RGB value is (125,225,238). Sum of RGB (Red+Green+Blue) = 125+225+238=588 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.26% from 588); Green value is 225 (88.28% from 255 or 38.27% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: blue. Hex color #7DE1EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DE1EE is #821E11. Grayscale: #C4C4C4. Windows color (decimal): -8527378 or 15655293. OLE color: 15655293.
HSL color Cylindrical-coordinate representation of color #7DE1EE: hue angle of 186.9º degrees, saturation: 0.77, 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 #7DE1EE is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 225 | 238 | - |
| CMYK | 0.47 | 0.05 | 0 | 0.07 |
| HSL | 186.9º | 0.77% | 0.71% | - |
| HSV(B) | 186.9º | 0.47% | 0.93% | - |
| XYZ | 50.82 | 64.38 | 90.64 | - |
| YUV | 196.58 | 151.37 | 76.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 225 | 238 | 0.47 | 0.05 | 0 | 0.07 | 186.9 | 0.77 | 0.71 |
| Hex | 7D | E1 | EE | 2F | 5 | 0 | 7 | BB | 4D | 47 |
| Octal | 175 | 341 | 356 | 57 | 5 | 0 | 7 | 273 | 115 | 107 |
| Binary | 1111101 | 11100001 | 11101110 | 101111 | 101 | 0 | 111 | 10111011 | 1001101 | 1000111 |
Color Harmonies of #7DE1EE
Complementary color
Monochromatic Colors of #7DE1EE
Black with #7DE1EE
Text Example
Text Example
White with #7DE1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE1EE; }
p { color: rgb(125,225,238); }
H1.HeaderClassName
{
color: #7DE1EE;
}
.AnyTagClassName
{
color: #7DE1EE;
}
</style>
background-color css
<style>
a { background-color: #7DE1EE; }
a { background-color: rgb(125,225,238); }
div.DivClassName
{
background-color: #7DE1EE;
}
.BgClassName
{
background-color: #7DE1EE;
}
</style>
border-color css
<style>
span { border-color: #7DE1EE; }
span { border-color: rgb(125,225,238); }
td.TdClassName
{
border-color: #7DE1EE;
}
.TagClassName
{
border-color: #7DE1EE;
}
</style>