Shades of Medium Turquoise #2DCABC
Tints of Medium Turquoise #2DCABC
RGB
CMYK
RGB Variations
Color information
#2DCABC (or 0x2DCABC) is known color: Medium Turquoise. HEX triplet: 2D, CA and BC. RGB value is (45,202,188). Sum of RGB (Red+Green+Blue) = 45+202+188=435 (57% of max value = 765). Red value is 45 (17.97% from 255 or 10.34% from 435); Green value is 202 (79.30% from 255 or 46.44% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 202 - color contains mainly: green. Hex color #2DCABC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCABC is #D23543. Grayscale: #999999. Windows color (decimal): -13776196 or 12372525. OLE color: 12372525.
HSL color Cylindrical-coordinate representation of color #2DCABC: hue angle of 174.65º 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 #2DCABC is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 45 | 202 | 188 | - |
| CMYK | 0.78 | 0 | 0.07 | 0.21 |
| HSL | 174.65º | 0.64% | 0.48% | - |
| HSV(B) | 174.65º | 0.78% | 0.79% | - |
| XYZ | 31.28 | 46.43 | 54.89 | - |
| YUV | 153.46 | 147.49 | 50.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 202 | 188 | 0.78 | 0 | 0.07 | 0.21 | 174.65 | 0.64 | 0.48 |
| Hex | 2D | CA | BC | 4E | 0 | 7 | 15 | AF | 40 | 30 |
| Octal | 55 | 312 | 274 | 116 | 0 | 7 | 25 | 257 | 100 | 60 |
| Binary | 101101 | 11001010 | 10111100 | 1001110 | 0 | 111 | 10101 | 10101111 | 1000000 | 110000 |
Color Harmonies of #2DCABC
Complementary color
Monochromatic Colors of #2DCABC
Black with #2DCABC
Text Example
Text Example
White with #2DCABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCABC; }
p { color: rgb(45,202,188); }
H1.HeaderClassName
{
color: #2DCABC;
}
.AnyTagClassName
{
color: #2DCABC;
}
</style>
background-color css
<style>
a { background-color: #2DCABC; }
a { background-color: rgb(45,202,188); }
div.DivClassName
{
background-color: #2DCABC;
}
.BgClassName
{
background-color: #2DCABC;
}
</style>
border-color css
<style>
span { border-color: #2DCABC; }
span { border-color: rgb(45,202,188); }
td.TdClassName
{
border-color: #2DCABC;
}
.TagClassName
{
border-color: #2DCABC;
}
</style>