Shades of Turquoise #2CDCC8
Tints of Turquoise #2CDCC8
RGB
CMYK
RGB Variations
Color information
#2CDCC8 (or 0x2CDCC8) is known color: Turquoise. HEX triplet: 2C, DC and C8. RGB value is (44,220,200). Sum of RGB (Red+Green+Blue) = 44+220+200=464 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.48% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 200 (78.52% from 255 or 43.10% from 464); Max value from RGB is 220 - color contains mainly: green. Hex color #2CDCC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CDCC8 is #D32337. Grayscale: #A4A4A4. Windows color (decimal): -13837112 or 13163564. OLE color: 13163564.
HSL color Cylindrical-coordinate representation of color #2CDCC8: hue angle of 173.18º 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 #2CDCC8 is Cyan = 0.8, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 220 | 200 | - |
| CMYK | 0.8 | 0 | 0.09 | 0.14 |
| HSL | 173.18º | 0.72% | 0.52% | - |
| HSV(B) | 173.18º | 0.8% | 0.86% | - |
| XYZ | 37.06 | 55.89 | 63.48 | - |
| YUV | 165.1 | 147.69 | 41.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 220 | 200 | 0.8 | 0 | 0.09 | 0.14 | 173.18 | 0.72 | 0.52 |
| Hex | 2C | DC | C8 | 50 | 0 | 9 | E | AD | 48 | 34 |
| Octal | 54 | 334 | 310 | 120 | 0 | 11 | 16 | 255 | 110 | 64 |
| Binary | 101100 | 11011100 | 11001000 | 1010000 | 0 | 1001 | 1110 | 10101101 | 1001000 | 110100 |
Color Harmonies of #2CDCC8
Complementary color
Monochromatic Colors of #2CDCC8
Black with #2CDCC8
Text Example
Text Example
White with #2CDCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDCC8; }
p { color: rgb(44,220,200); }
H1.HeaderClassName
{
color: #2CDCC8;
}
.AnyTagClassName
{
color: #2CDCC8;
}
</style>
background-color css
<style>
a { background-color: #2CDCC8; }
a { background-color: rgb(44,220,200); }
div.DivClassName
{
background-color: #2CDCC8;
}
.BgClassName
{
background-color: #2CDCC8;
}
</style>
border-color css
<style>
span { border-color: #2CDCC8; }
span { border-color: rgb(44,220,200); }
td.TdClassName
{
border-color: #2CDCC8;
}
.TagClassName
{
border-color: #2CDCC8;
}
</style>