Shades of Medium Turquoise #2DCDDD
Tints of Medium Turquoise #2DCDDD
RGB
CMYK
RGB Variations
Color information
#2DCDDD (or 0x2DCDDD) is known color: Medium Turquoise. HEX triplet: 2D, CD and DD. RGB value is (45,205,221). Sum of RGB (Red+Green+Blue) = 45+205+221=471 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.55% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #2DCDDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCDDD is #D23222. Grayscale: #9E9E9E. Windows color (decimal): -13775395 or 14535981. OLE color: 14535981.
HSL color Cylindrical-coordinate representation of color #2DCDDD: hue angle of 185.45º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DCDDD is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 205 | 221 | - |
| CMYK | 0.80 | 0.07 | 0 | 0.13 |
| HSL | 185.45º | 0.72% | 0.52% | - |
| HSV(B) | 185.45º | 0.8% | 0.87% | - |
| XYZ | 35.96 | 49.44 | 76.05 | - |
| YUV | 158.98 | 162.99 | 46.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 205 | 221 | 0.80 | 0.07 | 0 | 0.13 | 185.45 | 0.72 | 0.52 |
| Hex | 2D | CD | DD | 50 | 7 | 0 | D | B9 | 48 | 34 |
| Octal | 55 | 315 | 335 | 120 | 7 | 0 | 15 | 271 | 110 | 64 |
| Binary | 101101 | 11001101 | 11011101 | 1010000 | 111 | 0 | 1101 | 10111001 | 1001000 | 110100 |
Color Harmonies of #2DCDDD
Complementary color
Monochromatic Colors of #2DCDDD
Black with #2DCDDD
Text Example
Text Example
White with #2DCDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCDDD; }
p { color: rgb(45,205,221); }
H1.HeaderClassName
{
color: #2DCDDD;
}
.AnyTagClassName
{
color: #2DCDDD;
}
</style>
background-color css
<style>
a { background-color: #2DCDDD; }
a { background-color: rgb(45,205,221); }
div.DivClassName
{
background-color: #2DCDDD;
}
.BgClassName
{
background-color: #2DCDDD;
}
</style>
border-color css
<style>
span { border-color: #2DCDDD; }
span { border-color: rgb(45,205,221); }
td.TdClassName
{
border-color: #2DCDDD;
}
.TagClassName
{
border-color: #2DCDDD;
}
</style>