Shades of Turquoise #2CDDD1
Tints of Turquoise #2CDDD1
RGB
CMYK
RGB Variations
Color information
#2CDDD1 (or 0x2CDDD1) is known color: Turquoise. HEX triplet: 2C, DD and D1. RGB value is (44,221,209). Sum of RGB (Red+Green+Blue) = 44+221+209=474 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.28% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 209 (82.03% from 255 or 44.09% from 474); Max value from RGB is 221 - color contains mainly: green. Hex color #2CDDD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CDDD1 is #D3222E. Grayscale: #A6A6A6. Windows color (decimal): -13836847 or 13753644. OLE color: 13753644.
HSL color Cylindrical-coordinate representation of color #2CDDD1: hue angle of 175.93º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDDD1 is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 221 | 209 | - |
| CMYK | 0.80 | 0 | 0.05 | 0.13 |
| HSL | 175.93º | 0.72% | 0.52% | - |
| HSV(B) | 175.93º | 0.8% | 0.87% | - |
| XYZ | 38.4 | 56.85 | 69.27 | - |
| YUV | 166.71 | 151.86 | 40.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 221 | 209 | 0.80 | 0 | 0.05 | 0.13 | 175.93 | 0.72 | 0.52 |
| Hex | 2C | DD | D1 | 50 | 0 | 5 | D | B0 | 48 | 34 |
| Octal | 54 | 335 | 321 | 120 | 0 | 5 | 15 | 260 | 110 | 64 |
| Binary | 101100 | 11011101 | 11010001 | 1010000 | 0 | 101 | 1101 | 10110000 | 1001000 | 110100 |
Color Harmonies of #2CDDD1
Complementary color
Monochromatic Colors of #2CDDD1
Black with #2CDDD1
Text Example
Text Example
White with #2CDDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDDD1; }
p { color: rgb(44,221,209); }
H1.HeaderClassName
{
color: #2CDDD1;
}
.AnyTagClassName
{
color: #2CDDD1;
}
</style>
background-color css
<style>
a { background-color: #2CDDD1; }
a { background-color: rgb(44,221,209); }
div.DivClassName
{
background-color: #2CDDD1;
}
.BgClassName
{
background-color: #2CDDD1;
}
</style>
border-color css
<style>
span { border-color: #2CDDD1; }
span { border-color: rgb(44,221,209); }
td.TdClassName
{
border-color: #2CDDD1;
}
.TagClassName
{
border-color: #2CDDD1;
}
</style>