Shades of Medium Turquoise #2DCABD
Tints of Medium Turquoise #2DCABD
RGB
CMYK
RGB Variations
Color information
#2DCABD (or 0x2DCABD) is known color: Medium Turquoise. HEX triplet: 2D, CA and BD. RGB value is (45,202,189). Sum of RGB (Red+Green+Blue) = 45+202+189=436 (57% of max value = 765). Red value is 45 (17.97% from 255 or 10.32% from 436); Green value is 202 (79.30% from 255 or 46.33% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 202 - color contains mainly: green. Hex color #2DCABD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCABD is #D23542. Grayscale: #999999. Windows color (decimal): -13776195 or 12438061. OLE color: 12438061.
HSL color Cylindrical-coordinate representation of color #2DCABD: hue angle of 175.03º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCABD is Cyan = 0.78, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 45 | 202 | 189 | - |
| CMYK | 0.78 | 0 | 0.06 | 0.21 |
| HSL | 175.03º | 0.64% | 0.48% | - |
| HSV(B) | 175.03º | 0.78% | 0.79% | - |
| XYZ | 31.39 | 46.47 | 55.46 | - |
| YUV | 153.58 | 147.99 | 50.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 202 | 189 | 0.78 | 0 | 0.06 | 0.21 | 175.03 | 0.64 | 0.48 |
| Hex | 2D | CA | BD | 4E | 0 | 6 | 15 | AF | 40 | 30 |
| Octal | 55 | 312 | 275 | 116 | 0 | 6 | 25 | 257 | 100 | 60 |
| Binary | 101101 | 11001010 | 10111101 | 1001110 | 0 | 110 | 10101 | 10101111 | 1000000 | 110000 |
Color Harmonies of #2DCABD
Complementary color
Monochromatic Colors of #2DCABD
Black with #2DCABD
Text Example
Text Example
White with #2DCABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCABD; }
p { color: rgb(45,202,189); }
H1.HeaderClassName
{
color: #2DCABD;
}
.AnyTagClassName
{
color: #2DCABD;
}
</style>
background-color css
<style>
a { background-color: #2DCABD; }
a { background-color: rgb(45,202,189); }
div.DivClassName
{
background-color: #2DCABD;
}
.BgClassName
{
background-color: #2DCABD;
}
</style>
border-color css
<style>
span { border-color: #2DCABD; }
span { border-color: rgb(45,202,189); }
td.TdClassName
{
border-color: #2DCABD;
}
.TagClassName
{
border-color: #2DCABD;
}
</style>