Shades of Turquoise Blue #7DDEF1
Tints of Turquoise Blue #7DDEF1
RGB
CMYK
RGB Variations
Color information
#7DDEF1 (or 0x7DDEF1) is known color: Turquoise Blue. HEX triplet: 7D, DE and F1. RGB value is (125,222,241). Sum of RGB (Red+Green+Blue) = 125+222+241=588 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.26% from 588); Green value is 222 (87.11% from 255 or 37.76% from 588); Blue value is 241 (94.53% from 255 or 40.99% from 588); Max value from RGB is 241 - color contains mainly: blue. Hex color #7DDEF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DDEF1 is #82210E. Grayscale: #C2C2C2. Windows color (decimal): -8528143 or 15851133. OLE color: 15851133.
HSL color Cylindrical-coordinate representation of color #7DDEF1: hue angle of 189.83º 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 #7DDEF1 is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 222 | 241 | - |
| CMYK | 0.48 | 0.08 | 0 | 0.05 |
| HSL | 189.83º | 0.81% | 0.72% | - |
| HSV(B) | 189.83º | 0.48% | 0.95% | - |
| XYZ | 50.46 | 62.95 | 92.71 | - |
| YUV | 195.16 | 153.86 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 222 | 241 | 0.48 | 0.08 | 0 | 0.05 | 189.83 | 0.81 | 0.72 |
| Hex | 7D | DE | F1 | 30 | 8 | 0 | 5 | BE | 51 | 48 |
| Octal | 175 | 336 | 361 | 60 | 10 | 0 | 5 | 276 | 121 | 110 |
| Binary | 1111101 | 11011110 | 11110001 | 110000 | 1000 | 0 | 101 | 10111110 | 1010001 | 1001000 |
Color Harmonies of #7DDEF1
Complementary color
Monochromatic Colors of #7DDEF1
Black with #7DDEF1
Text Example
Text Example
White with #7DDEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDEF1; }
p { color: rgb(125,222,241); }
H1.HeaderClassName
{
color: #7DDEF1;
}
.AnyTagClassName
{
color: #7DDEF1;
}
</style>
background-color css
<style>
a { background-color: #7DDEF1; }
a { background-color: rgb(125,222,241); }
div.DivClassName
{
background-color: #7DDEF1;
}
.BgClassName
{
background-color: #7DDEF1;
}
</style>
border-color css
<style>
span { border-color: #7DDEF1; }
span { border-color: rgb(125,222,241); }
td.TdClassName
{
border-color: #7DDEF1;
}
.TagClassName
{
border-color: #7DDEF1;
}
</style>