Shades of Turquoise #2CCDDD
Tints of Turquoise #2CCDDD
RGB
CMYK
RGB Variations
Color information
#2CCDDD (or 0x2CCDDD) is known color: Turquoise. HEX triplet: 2C, CD and DD. RGB value is (44,205,221). Sum of RGB (Red+Green+Blue) = 44+205+221=470 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.36% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #2CCDDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCDDD is #D33222. Grayscale: #9E9E9E. Windows color (decimal): -13840931 or 14535980. OLE color: 14535980.
HSL color Cylindrical-coordinate representation of color #2CCDDD: hue angle of 185.42º 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 #2CCDDD is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 205 | 221 | - |
| CMYK | 0.80 | 0.07 | 0 | 0.13 |
| HSL | 185.42º | 0.72% | 0.52% | - |
| HSV(B) | 185.42º | 0.8% | 0.87% | - |
| XYZ | 35.92 | 49.42 | 76.05 | - |
| YUV | 158.69 | 163.16 | 46.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 205 | 221 | 0.80 | 0.07 | 0 | 0.13 | 185.42 | 0.72 | 0.52 |
| Hex | 2C | CD | DD | 50 | 7 | 0 | D | B9 | 48 | 34 |
| Octal | 54 | 315 | 335 | 120 | 7 | 0 | 15 | 271 | 110 | 64 |
| Binary | 101100 | 11001101 | 11011101 | 1010000 | 111 | 0 | 1101 | 10111001 | 1001000 | 110100 |
Color Harmonies of #2CCDDD
Complementary color
Monochromatic Colors of #2CCDDD
Black with #2CCDDD
Text Example
Text Example
White with #2CCDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCDDD; }
p { color: rgb(44,205,221); }
H1.HeaderClassName
{
color: #2CCDDD;
}
.AnyTagClassName
{
color: #2CCDDD;
}
</style>
background-color css
<style>
a { background-color: #2CCDDD; }
a { background-color: rgb(44,205,221); }
div.DivClassName
{
background-color: #2CCDDD;
}
.BgClassName
{
background-color: #2CCDDD;
}
</style>
border-color css
<style>
span { border-color: #2CCDDD; }
span { border-color: rgb(44,205,221); }
td.TdClassName
{
border-color: #2CCDDD;
}
.TagClassName
{
border-color: #2CCDDD;
}
</style>