Shades of Turquoise #2CECB7
Tints of Turquoise #2CECB7
RGB
CMYK
RGB Variations
Color information
#2CECB7 (or 0x2CECB7) is known color: Turquoise. HEX triplet: 2C, EC and B7. RGB value is (44,236,183). Sum of RGB (Red+Green+Blue) = 44+236+183=463 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.50% from 463); Green value is 236 (92.58% from 255 or 50.97% from 463); Blue value is 183 (71.88% from 255 or 39.52% from 463); Max value from RGB is 236 - color contains mainly: green. Hex color #2CECB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CECB7 is #D31348. Grayscale: #ACACAC. Windows color (decimal): -13833033 or 12053548. OLE color: 12053548.
HSL color Cylindrical-coordinate representation of color #2CECB7: hue angle of 163.44º 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 #2CECB7 is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 236 | 183 | - |
| CMYK | 0.81 | 0 | 0.22 | 0.07 |
| HSL | 163.44º | 0.83% | 0.55% | - |
| HSV(B) | 163.44º | 0.81% | 0.93% | - |
| XYZ | 39.58 | 63.95 | 55.06 | - |
| YUV | 172.55 | 133.89 | 36.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 236 | 183 | 0.81 | 0 | 0.22 | 0.07 | 163.44 | 0.83 | 0.55 |
| Hex | 2C | EC | B7 | 51 | 0 | 16 | 7 | A3 | 53 | 37 |
| Octal | 54 | 354 | 267 | 121 | 0 | 26 | 7 | 243 | 123 | 67 |
| Binary | 101100 | 11101100 | 10110111 | 1010001 | 0 | 10110 | 111 | 10100011 | 1010011 | 110111 |
Color Harmonies of #2CECB7
Complementary color
Monochromatic Colors of #2CECB7
Black with #2CECB7
Text Example
Text Example
White with #2CECB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CECB7; }
p { color: rgb(44,236,183); }
H1.HeaderClassName
{
color: #2CECB7;
}
.AnyTagClassName
{
color: #2CECB7;
}
</style>
background-color css
<style>
a { background-color: #2CECB7; }
a { background-color: rgb(44,236,183); }
div.DivClassName
{
background-color: #2CECB7;
}
.BgClassName
{
background-color: #2CECB7;
}
</style>
border-color css
<style>
span { border-color: #2CECB7; }
span { border-color: rgb(44,236,183); }
td.TdClassName
{
border-color: #2CECB7;
}
.TagClassName
{
border-color: #2CECB7;
}
</style>