Shades of Turquoise Blue #7DE4F0
Tints of Turquoise Blue #7DE4F0
RGB
CMYK
RGB Variations
Color information
#7DE4F0 (or 0x7DE4F0) is known color: Turquoise Blue. HEX triplet: 7D, E4 and F0. RGB value is (125,228,240). Sum of RGB (Red+Green+Blue) = 125+228+240=593 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.08% from 593); Green value is 228 (89.45% from 255 or 38.45% from 593); Blue value is 240 (94.14% from 255 or 40.47% from 593); Max value from RGB is 240 - color contains mainly: blue. Hex color #7DE4F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DE4F0 is #821B0F. Grayscale: #C6C6C6. Windows color (decimal): -8526608 or 15787133. OLE color: 15787133.
HSL color Cylindrical-coordinate representation of color #7DE4F0: hue angle of 186.26º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DE4F0 is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 125 | 228 | 240 | - |
| CMYK | 0.48 | 0.05 | 0 | 0.06 |
| HSL | 186.26º | 0.79% | 0.72% | - |
| HSV(B) | 186.26º | 0.48% | 0.94% | - |
| XYZ | 51.93 | 66.14 | 92.47 | - |
| YUV | 198.57 | 151.38 | 75.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 228 | 240 | 0.48 | 0.05 | 0 | 0.06 | 186.26 | 0.79 | 0.72 |
| Hex | 7D | E4 | F0 | 30 | 5 | 0 | 6 | BA | 4F | 48 |
| Octal | 175 | 344 | 360 | 60 | 5 | 0 | 6 | 272 | 117 | 110 |
| Binary | 1111101 | 11100100 | 11110000 | 110000 | 101 | 0 | 110 | 10111010 | 1001111 | 1001000 |
Color Harmonies of #7DE4F0
Complementary color
Monochromatic Colors of #7DE4F0
Black with #7DE4F0
Text Example
Text Example
White with #7DE4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE4F0; }
p { color: rgb(125,228,240); }
H1.HeaderClassName
{
color: #7DE4F0;
}
.AnyTagClassName
{
color: #7DE4F0;
}
</style>
background-color css
<style>
a { background-color: #7DE4F0; }
a { background-color: rgb(125,228,240); }
div.DivClassName
{
background-color: #7DE4F0;
}
.BgClassName
{
background-color: #7DE4F0;
}
</style>
border-color css
<style>
span { border-color: #7DE4F0; }
span { border-color: rgb(125,228,240); }
td.TdClassName
{
border-color: #7DE4F0;
}
.TagClassName
{
border-color: #7DE4F0;
}
</style>