Shades of Turquoise #2CDDD6
Tints of Turquoise #2CDDD6
RGB
CMYK
RGB Variations
Color information
#2CDDD6 (or 0x2CDDD6) is known color: Turquoise. HEX triplet: 2C, DD and D6. RGB value is (44,221,214). Sum of RGB (Red+Green+Blue) = 44+221+214=479 (63% of max value = 765). Red value is 44 (17.58% from 255 or 9.19% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 214 (83.98% from 255 or 44.68% from 479); Max value from RGB is 221 - color contains mainly: green. Hex color #2CDDD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CDDD6 is #D32229. Grayscale: #A7A7A7. Windows color (decimal): -13836842 or 14081324. OLE color: 14081324.
HSL color Cylindrical-coordinate representation of color #2CDDD6: hue angle of 177.63º 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 #2CDDD6 is Cyan = 0.80, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 221 | 214 | - |
| CMYK | 0.80 | 0 | 0.03 | 0.13 |
| HSL | 177.63º | 0.72% | 0.52% | - |
| HSV(B) | 177.63º | 0.8% | 0.87% | - |
| XYZ | 39.03 | 57.1 | 72.58 | - |
| YUV | 167.28 | 154.36 | 40.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 221 | 214 | 0.80 | 0 | 0.03 | 0.13 | 177.63 | 0.72 | 0.52 |
| Hex | 2C | DD | D6 | 50 | 0 | 3 | D | B2 | 48 | 34 |
| Octal | 54 | 335 | 326 | 120 | 0 | 3 | 15 | 262 | 110 | 64 |
| Binary | 101100 | 11011101 | 11010110 | 1010000 | 0 | 11 | 1101 | 10110010 | 1001000 | 110100 |
Color Harmonies of #2CDDD6
Complementary color
Monochromatic Colors of #2CDDD6
Black with #2CDDD6
Text Example
Text Example
White with #2CDDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDDD6; }
p { color: rgb(44,221,214); }
H1.HeaderClassName
{
color: #2CDDD6;
}
.AnyTagClassName
{
color: #2CDDD6;
}
</style>
background-color css
<style>
a { background-color: #2CDDD6; }
a { background-color: rgb(44,221,214); }
div.DivClassName
{
background-color: #2CDDD6;
}
.BgClassName
{
background-color: #2CDDD6;
}
</style>
border-color css
<style>
span { border-color: #2CDDD6; }
span { border-color: rgb(44,221,214); }
td.TdClassName
{
border-color: #2CDDD6;
}
.TagClassName
{
border-color: #2CDDD6;
}
</style>