Shades of Turquoise #2CDCCB
Tints of Turquoise #2CDCCB
RGB
CMYK
RGB Variations
Color information
#2CDCCB (or 0x2CDCCB) is known color: Turquoise. HEX triplet: 2C, DC and CB. RGB value is (44,220,203). Sum of RGB (Red+Green+Blue) = 44+220+203=467 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.42% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #2CDCCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CDCCB is #D32334. Grayscale: #A5A5A5. Windows color (decimal): -13837109 or 13360172. OLE color: 13360172.
HSL color Cylindrical-coordinate representation of color #2CDCCB: hue angle of 174.2º 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 #2CDCCB is Cyan = 0.8, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 220 | 203 | - |
| CMYK | 0.8 | 0 | 0.08 | 0.14 |
| HSL | 174.2º | 0.72% | 0.52% | - |
| HSV(B) | 174.2º | 0.8% | 0.86% | - |
| XYZ | 37.41 | 56.03 | 65.34 | - |
| YUV | 165.44 | 149.19 | 41.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 220 | 203 | 0.8 | 0 | 0.08 | 0.14 | 174.2 | 0.72 | 0.52 |
| Hex | 2C | DC | CB | 50 | 0 | 8 | E | AE | 48 | 34 |
| Octal | 54 | 334 | 313 | 120 | 0 | 10 | 16 | 256 | 110 | 64 |
| Binary | 101100 | 11011100 | 11001011 | 1010000 | 0 | 1000 | 1110 | 10101110 | 1001000 | 110100 |
Color Harmonies of #2CDCCB
Complementary color
Monochromatic Colors of #2CDCCB
Black with #2CDCCB
Text Example
Text Example
White with #2CDCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDCCB; }
p { color: rgb(44,220,203); }
H1.HeaderClassName
{
color: #2CDCCB;
}
.AnyTagClassName
{
color: #2CDCCB;
}
</style>
background-color css
<style>
a { background-color: #2CDCCB; }
a { background-color: rgb(44,220,203); }
div.DivClassName
{
background-color: #2CDCCB;
}
.BgClassName
{
background-color: #2CDCCB;
}
</style>
border-color css
<style>
span { border-color: #2CDCCB; }
span { border-color: rgb(44,220,203); }
td.TdClassName
{
border-color: #2CDCCB;
}
.TagClassName
{
border-color: #2CDCCB;
}
</style>