Shades of Turquoise #2CFFC6
Tints of Turquoise #2CFFC6
RGB
CMYK
RGB Variations
Color information
#2CFFC6 (or 0x2CFFC6) is known color: Turquoise. HEX triplet: 2C, FF and C6. RGB value is (44,255,198). Sum of RGB (Red+Green+Blue) = 44+255+198=497 (65% of max value = 765). Red value is 44 (17.58% from 255 or 8.85% from 497); Green value is 255 (100% from 255 or 51.31% from 497); Blue value is 198 (77.73% from 255 or 39.84% from 497); Max value from RGB is 255 - color contains mainly: green. Hex color #2CFFC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CFFC6 is #D30039. Grayscale: #B9B9B9. Windows color (decimal): -13828154 or 13041452. OLE color: 13041452.
HSL color Cylindrical-coordinate representation of color #2CFFC6: hue angle of 163.79º 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 #2CFFC6 is Cyan = 0.83, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 255 | 198 | - |
| CMYK | 0.83 | 0 | 0.22 | 0 |
| HSL | 163.79º | 1% | 0.59% | - |
| HSV(B) | 163.79º | 0.83% | 1% | - |
| XYZ | 46.99 | 76.13 | 65.64 | - |
| YUV | 185.41 | 135.1 | 27.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 255 | 198 | 0.83 | 0 | 0.22 | 0 | 163.79 | 1 | 0.59 |
| Hex | 2C | FF | C6 | 53 | 0 | 16 | 0 | A4 | 64 | 3B |
| Octal | 54 | 377 | 306 | 123 | 0 | 26 | 0 | 244 | 144 | 73 |
| Binary | 101100 | 11111111 | 11000110 | 1010011 | 0 | 10110 | 0 | 10100100 | 1100100 | 111011 |
Color Harmonies of #2CFFC6
Complementary color
Monochromatic Colors of #2CFFC6
Black with #2CFFC6
Text Example
Text Example
White with #2CFFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFFC6; }
p { color: rgb(44,255,198); }
H1.HeaderClassName
{
color: #2CFFC6;
}
.AnyTagClassName
{
color: #2CFFC6;
}
</style>
background-color css
<style>
a { background-color: #2CFFC6; }
a { background-color: rgb(44,255,198); }
div.DivClassName
{
background-color: #2CFFC6;
}
.BgClassName
{
background-color: #2CFFC6;
}
</style>
border-color css
<style>
span { border-color: #2CFFC6; }
span { border-color: rgb(44,255,198); }
td.TdClassName
{
border-color: #2CFFC6;
}
.TagClassName
{
border-color: #2CFFC6;
}
</style>