Shades of Turquoise #2CDCCD
Tints of Turquoise #2CDCCD
RGB
CMYK
RGB Variations
Color information
#2CDCCD (or 0x2CDCCD) is known color: Turquoise. HEX triplet: 2C, DC and CD. RGB value is (44,220,205). Sum of RGB (Red+Green+Blue) = 44+220+205=469 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.38% from 469); Green value is 220 (86.33% from 255 or 46.91% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 220 - color contains mainly: green. Hex color #2CDCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CDCCD is #D32332. Grayscale: #A5A5A5. Windows color (decimal): -13837107 or 13491244. OLE color: 13491244.
HSL color Cylindrical-coordinate representation of color #2CDCCD: hue angle of 174.89º 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 #2CDCCD is Cyan = 0.8, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 220 | 205 | - |
| CMYK | 0.8 | 0 | 0.07 | 0.14 |
| HSL | 174.89º | 0.72% | 0.52% | - |
| HSV(B) | 174.89º | 0.8% | 0.86% | - |
| XYZ | 37.65 | 56.13 | 66.61 | - |
| YUV | 165.67 | 150.19 | 41.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 220 | 205 | 0.8 | 0 | 0.07 | 0.14 | 174.89 | 0.72 | 0.52 |
| Hex | 2C | DC | CD | 50 | 0 | 7 | E | AF | 48 | 34 |
| Octal | 54 | 334 | 315 | 120 | 0 | 7 | 16 | 257 | 110 | 64 |
| Binary | 101100 | 11011100 | 11001101 | 1010000 | 0 | 111 | 1110 | 10101111 | 1001000 | 110100 |
Color Harmonies of #2CDCCD
Complementary color
Monochromatic Colors of #2CDCCD
Black with #2CDCCD
Text Example
Text Example
White with #2CDCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDCCD; }
p { color: rgb(44,220,205); }
H1.HeaderClassName
{
color: #2CDCCD;
}
.AnyTagClassName
{
color: #2CDCCD;
}
</style>
background-color css
<style>
a { background-color: #2CDCCD; }
a { background-color: rgb(44,220,205); }
div.DivClassName
{
background-color: #2CDCCD;
}
.BgClassName
{
background-color: #2CDCCD;
}
</style>
border-color css
<style>
span { border-color: #2CDCCD; }
span { border-color: rgb(44,220,205); }
td.TdClassName
{
border-color: #2CDCCD;
}
.TagClassName
{
border-color: #2CDCCD;
}
</style>