Shades of Turquoise #2CDCBD
Tints of Turquoise #2CDCBD
RGB
CMYK
RGB Variations
Color information
#2CDCBD (or 0x2CDCBD) is known color: Turquoise. HEX triplet: 2C, DC and BD. RGB value is (44,220,189). Sum of RGB (Red+Green+Blue) = 44+220+189=453 (60% of max value = 765). Red value is 44 (17.58% from 255 or 9.71% from 453); Green value is 220 (86.33% from 255 or 48.57% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 220 - color contains mainly: green. Hex color #2CDCBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CDCBD is #D32342. Grayscale: #A3A3A3. Windows color (decimal): -13837123 or 12442668. OLE color: 12442668.
HSL color Cylindrical-coordinate representation of color #2CDCBD: hue angle of 169.43º 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 #2CDCBD is Cyan = 0.8, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 220 | 189 | - |
| CMYK | 0.8 | 0 | 0.14 | 0.14 |
| HSL | 169.43º | 0.72% | 0.52% | - |
| HSV(B) | 169.43º | 0.8% | 0.86% | - |
| XYZ | 35.82 | 55.4 | 56.95 | - |
| YUV | 163.84 | 142.19 | 42.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 220 | 189 | 0.8 | 0 | 0.14 | 0.14 | 169.43 | 0.72 | 0.52 |
| Hex | 2C | DC | BD | 50 | 0 | E | E | A9 | 48 | 34 |
| Octal | 54 | 334 | 275 | 120 | 0 | 16 | 16 | 251 | 110 | 64 |
| Binary | 101100 | 11011100 | 10111101 | 1010000 | 0 | 1110 | 1110 | 10101001 | 1001000 | 110100 |
Color Harmonies of #2CDCBD
Complementary color
Monochromatic Colors of #2CDCBD
Black with #2CDCBD
Text Example
Text Example
White with #2CDCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDCBD; }
p { color: rgb(44,220,189); }
H1.HeaderClassName
{
color: #2CDCBD;
}
.AnyTagClassName
{
color: #2CDCBD;
}
</style>
background-color css
<style>
a { background-color: #2CDCBD; }
a { background-color: rgb(44,220,189); }
div.DivClassName
{
background-color: #2CDCBD;
}
.BgClassName
{
background-color: #2CDCBD;
}
</style>
border-color css
<style>
span { border-color: #2CDCBD; }
span { border-color: rgb(44,220,189); }
td.TdClassName
{
border-color: #2CDCBD;
}
.TagClassName
{
border-color: #2CDCBD;
}
</style>