Shades of Turquoise #2CDCC0
Tints of Turquoise #2CDCC0
RGB
CMYK
RGB Variations
Color information
#2CDCC0 (or 0x2CDCC0) is known color: Turquoise. HEX triplet: 2C, DC and C0. RGB value is (44,220,192). Sum of RGB (Red+Green+Blue) = 44+220+192=456 (60% of max value = 765). Red value is 44 (17.58% from 255 or 9.65% from 456); Green value is 220 (86.33% from 255 or 48.25% from 456); Blue value is 192 (75.39% from 255 or 42.11% from 456); Max value from RGB is 220 - color contains mainly: green. Hex color #2CDCC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CDCC0 is #D3233F. Grayscale: #A4A4A4. Windows color (decimal): -13837120 or 12639276. OLE color: 12639276.
HSL color Cylindrical-coordinate representation of color #2CDCC0: hue angle of 170.45º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDCC0 is Cyan = 0.8, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 220 | 192 | - |
| CMYK | 0.8 | 0 | 0.13 | 0.14 |
| HSL | 170.45º | 0.72% | 0.52% | - |
| HSV(B) | 170.45º | 0.8% | 0.86% | - |
| XYZ | 36.15 | 55.53 | 58.68 | - |
| YUV | 164.18 | 143.69 | 42.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 220 | 192 | 0.8 | 0 | 0.13 | 0.14 | 170.45 | 0.72 | 0.52 |
| Hex | 2C | DC | C0 | 50 | 0 | D | E | AA | 48 | 34 |
| Octal | 54 | 334 | 300 | 120 | 0 | 15 | 16 | 252 | 110 | 64 |
| Binary | 101100 | 11011100 | 11000000 | 1010000 | 0 | 1101 | 1110 | 10101010 | 1001000 | 110100 |
Color Harmonies of #2CDCC0
Complementary color
Monochromatic Colors of #2CDCC0
Black with #2CDCC0
Text Example
Text Example
White with #2CDCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDCC0; }
p { color: rgb(44,220,192); }
H1.HeaderClassName
{
color: #2CDCC0;
}
.AnyTagClassName
{
color: #2CDCC0;
}
</style>
background-color css
<style>
a { background-color: #2CDCC0; }
a { background-color: rgb(44,220,192); }
div.DivClassName
{
background-color: #2CDCC0;
}
.BgClassName
{
background-color: #2CDCC0;
}
</style>
border-color css
<style>
span { border-color: #2CDCC0; }
span { border-color: rgb(44,220,192); }
td.TdClassName
{
border-color: #2CDCC0;
}
.TagClassName
{
border-color: #2CDCC0;
}
</style>