Shades of Turquoise #2CFFC0
Tints of Turquoise #2CFFC0
RGB
CMYK
RGB Variations
Color information
#2CFFC0 (or 0x2CFFC0) is known color: Turquoise. HEX triplet: 2C, FF and C0. RGB value is (44,255,192). Sum of RGB (Red+Green+Blue) = 44+255+192=491 (65% of max value = 765). Red value is 44 (17.58% from 255 or 8.96% from 491); Green value is 255 (100% from 255 or 51.93% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 255 - color contains mainly: green. Hex color #2CFFC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CFFC0 is #D3003F. Grayscale: #B8B8B8. Windows color (decimal): -13828160 or 12648236. OLE color: 12648236.
HSL color Cylindrical-coordinate representation of color #2CFFC0: hue angle of 162.09º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CFFC0 is Cyan = 0.83, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 255 | 192 | - |
| CMYK | 0.83 | 0 | 0.25 | 0 |
| HSL | 162.09º | 1% | 0.59% | - |
| HSV(B) | 162.09º | 0.83% | 1% | - |
| XYZ | 46.31 | 75.86 | 62.07 | - |
| YUV | 184.73 | 132.1 | 27.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 255 | 192 | 0.83 | 0 | 0.25 | 0 | 162.09 | 1 | 0.59 |
| Hex | 2C | FF | C0 | 53 | 0 | 19 | 0 | A2 | 64 | 3B |
| Octal | 54 | 377 | 300 | 123 | 0 | 31 | 0 | 242 | 144 | 73 |
| Binary | 101100 | 11111111 | 11000000 | 1010011 | 0 | 11001 | 0 | 10100010 | 1100100 | 111011 |
Color Harmonies of #2CFFC0
Complementary color
Monochromatic Colors of #2CFFC0
Black with #2CFFC0
Text Example
Text Example
White with #2CFFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFFC0; }
p { color: rgb(44,255,192); }
H1.HeaderClassName
{
color: #2CFFC0;
}
.AnyTagClassName
{
color: #2CFFC0;
}
</style>
background-color css
<style>
a { background-color: #2CFFC0; }
a { background-color: rgb(44,255,192); }
div.DivClassName
{
background-color: #2CFFC0;
}
.BgClassName
{
background-color: #2CFFC0;
}
</style>
border-color css
<style>
span { border-color: #2CFFC0; }
span { border-color: rgb(44,255,192); }
td.TdClassName
{
border-color: #2CFFC0;
}
.TagClassName
{
border-color: #2CFFC0;
}
</style>