Shades of Turquoise Blue #7DDFDD
Tints of Turquoise Blue #7DDFDD
RGB
CMYK
RGB Variations
Color information
#7DDFDD (or 0x7DDFDD) is known color: Turquoise Blue. HEX triplet: 7D, DF and DD. RGB value is (125,223,221). Sum of RGB (Red+Green+Blue) = 125+223+221=569 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.97% from 569); Green value is 223 (87.5% from 255 or 39.19% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 223 - color contains mainly: green. Hex color #7DDFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDFDD is #822022. Grayscale: #C1C1C1. Windows color (decimal): -8527907 or 14540669. OLE color: 14540669.
HSL color Cylindrical-coordinate representation of color #7DDFDD: hue angle of 178.78º 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 #7DDFDD is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 223 | 221 | - |
| CMYK | 0.44 | 0 | 0.01 | 0.13 |
| HSL | 178.78º | 0.6% | 0.68% | - |
| HSV(B) | 178.78º | 0.44% | 0.87% | - |
| XYZ | 47.9 | 62.36 | 77.92 | - |
| YUV | 193.47 | 143.53 | 79.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 223 | 221 | 0.44 | 0 | 0.01 | 0.13 | 178.78 | 0.6 | 0.68 |
| Hex | 7D | DF | DD | 2C | 0 | 1 | D | B3 | 3C | 44 |
| Octal | 175 | 337 | 335 | 54 | 0 | 1 | 15 | 263 | 74 | 104 |
| Binary | 1111101 | 11011111 | 11011101 | 101100 | 0 | 1 | 1101 | 10110011 | 111100 | 1000100 |
Color Harmonies of #7DDFDD
Complementary color
Monochromatic Colors of #7DDFDD
Black with #7DDFDD
Text Example
Text Example
White with #7DDFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDFDD; }
p { color: rgb(125,223,221); }
H1.HeaderClassName
{
color: #7DDFDD;
}
.AnyTagClassName
{
color: #7DDFDD;
}
</style>
background-color css
<style>
a { background-color: #7DDFDD; }
a { background-color: rgb(125,223,221); }
div.DivClassName
{
background-color: #7DDFDD;
}
.BgClassName
{
background-color: #7DDFDD;
}
</style>
border-color css
<style>
span { border-color: #7DDFDD; }
span { border-color: rgb(125,223,221); }
td.TdClassName
{
border-color: #7DDFDD;
}
.TagClassName
{
border-color: #7DDFDD;
}
</style>