Shades of Turquoise #2CCDDC
Tints of Turquoise #2CCDDC
RGB
CMYK
RGB Variations
Color information
#2CCDDC (or 0x2CCDDC) is known color: Turquoise. HEX triplet: 2C, CD and DC. RGB value is (44,205,220). Sum of RGB (Red+Green+Blue) = 44+205+220=469 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.38% from 469); Green value is 205 (80.47% from 255 or 43.71% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #2CCDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCDDC is #D33223. Grayscale: #9E9E9E. Windows color (decimal): -13840932 or 14470444. OLE color: 14470444.
HSL color Cylindrical-coordinate representation of color #2CCDDC: hue angle of 185.11º 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 #2CCDDC is Cyan = 0.8, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 205 | 220 | - |
| CMYK | 0.8 | 0.07 | 0 | 0.14 |
| HSL | 185.11º | 0.72% | 0.52% | - |
| HSV(B) | 185.11º | 0.8% | 0.86% | - |
| XYZ | 35.79 | 49.37 | 75.35 | - |
| YUV | 158.57 | 162.66 | 46.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 205 | 220 | 0.8 | 0.07 | 0 | 0.14 | 185.11 | 0.72 | 0.52 |
| Hex | 2C | CD | DC | 50 | 7 | 0 | E | B9 | 48 | 34 |
| Octal | 54 | 315 | 334 | 120 | 7 | 0 | 16 | 271 | 110 | 64 |
| Binary | 101100 | 11001101 | 11011100 | 1010000 | 111 | 0 | 1110 | 10111001 | 1001000 | 110100 |
Color Harmonies of #2CCDDC
Complementary color
Monochromatic Colors of #2CCDDC
Black with #2CCDDC
Text Example
Text Example
White with #2CCDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCDDC; }
p { color: rgb(44,205,220); }
H1.HeaderClassName
{
color: #2CCDDC;
}
.AnyTagClassName
{
color: #2CCDDC;
}
</style>
background-color css
<style>
a { background-color: #2CCDDC; }
a { background-color: rgb(44,205,220); }
div.DivClassName
{
background-color: #2CCDDC;
}
.BgClassName
{
background-color: #2CCDDC;
}
</style>
border-color css
<style>
span { border-color: #2CCDDC; }
span { border-color: rgb(44,205,220); }
td.TdClassName
{
border-color: #2CCDDC;
}
.TagClassName
{
border-color: #2CCDDC;
}
</style>