Shades of Medium Turquoise #2CCDC0
Tints of Medium Turquoise #2CCDC0
RGB
CMYK
RGB Variations
Color information
#2CCDC0 (or 0x2CCDC0) is known color: Medium Turquoise. HEX triplet: 2C, CD and C0. RGB value is (44,205,192). Sum of RGB (Red+Green+Blue) = 44+205+192=441 (58% of max value = 765). Red value is 44 (17.58% from 255 or 9.98% from 441); Green value is 205 (80.47% from 255 or 46.49% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 205 - color contains mainly: green. Hex color #2CCDC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCDC0 is #D3323F. Grayscale: #9B9B9B. Windows color (decimal): -13840960 or 12635436. OLE color: 12635436.
HSL color Cylindrical-coordinate representation of color #2CCDC0: hue angle of 175.16º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CCDC0 is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 44 | 205 | 192 | - |
| CMYK | 0.79 | 0 | 0.06 | 0.20 |
| HSL | 175.16º | 0.65% | 0.49% | - |
| HSV(B) | 175.16º | 0.79% | 0.8% | - |
| XYZ | 32.38 | 48 | 57.43 | - |
| YUV | 155.38 | 148.66 | 48.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 205 | 192 | 0.79 | 0 | 0.06 | 0.20 | 175.16 | 0.65 | 0.49 |
| Hex | 2C | CD | C0 | 4F | 0 | 6 | 14 | AF | 41 | 31 |
| Octal | 54 | 315 | 300 | 117 | 0 | 6 | 24 | 257 | 101 | 61 |
| Binary | 101100 | 11001101 | 11000000 | 1001111 | 0 | 110 | 10100 | 10101111 | 1000001 | 110001 |
Color Harmonies of #2CCDC0
Complementary color
Monochromatic Colors of #2CCDC0
Black with #2CCDC0
Text Example
Text Example
White with #2CCDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCDC0; }
p { color: rgb(44,205,192); }
H1.HeaderClassName
{
color: #2CCDC0;
}
.AnyTagClassName
{
color: #2CCDC0;
}
</style>
background-color css
<style>
a { background-color: #2CCDC0; }
a { background-color: rgb(44,205,192); }
div.DivClassName
{
background-color: #2CCDC0;
}
.BgClassName
{
background-color: #2CCDC0;
}
</style>
border-color css
<style>
span { border-color: #2CCDC0; }
span { border-color: rgb(44,205,192); }
td.TdClassName
{
border-color: #2CCDC0;
}
.TagClassName
{
border-color: #2CCDC0;
}
</style>