Shades of Turquoise Blue #7DDDDF
Tints of Turquoise Blue #7DDDDF
RGB
CMYK
RGB Variations
Color information
#7DDDDF (or 0x7DDDDF) is known color: Turquoise Blue. HEX triplet: 7D, DD and DF. RGB value is (125,221,223). Sum of RGB (Red+Green+Blue) = 125+221+223=569 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.97% from 569); Green value is 221 (86.72% from 255 or 38.84% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #7DDDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDDDF is #822220. Grayscale: #C0C0C0. Windows color (decimal): -8528417 or 14671229. OLE color: 14671229.
HSL color Cylindrical-coordinate representation of color #7DDDDF: hue angle of 181.22º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DDDDF is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 221 | 223 | - |
| CMYK | 0.44 | 0.01 | 0 | 0.13 |
| HSL | 181.22º | 0.6% | 0.68% | - |
| HSV(B) | 181.22º | 0.44% | 0.87% | - |
| XYZ | 47.63 | 61.4 | 79.15 | - |
| YUV | 192.52 | 145.2 | 79.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 221 | 223 | 0.44 | 0.01 | 0 | 0.13 | 181.22 | 0.6 | 0.68 |
| Hex | 7D | DD | DF | 2C | 1 | 0 | D | B5 | 3C | 44 |
| Octal | 175 | 335 | 337 | 54 | 1 | 0 | 15 | 265 | 74 | 104 |
| Binary | 1111101 | 11011101 | 11011111 | 101100 | 1 | 0 | 1101 | 10110101 | 111100 | 1000100 |
Color Harmonies of #7DDDDF
Complementary color
Monochromatic Colors of #7DDDDF
Black with #7DDDDF
Text Example
Text Example
White with #7DDDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDDDF; }
p { color: rgb(125,221,223); }
H1.HeaderClassName
{
color: #7DDDDF;
}
.AnyTagClassName
{
color: #7DDDDF;
}
</style>
background-color css
<style>
a { background-color: #7DDDDF; }
a { background-color: rgb(125,221,223); }
div.DivClassName
{
background-color: #7DDDDF;
}
.BgClassName
{
background-color: #7DDDDF;
}
</style>
border-color css
<style>
span { border-color: #7DDDDF; }
span { border-color: rgb(125,221,223); }
td.TdClassName
{
border-color: #7DDDDF;
}
.TagClassName
{
border-color: #7DDDDF;
}
</style>