Shades of Medium Turquoise #2DCCCA
Tints of Medium Turquoise #2DCCCA
RGB
CMYK
RGB Variations
Color information
#2DCCCA (or 0x2DCCCA) is known color: Medium Turquoise. HEX triplet: 2D, CC and CA. RGB value is (45,204,202). Sum of RGB (Red+Green+Blue) = 45+204+202=451 (59% of max value = 765). Red value is 45 (17.97% from 255 or 9.98% from 451); Green value is 204 (80.08% from 255 or 45.23% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 204 - color contains mainly: green. Hex color #2DCCCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCCCA is #D23335. Grayscale: #9C9C9C. Windows color (decimal): -13775670 or 13290541. OLE color: 13290541.
HSL color Cylindrical-coordinate representation of color #2DCCCA: hue angle of 179.25º 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 #2DCCCA is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 45 | 204 | 202 | - |
| CMYK | 0.78 | 0 | 0.01 | 0.2 |
| HSL | 179.25º | 0.64% | 0.49% | - |
| HSV(B) | 179.25º | 0.78% | 0.8% | - |
| XYZ | 33.34 | 48.01 | 63.39 | - |
| YUV | 156.23 | 153.82 | 48.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 204 | 202 | 0.78 | 0 | 0.01 | 0.2 | 179.25 | 0.64 | 0.49 |
| Hex | 2D | CC | CA | 4E | 0 | 1 | 14 | B3 | 40 | 31 |
| Octal | 55 | 314 | 312 | 116 | 0 | 1 | 24 | 263 | 100 | 61 |
| Binary | 101101 | 11001100 | 11001010 | 1001110 | 0 | 1 | 10100 | 10110011 | 1000000 | 110001 |
Color Harmonies of #2DCCCA
Complementary color
Monochromatic Colors of #2DCCCA
Black with #2DCCCA
Text Example
Text Example
White with #2DCCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCCCA; }
p { color: rgb(45,204,202); }
H1.HeaderClassName
{
color: #2DCCCA;
}
.AnyTagClassName
{
color: #2DCCCA;
}
</style>
background-color css
<style>
a { background-color: #2DCCCA; }
a { background-color: rgb(45,204,202); }
div.DivClassName
{
background-color: #2DCCCA;
}
.BgClassName
{
background-color: #2DCCCA;
}
</style>
border-color css
<style>
span { border-color: #2DCCCA; }
span { border-color: rgb(45,204,202); }
td.TdClassName
{
border-color: #2DCCCA;
}
.TagClassName
{
border-color: #2DCCCA;
}
</style>