Shades of Turquoise Blue #7DE1EF
Tints of Turquoise Blue #7DE1EF
RGB
CMYK
RGB Variations
Color information
#7DE1EF (or 0x7DE1EF) is known color: Turquoise Blue. HEX triplet: 7D, E1 and EF. RGB value is (125,225,239). Sum of RGB (Red+Green+Blue) = 125+225+239=589 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.22% from 589); Green value is 225 (88.28% from 255 or 38.20% from 589); Blue value is 239 (93.75% from 255 or 40.58% from 589); Max value from RGB is 239 - color contains mainly: blue. Hex color #7DE1EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DE1EF is #821E10. Grayscale: #C4C4C4. Windows color (decimal): -8527377 or 15720829. OLE color: 15720829.
HSL color Cylindrical-coordinate representation of color #7DE1EF: hue angle of 187.37º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DE1EF is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 125 | 225 | 239 | - |
| CMYK | 0.48 | 0.06 | 0 | 0.06 |
| HSL | 187.37º | 0.78% | 0.71% | - |
| HSV(B) | 187.37º | 0.48% | 0.94% | - |
| XYZ | 50.96 | 64.44 | 91.41 | - |
| YUV | 196.7 | 151.87 | 76.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 225 | 239 | 0.48 | 0.06 | 0 | 0.06 | 187.37 | 0.78 | 0.71 |
| Hex | 7D | E1 | EF | 30 | 6 | 0 | 6 | BB | 4E | 47 |
| Octal | 175 | 341 | 357 | 60 | 6 | 0 | 6 | 273 | 116 | 107 |
| Binary | 1111101 | 11100001 | 11101111 | 110000 | 110 | 0 | 110 | 10111011 | 1001110 | 1000111 |
Color Harmonies of #7DE1EF
Complementary color
Monochromatic Colors of #7DE1EF
Black with #7DE1EF
Text Example
Text Example
White with #7DE1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE1EF; }
p { color: rgb(125,225,239); }
H1.HeaderClassName
{
color: #7DE1EF;
}
.AnyTagClassName
{
color: #7DE1EF;
}
</style>
background-color css
<style>
a { background-color: #7DE1EF; }
a { background-color: rgb(125,225,239); }
div.DivClassName
{
background-color: #7DE1EF;
}
.BgClassName
{
background-color: #7DE1EF;
}
</style>
border-color css
<style>
span { border-color: #7DE1EF; }
span { border-color: rgb(125,225,239); }
td.TdClassName
{
border-color: #7DE1EF;
}
.TagClassName
{
border-color: #7DE1EF;
}
</style>