Shades of Turquoise #2CDDD0
Tints of Turquoise #2CDDD0
RGB
CMYK
RGB Variations
Color information
#2CDDD0 (or 0x2CDDD0) is known color: Turquoise. HEX triplet: 2C, DD and D0. RGB value is (44,221,208). Sum of RGB (Red+Green+Blue) = 44+221+208=473 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.30% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 208 (81.64% from 255 or 43.97% from 473); Max value from RGB is 221 - color contains mainly: green. Hex color #2CDDD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CDDD0 is #D3222F. Grayscale: #A6A6A6. Windows color (decimal): -13836848 or 13688108. OLE color: 13688108.
HSL color Cylindrical-coordinate representation of color #2CDDD0: hue angle of 175.59º 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 #2CDDD0 is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 221 | 208 | - |
| CMYK | 0.80 | 0 | 0.06 | 0.13 |
| HSL | 175.59º | 0.72% | 0.52% | - |
| HSV(B) | 175.59º | 0.8% | 0.87% | - |
| XYZ | 38.28 | 56.8 | 68.62 | - |
| YUV | 166.6 | 151.36 | 40.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 221 | 208 | 0.80 | 0 | 0.06 | 0.13 | 175.59 | 0.72 | 0.52 |
| Hex | 2C | DD | D0 | 50 | 0 | 6 | D | B0 | 48 | 34 |
| Octal | 54 | 335 | 320 | 120 | 0 | 6 | 15 | 260 | 110 | 64 |
| Binary | 101100 | 11011101 | 11010000 | 1010000 | 0 | 110 | 1101 | 10110000 | 1001000 | 110100 |
Color Harmonies of #2CDDD0
Complementary color
Monochromatic Colors of #2CDDD0
Black with #2CDDD0
Text Example
Text Example
White with #2CDDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDDD0; }
p { color: rgb(44,221,208); }
H1.HeaderClassName
{
color: #2CDDD0;
}
.AnyTagClassName
{
color: #2CDDD0;
}
</style>
background-color css
<style>
a { background-color: #2CDDD0; }
a { background-color: rgb(44,221,208); }
div.DivClassName
{
background-color: #2CDDD0;
}
.BgClassName
{
background-color: #2CDDD0;
}
</style>
border-color css
<style>
span { border-color: #2CDDD0; }
span { border-color: rgb(44,221,208); }
td.TdClassName
{
border-color: #2CDDD0;
}
.TagClassName
{
border-color: #2CDDD0;
}
</style>