Shades of Turquoise #2CDCD1
Tints of Turquoise #2CDCD1
RGB
CMYK
RGB Variations
Color information
#2CDCD1 (or 0x2CDCD1) is known color: Turquoise. HEX triplet: 2C, DC and D1. RGB value is (44,220,209). Sum of RGB (Red+Green+Blue) = 44+220+209=473 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.30% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 209 (82.03% from 255 or 44.19% from 473); Max value from RGB is 220 - color contains mainly: green. Hex color #2CDCD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CDCD1 is #D3232E. Grayscale: #A5A5A5. Windows color (decimal): -13837103 or 13753388. OLE color: 13753388.
HSL color Cylindrical-coordinate representation of color #2CDCD1: hue angle of 176.25º 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 #2CDCD1 is Cyan = 0.8, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 220 | 209 | - |
| CMYK | 0.8 | 0 | 0.05 | 0.14 |
| HSL | 176.25º | 0.72% | 0.52% | - |
| HSV(B) | 176.25º | 0.8% | 0.86% | - |
| XYZ | 38.14 | 56.33 | 69.18 | - |
| YUV | 166.12 | 152.19 | 40.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 220 | 209 | 0.8 | 0 | 0.05 | 0.14 | 176.25 | 0.72 | 0.52 |
| Hex | 2C | DC | D1 | 50 | 0 | 5 | E | B0 | 48 | 34 |
| Octal | 54 | 334 | 321 | 120 | 0 | 5 | 16 | 260 | 110 | 64 |
| Binary | 101100 | 11011100 | 11010001 | 1010000 | 0 | 101 | 1110 | 10110000 | 1001000 | 110100 |
Color Harmonies of #2CDCD1
Complementary color
Monochromatic Colors of #2CDCD1
Black with #2CDCD1
Text Example
Text Example
White with #2CDCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDCD1; }
p { color: rgb(44,220,209); }
H1.HeaderClassName
{
color: #2CDCD1;
}
.AnyTagClassName
{
color: #2CDCD1;
}
</style>
background-color css
<style>
a { background-color: #2CDCD1; }
a { background-color: rgb(44,220,209); }
div.DivClassName
{
background-color: #2CDCD1;
}
.BgClassName
{
background-color: #2CDCD1;
}
</style>
border-color css
<style>
span { border-color: #2CDCD1; }
span { border-color: rgb(44,220,209); }
td.TdClassName
{
border-color: #2CDCD1;
}
.TagClassName
{
border-color: #2CDCD1;
}
</style>