Shades of Medium Turquoise #2DCDCA
Tints of Medium Turquoise #2DCDCA
RGB
CMYK
RGB Variations
Color information
#2DCDCA (or 0x2DCDCA) is known color: Medium Turquoise. HEX triplet: 2D, CD and CA. RGB value is (45,205,202). Sum of RGB (Red+Green+Blue) = 45+205+202=452 (59% of max value = 765). Red value is 45 (17.97% from 255 or 9.96% from 452); Green value is 205 (80.47% from 255 or 45.35% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 205 - color contains mainly: green. Hex color #2DCDCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCDCA is #D23235. Grayscale: #9C9C9C. Windows color (decimal): -13775414 or 13290797. OLE color: 13290797.
HSL color Cylindrical-coordinate representation of color #2DCDCA: hue angle of 178.88º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCDCA is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 45 | 205 | 202 | - |
| CMYK | 0.78 | 0 | 0.01 | 0.20 |
| HSL | 178.88º | 0.64% | 0.49% | - |
| HSV(B) | 178.88º | 0.78% | 0.8% | - |
| XYZ | 33.57 | 48.48 | 63.47 | - |
| YUV | 156.82 | 153.49 | 48.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 205 | 202 | 0.78 | 0 | 0.01 | 0.20 | 178.88 | 0.64 | 0.49 |
| Hex | 2D | CD | CA | 4E | 0 | 1 | 14 | B3 | 40 | 31 |
| Octal | 55 | 315 | 312 | 116 | 0 | 1 | 24 | 263 | 100 | 61 |
| Binary | 101101 | 11001101 | 11001010 | 1001110 | 0 | 1 | 10100 | 10110011 | 1000000 | 110001 |
Color Harmonies of #2DCDCA
Complementary color
Monochromatic Colors of #2DCDCA
Black with #2DCDCA
Text Example
Text Example
White with #2DCDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCDCA; }
p { color: rgb(45,205,202); }
H1.HeaderClassName
{
color: #2DCDCA;
}
.AnyTagClassName
{
color: #2DCDCA;
}
</style>
background-color css
<style>
a { background-color: #2DCDCA; }
a { background-color: rgb(45,205,202); }
div.DivClassName
{
background-color: #2DCDCA;
}
.BgClassName
{
background-color: #2DCDCA;
}
</style>
border-color css
<style>
span { border-color: #2DCDCA; }
span { border-color: rgb(45,205,202); }
td.TdClassName
{
border-color: #2DCDCA;
}
.TagClassName
{
border-color: #2DCDCA;
}
</style>