Shades of Turquoise #2CDCDA
Tints of Turquoise #2CDCDA
RGB
CMYK
RGB Variations
Color information
#2CDCDA (or 0x2CDCDA) is known color: Turquoise. HEX triplet: 2C, DC and DA. RGB value is (44,220,218). Sum of RGB (Red+Green+Blue) = 44+220+218=482 (63% of max value = 765). Red value is 44 (17.58% from 255 or 9.13% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 220 - color contains mainly: green. Hex color #2CDCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CDCDA is #D32325. Grayscale: #A6A6A6. Windows color (decimal): -13837094 or 14343212. OLE color: 14343212.
HSL color Cylindrical-coordinate representation of color #2CDCDA: hue angle of 179.32º 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 #2CDCDA is Cyan = 0.8, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 220 | 218 | - |
| CMYK | 0.8 | 0 | 0.01 | 0.14 |
| HSL | 179.32º | 0.72% | 0.52% | - |
| HSV(B) | 179.32º | 0.8% | 0.86% | - |
| XYZ | 39.29 | 56.78 | 75.22 | - |
| YUV | 167.15 | 156.69 | 40.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 220 | 218 | 0.8 | 0 | 0.01 | 0.14 | 179.32 | 0.72 | 0.52 |
| Hex | 2C | DC | DA | 50 | 0 | 1 | E | B3 | 48 | 34 |
| Octal | 54 | 334 | 332 | 120 | 0 | 1 | 16 | 263 | 110 | 64 |
| Binary | 101100 | 11011100 | 11011010 | 1010000 | 0 | 1 | 1110 | 10110011 | 1001000 | 110100 |
Color Harmonies of #2CDCDA
Complementary color
Monochromatic Colors of #2CDCDA
Black with #2CDCDA
Text Example
Text Example
White with #2CDCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDCDA; }
p { color: rgb(44,220,218); }
H1.HeaderClassName
{
color: #2CDCDA;
}
.AnyTagClassName
{
color: #2CDCDA;
}
</style>
background-color css
<style>
a { background-color: #2CDCDA; }
a { background-color: rgb(44,220,218); }
div.DivClassName
{
background-color: #2CDCDA;
}
.BgClassName
{
background-color: #2CDCDA;
}
</style>
border-color css
<style>
span { border-color: #2CDCDA; }
span { border-color: rgb(44,220,218); }
td.TdClassName
{
border-color: #2CDCDA;
}
.TagClassName
{
border-color: #2CDCDA;
}
</style>