Shades of Medium Turquoise #2DCAC6
Tints of Medium Turquoise #2DCAC6
RGB
CMYK
RGB Variations
Color information
#2DCAC6 (or 0x2DCAC6) is known color: Medium Turquoise. HEX triplet: 2D, CA and C6. RGB value is (45,202,198). Sum of RGB (Red+Green+Blue) = 45+202+198=445 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.11% from 445); Green value is 202 (79.30% from 255 or 45.39% from 445); Blue value is 198 (77.73% from 255 or 44.49% from 445); Max value from RGB is 202 - color contains mainly: green. Hex color #2DCAC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCAC6 is #D23539. Grayscale: #9A9A9A. Windows color (decimal): -13776186 or 13027885. OLE color: 13027885.
HSL color Cylindrical-coordinate representation of color #2DCAC6: hue angle of 178.47º 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 #2DCAC6 is Cyan = 0.78, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 45 | 202 | 198 | - |
| CMYK | 0.78 | 0 | 0.02 | 0.21 |
| HSL | 178.47º | 0.64% | 0.48% | - |
| HSV(B) | 178.47º | 0.78% | 0.79% | - |
| XYZ | 32.4 | 46.88 | 60.77 | - |
| YUV | 154.6 | 152.49 | 49.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 202 | 198 | 0.78 | 0 | 0.02 | 0.21 | 178.47 | 0.64 | 0.48 |
| Hex | 2D | CA | C6 | 4E | 0 | 2 | 15 | B2 | 40 | 30 |
| Octal | 55 | 312 | 306 | 116 | 0 | 2 | 25 | 262 | 100 | 60 |
| Binary | 101101 | 11001010 | 11000110 | 1001110 | 0 | 10 | 10101 | 10110010 | 1000000 | 110000 |
Color Harmonies of #2DCAC6
Complementary color
Monochromatic Colors of #2DCAC6
Black with #2DCAC6
Text Example
Text Example
White with #2DCAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCAC6; }
p { color: rgb(45,202,198); }
H1.HeaderClassName
{
color: #2DCAC6;
}
.AnyTagClassName
{
color: #2DCAC6;
}
</style>
background-color css
<style>
a { background-color: #2DCAC6; }
a { background-color: rgb(45,202,198); }
div.DivClassName
{
background-color: #2DCAC6;
}
.BgClassName
{
background-color: #2DCAC6;
}
</style>
border-color css
<style>
span { border-color: #2DCAC6; }
span { border-color: rgb(45,202,198); }
td.TdClassName
{
border-color: #2DCAC6;
}
.TagClassName
{
border-color: #2DCAC6;
}
</style>