Shades of Turquoise Blue #7DDDE3
Tints of Turquoise Blue #7DDDE3
RGB
CMYK
RGB Variations
Color information
#7DDDE3 (or 0x7DDDE3) is known color: Turquoise Blue. HEX triplet: 7D, DD and E3. RGB value is (125,221,227). Sum of RGB (Red+Green+Blue) = 125+221+227=573 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.82% from 573); Green value is 221 (86.72% from 255 or 38.57% from 573); Blue value is 227 (89.06% from 255 or 39.62% from 573); Max value from RGB is 227 - color contains mainly: blue. Hex color #7DDDE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDDE3 is #82221C. Grayscale: #C0C0C0. Windows color (decimal): -8528413 or 14933373. OLE color: 14933373.
HSL color Cylindrical-coordinate representation of color #7DDDE3: hue angle of 183.53º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7DDDE3 is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 125 | 221 | 227 | - |
| CMYK | 0.45 | 0.03 | 0 | 0.11 |
| HSL | 183.53º | 0.65% | 0.69% | - |
| HSV(B) | 183.53º | 0.45% | 0.89% | - |
| XYZ | 48.18 | 61.62 | 82.03 | - |
| YUV | 192.98 | 147.2 | 79.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 221 | 227 | 0.45 | 0.03 | 0 | 0.11 | 183.53 | 0.65 | 0.69 |
| Hex | 7D | DD | E3 | 2D | 3 | 0 | B | B8 | 41 | 45 |
| Octal | 175 | 335 | 343 | 55 | 3 | 0 | 13 | 270 | 101 | 105 |
| Binary | 1111101 | 11011101 | 11100011 | 101101 | 11 | 0 | 1011 | 10111000 | 1000001 | 1000101 |
Color Harmonies of #7DDDE3
Complementary color
Monochromatic Colors of #7DDDE3
Black with #7DDDE3
Text Example
Text Example
White with #7DDDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDDE3; }
p { color: rgb(125,221,227); }
H1.HeaderClassName
{
color: #7DDDE3;
}
.AnyTagClassName
{
color: #7DDDE3;
}
</style>
background-color css
<style>
a { background-color: #7DDDE3; }
a { background-color: rgb(125,221,227); }
div.DivClassName
{
background-color: #7DDDE3;
}
.BgClassName
{
background-color: #7DDDE3;
}
</style>
border-color css
<style>
span { border-color: #7DDDE3; }
span { border-color: rgb(125,221,227); }
td.TdClassName
{
border-color: #7DDDE3;
}
.TagClassName
{
border-color: #7DDDE3;
}
</style>