Shades of Medium Turquoise #2DCDC3
Tints of Medium Turquoise #2DCDC3
RGB
CMYK
RGB Variations
Color information
#2DCDC3 (or 0x2DCDC3) is known color: Medium Turquoise. HEX triplet: 2D, CD and C3. RGB value is (45,205,195). Sum of RGB (Red+Green+Blue) = 45+205+195=445 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.11% from 445); Green value is 205 (80.47% from 255 or 46.07% from 445); Blue value is 195 (76.56% from 255 or 43.82% from 445); Max value from RGB is 205 - color contains mainly: green. Hex color #2DCDC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCDC3 is #D2323C. Grayscale: #9B9B9B. Windows color (decimal): -13775421 or 12832045. OLE color: 12832045.
HSL color Cylindrical-coordinate representation of color #2DCDC3: hue angle of 176.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 #2DCDC3 is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 45 | 205 | 195 | - |
| CMYK | 0.78 | 0 | 0.05 | 0.20 |
| HSL | 176.25º | 0.64% | 0.49% | - |
| HSV(B) | 176.25º | 0.78% | 0.8% | - |
| XYZ | 32.76 | 48.16 | 59.2 | - |
| YUV | 156.02 | 149.99 | 48.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 205 | 195 | 0.78 | 0 | 0.05 | 0.20 | 176.25 | 0.64 | 0.49 |
| Hex | 2D | CD | C3 | 4E | 0 | 5 | 14 | B0 | 40 | 31 |
| Octal | 55 | 315 | 303 | 116 | 0 | 5 | 24 | 260 | 100 | 61 |
| Binary | 101101 | 11001101 | 11000011 | 1001110 | 0 | 101 | 10100 | 10110000 | 1000000 | 110001 |
Color Harmonies of #2DCDC3
Complementary color
Monochromatic Colors of #2DCDC3
Black with #2DCDC3
Text Example
Text Example
White with #2DCDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCDC3; }
p { color: rgb(45,205,195); }
H1.HeaderClassName
{
color: #2DCDC3;
}
.AnyTagClassName
{
color: #2DCDC3;
}
</style>
background-color css
<style>
a { background-color: #2DCDC3; }
a { background-color: rgb(45,205,195); }
div.DivClassName
{
background-color: #2DCDC3;
}
.BgClassName
{
background-color: #2DCDC3;
}
</style>
border-color css
<style>
span { border-color: #2DCDC3; }
span { border-color: rgb(45,205,195); }
td.TdClassName
{
border-color: #2DCDC3;
}
.TagClassName
{
border-color: #2DCDC3;
}
</style>