Shades of Medium Turquoise #2DCDDC
Tints of Medium Turquoise #2DCDDC
RGB
CMYK
RGB Variations
Color information
#2DCDDC (or 0x2DCDDC) is known color: Medium Turquoise. HEX triplet: 2D, CD and DC. RGB value is (45,205,220). Sum of RGB (Red+Green+Blue) = 45+205+220=470 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.57% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #2DCDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCDDC is #D23223. Grayscale: #9E9E9E. Windows color (decimal): -13775396 or 14470445. OLE color: 14470445.
HSL color Cylindrical-coordinate representation of color #2DCDDC: hue angle of 185.14º 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 #2DCDDC is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 205 | 220 | - |
| CMYK | 0.80 | 0.07 | 0 | 0.14 |
| HSL | 185.14º | 0.71% | 0.52% | - |
| HSV(B) | 185.14º | 0.8% | 0.86% | - |
| XYZ | 35.83 | 49.39 | 75.35 | - |
| YUV | 158.87 | 162.49 | 46.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 205 | 220 | 0.80 | 0.07 | 0 | 0.14 | 185.14 | 0.71 | 0.52 |
| Hex | 2D | CD | DC | 50 | 7 | 0 | E | B9 | 47 | 34 |
| Octal | 55 | 315 | 334 | 120 | 7 | 0 | 16 | 271 | 107 | 64 |
| Binary | 101101 | 11001101 | 11011100 | 1010000 | 111 | 0 | 1110 | 10111001 | 1000111 | 110100 |
Color Harmonies of #2DCDDC
Complementary color
Monochromatic Colors of #2DCDDC
Black with #2DCDDC
Text Example
Text Example
White with #2DCDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCDDC; }
p { color: rgb(45,205,220); }
H1.HeaderClassName
{
color: #2DCDDC;
}
.AnyTagClassName
{
color: #2DCDDC;
}
</style>
background-color css
<style>
a { background-color: #2DCDDC; }
a { background-color: rgb(45,205,220); }
div.DivClassName
{
background-color: #2DCDDC;
}
.BgClassName
{
background-color: #2DCDDC;
}
</style>
border-color css
<style>
span { border-color: #2DCDDC; }
span { border-color: rgb(45,205,220); }
td.TdClassName
{
border-color: #2DCDDC;
}
.TagClassName
{
border-color: #2DCDDC;
}
</style>