Shades of Turquoise Blue #7DDDE4
Tints of Turquoise Blue #7DDDE4
RGB
CMYK
RGB Variations
Color information
#7DDDE4 (or 0x7DDDE4) is known color: Turquoise Blue. HEX triplet: 7D, DD and E4. RGB value is (125,221,228). Sum of RGB (Red+Green+Blue) = 125+221+228=574 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.78% from 574); Green value is 221 (86.72% from 255 or 38.50% from 574); Blue value is 228 (89.45% from 255 or 39.72% from 574); Max value from RGB is 228 - color contains mainly: blue. Hex color #7DDDE4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDDE4 is #82221B. Grayscale: #C0C0C0. Windows color (decimal): -8528412 or 14998909. OLE color: 14998909.
HSL color Cylindrical-coordinate representation of color #7DDDE4: hue angle of 184.08º degrees, saturation: 0.66, 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 #7DDDE4 is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 125 | 221 | 228 | - |
| CMYK | 0.45 | 0.03 | 0 | 0.11 |
| HSL | 184.08º | 0.66% | 0.69% | - |
| HSV(B) | 184.08º | 0.45% | 0.89% | - |
| XYZ | 48.32 | 61.67 | 82.76 | - |
| YUV | 193.09 | 147.7 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 221 | 228 | 0.45 | 0.03 | 0 | 0.11 | 184.08 | 0.66 | 0.69 |
| Hex | 7D | DD | E4 | 2D | 3 | 0 | B | B8 | 42 | 45 |
| Octal | 175 | 335 | 344 | 55 | 3 | 0 | 13 | 270 | 102 | 105 |
| Binary | 1111101 | 11011101 | 11100100 | 101101 | 11 | 0 | 1011 | 10111000 | 1000010 | 1000101 |
Color Harmonies of #7DDDE4
Complementary color
Monochromatic Colors of #7DDDE4
Black with #7DDDE4
Text Example
Text Example
White with #7DDDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDDE4; }
p { color: rgb(125,221,228); }
H1.HeaderClassName
{
color: #7DDDE4;
}
.AnyTagClassName
{
color: #7DDDE4;
}
</style>
background-color css
<style>
a { background-color: #7DDDE4; }
a { background-color: rgb(125,221,228); }
div.DivClassName
{
background-color: #7DDDE4;
}
.BgClassName
{
background-color: #7DDDE4;
}
</style>
border-color css
<style>
span { border-color: #7DDDE4; }
span { border-color: rgb(125,221,228); }
td.TdClassName
{
border-color: #7DDDE4;
}
.TagClassName
{
border-color: #7DDDE4;
}
</style>