Shades of Turquoise #2CECDC
Tints of Turquoise #2CECDC
RGB
CMYK
RGB Variations
Color information
#2CECDC (or 0x2CECDC) is known color: Turquoise. HEX triplet: 2C, EC and DC. RGB value is (44,236,220). Sum of RGB (Red+Green+Blue) = 44+236+220=500 (66% of max value = 765). Red value is 44 (17.58% from 255 or 8.8% from 500); Green value is 236 (92.58% from 255 or 47.2% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 236 - color contains mainly: green. Hex color #2CECDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CECDC is #D31323. Grayscale: #B0B0B0. Windows color (decimal): -13832996 or 14478380. OLE color: 14478380.
HSL color Cylindrical-coordinate representation of color #2CECDC: hue angle of 175º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CECDC is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 236 | 220 | - |
| CMYK | 0.81 | 0 | 0.07 | 0.07 |
| HSL | 175º | 0.83% | 0.55% | - |
| HSV(B) | 175º | 0.81% | 0.93% | - |
| XYZ | 43.95 | 65.69 | 78.07 | - |
| YUV | 176.77 | 152.39 | 33.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 236 | 220 | 0.81 | 0 | 0.07 | 0.07 | 175 | 0.83 | 0.55 |
| Hex | 2C | EC | DC | 51 | 0 | 7 | 7 | AF | 53 | 37 |
| Octal | 54 | 354 | 334 | 121 | 0 | 7 | 7 | 257 | 123 | 67 |
| Binary | 101100 | 11101100 | 11011100 | 1010001 | 0 | 111 | 111 | 10101111 | 1010011 | 110111 |
Color Harmonies of #2CECDC
Complementary color
Monochromatic Colors of #2CECDC
Black with #2CECDC
Text Example
Text Example
White with #2CECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CECDC; }
p { color: rgb(44,236,220); }
H1.HeaderClassName
{
color: #2CECDC;
}
.AnyTagClassName
{
color: #2CECDC;
}
</style>
background-color css
<style>
a { background-color: #2CECDC; }
a { background-color: rgb(44,236,220); }
div.DivClassName
{
background-color: #2CECDC;
}
.BgClassName
{
background-color: #2CECDC;
}
</style>
border-color css
<style>
span { border-color: #2CECDC; }
span { border-color: rgb(44,236,220); }
td.TdClassName
{
border-color: #2CECDC;
}
.TagClassName
{
border-color: #2CECDC;
}
</style>