Shades of Turquoise Blue #7DE8EE
Tints of Turquoise Blue #7DE8EE
RGB
CMYK
RGB Variations
Color information
#7DE8EE (or 0x7DE8EE) is known color: Turquoise Blue. HEX triplet: 7D, E8 and EE. RGB value is (125,232,238). Sum of RGB (Red+Green+Blue) = 125+232+238=595 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.01% from 595); Green value is 232 (91.02% from 255 or 38.99% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 238 - color contains mainly: blue. Hex color #7DE8EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DE8EE is #821711. Grayscale: #C8C8C8. Windows color (decimal): -8525586 or 15657085. OLE color: 15657085.
HSL color Cylindrical-coordinate representation of color #7DE8EE: hue angle of 183.19º 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 #7DE8EE is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 232 | 238 | - |
| CMYK | 0.47 | 0.03 | 0 | 0.07 |
| HSL | 183.19º | 0.77% | 0.71% | - |
| HSV(B) | 183.19º | 0.47% | 0.93% | - |
| XYZ | 52.75 | 68.25 | 91.28 | - |
| YUV | 200.69 | 149.05 | 74.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 232 | 238 | 0.47 | 0.03 | 0 | 0.07 | 183.19 | 0.77 | 0.71 |
| Hex | 7D | E8 | EE | 2F | 3 | 0 | 7 | B7 | 4D | 47 |
| Octal | 175 | 350 | 356 | 57 | 3 | 0 | 7 | 267 | 115 | 107 |
| Binary | 1111101 | 11101000 | 11101110 | 101111 | 11 | 0 | 111 | 10110111 | 1001101 | 1000111 |
Color Harmonies of #7DE8EE
Complementary color
Monochromatic Colors of #7DE8EE
Black with #7DE8EE
Text Example
Text Example
White with #7DE8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE8EE; }
p { color: rgb(125,232,238); }
H1.HeaderClassName
{
color: #7DE8EE;
}
.AnyTagClassName
{
color: #7DE8EE;
}
</style>
background-color css
<style>
a { background-color: #7DE8EE; }
a { background-color: rgb(125,232,238); }
div.DivClassName
{
background-color: #7DE8EE;
}
.BgClassName
{
background-color: #7DE8EE;
}
</style>
border-color css
<style>
span { border-color: #7DE8EE; }
span { border-color: rgb(125,232,238); }
td.TdClassName
{
border-color: #7DE8EE;
}
.TagClassName
{
border-color: #7DE8EE;
}
</style>