Shades of Turquoise #2DDCD9
Tints of Turquoise #2DDCD9
RGB
CMYK
RGB Variations
Color information
#2DDCD9 (or 0x2DDCD9) is known color: Turquoise. HEX triplet: 2D, DC and D9. RGB value is (45,220,217). Sum of RGB (Red+Green+Blue) = 45+220+217=482 (63% of max value = 765). Red value is 45 (17.97% from 255 or 9.34% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 217 (85.16% from 255 or 45.02% from 482); Max value from RGB is 220 - color contains mainly: green. Hex color #2DDCD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DDCD9 is #D22326. Grayscale: #A7A7A7. Windows color (decimal): -13771559 or 14277677. OLE color: 14277677.
HSL color Cylindrical-coordinate representation of color #2DDCD9: hue angle of 178.97º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDCD9 is Cyan = 0.80, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 220 | 217 | - |
| CMYK | 0.80 | 0 | 0.01 | 0.14 |
| HSL | 178.97º | 0.71% | 0.52% | - |
| HSV(B) | 178.97º | 0.8% | 0.86% | - |
| XYZ | 39.2 | 56.75 | 74.53 | - |
| YUV | 167.33 | 156.02 | 40.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 220 | 217 | 0.80 | 0 | 0.01 | 0.14 | 178.97 | 0.71 | 0.52 |
| Hex | 2D | DC | D9 | 50 | 0 | 1 | E | B3 | 47 | 34 |
| Octal | 55 | 334 | 331 | 120 | 0 | 1 | 16 | 263 | 107 | 64 |
| Binary | 101101 | 11011100 | 11011001 | 1010000 | 0 | 1 | 1110 | 10110011 | 1000111 | 110100 |
Color Harmonies of #2DDCD9
Complementary color
Monochromatic Colors of #2DDCD9
Black with #2DDCD9
Text Example
Text Example
White with #2DDCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDCD9; }
p { color: rgb(45,220,217); }
H1.HeaderClassName
{
color: #2DDCD9;
}
.AnyTagClassName
{
color: #2DDCD9;
}
</style>
background-color css
<style>
a { background-color: #2DDCD9; }
a { background-color: rgb(45,220,217); }
div.DivClassName
{
background-color: #2DDCD9;
}
.BgClassName
{
background-color: #2DDCD9;
}
</style>
border-color css
<style>
span { border-color: #2DDCD9; }
span { border-color: rgb(45,220,217); }
td.TdClassName
{
border-color: #2DDCD9;
}
.TagClassName
{
border-color: #2DDCD9;
}
</style>