Shades of Turquoise #2CECCE
Tints of Turquoise #2CECCE
RGB
CMYK
RGB Variations
Color information
#2CECCE (or 0x2CECCE) is known color: Turquoise. HEX triplet: 2C, EC and CE. RGB value is (44,236,206). Sum of RGB (Red+Green+Blue) = 44+236+206=486 (64% of max value = 765). Red value is 44 (17.58% from 255 or 9.05% from 486); Green value is 236 (92.58% from 255 or 48.56% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 236 - color contains mainly: green. Hex color #2CECCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CECCE is #D31331. Grayscale: #AFAFAF. Windows color (decimal): -13833010 or 13560876. OLE color: 13560876.
HSL color Cylindrical-coordinate representation of color #2CECCE: hue angle of 170.62º 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 #2CECCE is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 236 | 206 | - |
| CMYK | 0.81 | 0 | 0.13 | 0.07 |
| HSL | 170.63º | 0.83% | 0.55% | - |
| HSV(B) | 170.63º | 0.81% | 0.93% | - |
| XYZ | 42.17 | 64.98 | 68.71 | - |
| YUV | 175.17 | 145.39 | 34.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 236 | 206 | 0.81 | 0 | 0.13 | 0.07 | 170.63 | 0.83 | 0.55 |
| Hex | 2C | EC | CE | 51 | 0 | D | 7 | AB | 53 | 37 |
| Octal | 54 | 354 | 316 | 121 | 0 | 15 | 7 | 253 | 123 | 67 |
| Binary | 101100 | 11101100 | 11001110 | 1010001 | 0 | 1101 | 111 | 10101011 | 1010011 | 110111 |
Color Harmonies of #2CECCE
Complementary color
Monochromatic Colors of #2CECCE
Black with #2CECCE
Text Example
Text Example
White with #2CECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CECCE; }
p { color: rgb(44,236,206); }
H1.HeaderClassName
{
color: #2CECCE;
}
.AnyTagClassName
{
color: #2CECCE;
}
</style>
background-color css
<style>
a { background-color: #2CECCE; }
a { background-color: rgb(44,236,206); }
div.DivClassName
{
background-color: #2CECCE;
}
.BgClassName
{
background-color: #2CECCE;
}
</style>
border-color css
<style>
span { border-color: #2CECCE; }
span { border-color: rgb(44,236,206); }
td.TdClassName
{
border-color: #2CECCE;
}
.TagClassName
{
border-color: #2CECCE;
}
</style>