Shades of Turquoise #2CFCCA
Tints of Turquoise #2CFCCA
RGB
CMYK
RGB Variations
Color information
#2CFCCA (or 0x2CFCCA) is known color: Turquoise. HEX triplet: 2C, FC and CA. RGB value is (44,252,202). Sum of RGB (Red+Green+Blue) = 44+252+202=498 (65% of max value = 765). Red value is 44 (17.58% from 255 or 8.84% from 498); Green value is 252 (98.83% from 255 or 50.60% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 252 - color contains mainly: green. Hex color #2CFCCA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CFCCA is #D30335. Grayscale: #B8B8B8. Windows color (decimal): -13828918 or 13302828. OLE color: 13302828.
HSL color Cylindrical-coordinate representation of color #2CFCCA: hue angle of 165.58º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CFCCA is Cyan = 0.83, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 44 | 252 | 202 | - |
| CMYK | 0.83 | 0 | 0.20 | 0.01 |
| HSL | 165.58º | 0.97% | 0.58% | - |
| HSV(B) | 165.58º | 0.83% | 0.99% | - |
| XYZ | 46.51 | 74.42 | 67.79 | - |
| YUV | 184.11 | 138.09 | 28.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 252 | 202 | 0.83 | 0 | 0.20 | 0.01 | 165.58 | 0.97 | 0.58 |
| Hex | 2C | FC | CA | 53 | 0 | 14 | 1 | A6 | 61 | 3A |
| Octal | 54 | 374 | 312 | 123 | 0 | 24 | 1 | 246 | 141 | 72 |
| Binary | 101100 | 11111100 | 11001010 | 1010011 | 0 | 10100 | 1 | 10100110 | 1100001 | 111010 |
Color Harmonies of #2CFCCA
Complementary color
Monochromatic Colors of #2CFCCA
Black with #2CFCCA
Text Example
Text Example
White with #2CFCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFCCA; }
p { color: rgb(44,252,202); }
H1.HeaderClassName
{
color: #2CFCCA;
}
.AnyTagClassName
{
color: #2CFCCA;
}
</style>
background-color css
<style>
a { background-color: #2CFCCA; }
a { background-color: rgb(44,252,202); }
div.DivClassName
{
background-color: #2CFCCA;
}
.BgClassName
{
background-color: #2CFCCA;
}
</style>
border-color css
<style>
span { border-color: #2CFCCA; }
span { border-color: rgb(44,252,202); }
td.TdClassName
{
border-color: #2CFCCA;
}
.TagClassName
{
border-color: #2CFCCA;
}
</style>