Shades of Medium Turquoise #2DCCDC
Tints of Medium Turquoise #2DCCDC
RGB
CMYK
RGB Variations
Color information
#2DCCDC (or 0x2DCCDC) is known color: Medium Turquoise. HEX triplet: 2D, CC and DC. RGB value is (45,204,220). Sum of RGB (Red+Green+Blue) = 45+204+220=469 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.59% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #2DCCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCCDC is #D23323. Grayscale: #9E9E9E. Windows color (decimal): -13775652 or 14470189. OLE color: 14470189.
HSL color Cylindrical-coordinate representation of color #2DCCDC: hue angle of 185.49º 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 #2DCCDC is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 204 | 220 | - |
| CMYK | 0.80 | 0.07 | 0 | 0.14 |
| HSL | 185.49º | 0.71% | 0.52% | - |
| HSV(B) | 185.49º | 0.8% | 0.86% | - |
| XYZ | 35.59 | 48.91 | 75.27 | - |
| YUV | 158.28 | 162.82 | 47.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 204 | 220 | 0.80 | 0.07 | 0 | 0.14 | 185.49 | 0.71 | 0.52 |
| Hex | 2D | CC | DC | 50 | 7 | 0 | E | B9 | 47 | 34 |
| Octal | 55 | 314 | 334 | 120 | 7 | 0 | 16 | 271 | 107 | 64 |
| Binary | 101101 | 11001100 | 11011100 | 1010000 | 111 | 0 | 1110 | 10111001 | 1000111 | 110100 |
Color Harmonies of #2DCCDC
Complementary color
Monochromatic Colors of #2DCCDC
Black with #2DCCDC
Text Example
Text Example
White with #2DCCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCCDC; }
p { color: rgb(45,204,220); }
H1.HeaderClassName
{
color: #2DCCDC;
}
.AnyTagClassName
{
color: #2DCCDC;
}
</style>
background-color css
<style>
a { background-color: #2DCCDC; }
a { background-color: rgb(45,204,220); }
div.DivClassName
{
background-color: #2DCCDC;
}
.BgClassName
{
background-color: #2DCCDC;
}
</style>
border-color css
<style>
span { border-color: #2DCCDC; }
span { border-color: rgb(45,204,220); }
td.TdClassName
{
border-color: #2DCCDC;
}
.TagClassName
{
border-color: #2DCCDC;
}
</style>