Shades of Turquoise Blue #7DDFE1
Tints of Turquoise Blue #7DDFE1
RGB
CMYK
RGB Variations
Color information
#7DDFE1 (or 0x7DDFE1) is known color: Turquoise Blue. HEX triplet: 7D, DF and E1. RGB value is (125,223,225). Sum of RGB (Red+Green+Blue) = 125+223+225=573 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.82% from 573); Green value is 223 (87.5% from 255 or 38.92% from 573); Blue value is 225 (88.28% from 255 or 39.27% from 573); Max value from RGB is 225 - color contains mainly: blue. Hex color #7DDFE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDFE1 is #82201E. Grayscale: #C1C1C1. Windows color (decimal): -8527903 or 14802813. OLE color: 14802813.
HSL color Cylindrical-coordinate representation of color #7DDFE1: hue angle of 181.2º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DDFE1 is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 125 | 223 | 225 | - |
| CMYK | 0.44 | 0.01 | 0 | 0.12 |
| HSL | 181.2º | 0.63% | 0.69% | - |
| HSV(B) | 181.2º | 0.44% | 0.88% | - |
| XYZ | 48.44 | 62.57 | 80.76 | - |
| YUV | 193.93 | 145.53 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 223 | 225 | 0.44 | 0.01 | 0 | 0.12 | 181.2 | 0.63 | 0.69 |
| Hex | 7D | DF | E1 | 2C | 1 | 0 | C | B5 | 3E | 45 |
| Octal | 175 | 337 | 341 | 54 | 1 | 0 | 14 | 265 | 76 | 105 |
| Binary | 1111101 | 11011111 | 11100001 | 101100 | 1 | 0 | 1100 | 10110101 | 111110 | 1000101 |
Color Harmonies of #7DDFE1
Complementary color
Monochromatic Colors of #7DDFE1
Black with #7DDFE1
Text Example
Text Example
White with #7DDFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDFE1; }
p { color: rgb(125,223,225); }
H1.HeaderClassName
{
color: #7DDFE1;
}
.AnyTagClassName
{
color: #7DDFE1;
}
</style>
background-color css
<style>
a { background-color: #7DDFE1; }
a { background-color: rgb(125,223,225); }
div.DivClassName
{
background-color: #7DDFE1;
}
.BgClassName
{
background-color: #7DDFE1;
}
</style>
border-color css
<style>
span { border-color: #7DDFE1; }
span { border-color: rgb(125,223,225); }
td.TdClassName
{
border-color: #7DDFE1;
}
.TagClassName
{
border-color: #7DDFE1;
}
</style>