Shades of Turquoise Blue #7DE1F1
Tints of Turquoise Blue #7DE1F1
RGB
CMYK
RGB Variations
Color information
#7DE1F1 (or 0x7DE1F1) is known color: Turquoise Blue. HEX triplet: 7D, E1 and F1. RGB value is (125,225,241). Sum of RGB (Red+Green+Blue) = 125+225+241=591 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.15% from 591); Green value is 225 (88.28% from 255 or 38.07% from 591); Blue value is 241 (94.53% from 255 or 40.78% from 591); Max value from RGB is 241 - color contains mainly: blue. Hex color #7DE1F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DE1F1 is #821E0E. Grayscale: #C4C4C4. Windows color (decimal): -8527375 or 15851901. OLE color: 15851901.
HSL color Cylindrical-coordinate representation of color #7DE1F1: hue angle of 188.28º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DE1F1 is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 225 | 241 | - |
| CMYK | 0.48 | 0.07 | 0 | 0.05 |
| HSL | 188.28º | 0.81% | 0.72% | - |
| HSV(B) | 188.28º | 0.48% | 0.95% | - |
| XYZ | 51.26 | 64.56 | 92.98 | - |
| YUV | 196.92 | 152.87 | 76.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 225 | 241 | 0.48 | 0.07 | 0 | 0.05 | 188.28 | 0.81 | 0.72 |
| Hex | 7D | E1 | F1 | 30 | 7 | 0 | 5 | BC | 51 | 48 |
| Octal | 175 | 341 | 361 | 60 | 7 | 0 | 5 | 274 | 121 | 110 |
| Binary | 1111101 | 11100001 | 11110001 | 110000 | 111 | 0 | 101 | 10111100 | 1010001 | 1001000 |
Color Harmonies of #7DE1F1
Complementary color
Monochromatic Colors of #7DE1F1
Black with #7DE1F1
Text Example
Text Example
White with #7DE1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE1F1; }
p { color: rgb(125,225,241); }
H1.HeaderClassName
{
color: #7DE1F1;
}
.AnyTagClassName
{
color: #7DE1F1;
}
</style>
background-color css
<style>
a { background-color: #7DE1F1; }
a { background-color: rgb(125,225,241); }
div.DivClassName
{
background-color: #7DE1F1;
}
.BgClassName
{
background-color: #7DE1F1;
}
</style>
border-color css
<style>
span { border-color: #7DE1F1; }
span { border-color: rgb(125,225,241); }
td.TdClassName
{
border-color: #7DE1F1;
}
.TagClassName
{
border-color: #7DE1F1;
}
</style>