Shades of Turquoise #2CECC4
Tints of Turquoise #2CECC4
RGB
CMYK
RGB Variations
Color information
#2CECC4 (or 0x2CECC4) is known color: Turquoise. HEX triplet: 2C, EC and C4. RGB value is (44,236,196). Sum of RGB (Red+Green+Blue) = 44+236+196=476 (63% of max value = 765). Red value is 44 (17.58% from 255 or 9.24% from 476); Green value is 236 (92.58% from 255 or 49.58% from 476); Blue value is 196 (76.95% from 255 or 41.18% from 476); Max value from RGB is 236 - color contains mainly: green. Hex color #2CECC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CECC4 is #D3133B. Grayscale: #ADADAD. Windows color (decimal): -13833020 or 12905516. OLE color: 12905516.
HSL color Cylindrical-coordinate representation of color #2CECC4: hue angle of 167.5º 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 #2CECC4 is Cyan = 0.81, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 236 | 196 | - |
| CMYK | 0.81 | 0 | 0.17 | 0.07 |
| HSL | 167.5º | 0.83% | 0.55% | - |
| HSV(B) | 167.5º | 0.81% | 0.93% | - |
| XYZ | 41 | 64.51 | 62.52 | - |
| YUV | 174.03 | 140.39 | 35.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 236 | 196 | 0.81 | 0 | 0.17 | 0.07 | 167.5 | 0.83 | 0.55 |
| Hex | 2C | EC | C4 | 51 | 0 | 11 | 7 | A8 | 53 | 37 |
| Octal | 54 | 354 | 304 | 121 | 0 | 21 | 7 | 250 | 123 | 67 |
| Binary | 101100 | 11101100 | 11000100 | 1010001 | 0 | 10001 | 111 | 10101000 | 1010011 | 110111 |
Color Harmonies of #2CECC4
Complementary color
Monochromatic Colors of #2CECC4
Black with #2CECC4
Text Example
Text Example
White with #2CECC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CECC4; }
p { color: rgb(44,236,196); }
H1.HeaderClassName
{
color: #2CECC4;
}
.AnyTagClassName
{
color: #2CECC4;
}
</style>
background-color css
<style>
a { background-color: #2CECC4; }
a { background-color: rgb(44,236,196); }
div.DivClassName
{
background-color: #2CECC4;
}
.BgClassName
{
background-color: #2CECC4;
}
</style>
border-color css
<style>
span { border-color: #2CECC4; }
span { border-color: rgb(44,236,196); }
td.TdClassName
{
border-color: #2CECC4;
}
.TagClassName
{
border-color: #2CECC4;
}
</style>