Shades of Turquoise Blue #7DDDE8
Tints of Turquoise Blue #7DDDE8
RGB
CMYK
RGB Variations
Color information
#7DDDE8 (or 0x7DDDE8) is known color: Turquoise Blue. HEX triplet: 7D, DD and E8. RGB value is (125,221,232). Sum of RGB (Red+Green+Blue) = 125+221+232=578 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.63% from 578); Green value is 221 (86.72% from 255 or 38.24% from 578); Blue value is 232 (91.02% from 255 or 40.14% from 578); Max value from RGB is 232 - color contains mainly: blue. Hex color #7DDDE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DDDE8 is #822217. Grayscale: #C1C1C1. Windows color (decimal): -8528408 or 15261053. OLE color: 15261053.
HSL color Cylindrical-coordinate representation of color #7DDDE8: hue angle of 186.17º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7DDDE8 is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 125 | 221 | 232 | - |
| CMYK | 0.46 | 0.05 | 0 | 0.09 |
| HSL | 186.17º | 0.7% | 0.7% | - |
| HSV(B) | 186.17º | 0.46% | 0.91% | - |
| XYZ | 48.88 | 61.9 | 85.72 | - |
| YUV | 193.55 | 149.7 | 79.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 221 | 232 | 0.46 | 0.05 | 0 | 0.09 | 186.17 | 0.7 | 0.7 |
| Hex | 7D | DD | E8 | 2E | 5 | 0 | 9 | BA | 46 | 46 |
| Octal | 175 | 335 | 350 | 56 | 5 | 0 | 11 | 272 | 106 | 106 |
| Binary | 1111101 | 11011101 | 11101000 | 101110 | 101 | 0 | 1001 | 10111010 | 1000110 | 1000110 |
Color Harmonies of #7DDDE8
Complementary color
Monochromatic Colors of #7DDDE8
Black with #7DDDE8
Text Example
Text Example
White with #7DDDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDDE8; }
p { color: rgb(125,221,232); }
H1.HeaderClassName
{
color: #7DDDE8;
}
.AnyTagClassName
{
color: #7DDDE8;
}
</style>
background-color css
<style>
a { background-color: #7DDDE8; }
a { background-color: rgb(125,221,232); }
div.DivClassName
{
background-color: #7DDDE8;
}
.BgClassName
{
background-color: #7DDDE8;
}
</style>
border-color css
<style>
span { border-color: #7DDDE8; }
span { border-color: rgb(125,221,232); }
td.TdClassName
{
border-color: #7DDDE8;
}
.TagClassName
{
border-color: #7DDDE8;
}
</style>