Shades of Turquoise #2CFCB4
Tints of Turquoise #2CFCB4
RGB
CMYK
RGB Variations
Color information
#2CFCB4 (or 0x2CFCB4) is known color: Turquoise. HEX triplet: 2C, FC and B4. RGB value is (44,252,180). Sum of RGB (Red+Green+Blue) = 44+252+180=476 (63% of max value = 765). Red value is 44 (17.58% from 255 or 9.24% from 476); Green value is 252 (98.83% from 255 or 52.94% from 476); Blue value is 180 (70.70% from 255 or 37.82% from 476); Max value from RGB is 252 - color contains mainly: green. Hex color #2CFCB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CFCB4 is #D3034B. Grayscale: #B5B5B5. Windows color (decimal): -13828940 or 11861036. OLE color: 11861036.
HSL color Cylindrical-coordinate representation of color #2CFCB4: hue angle of 159.23º 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 #2CFCB4 is Cyan = 0.83, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 44 | 252 | 180 | - |
| CMYK | 0.83 | 0 | 0.29 | 0.01 |
| HSL | 159.23º | 0.97% | 0.58% | - |
| HSV(B) | 159.23º | 0.83% | 0.99% | - |
| XYZ | 44.09 | 73.45 | 55.03 | - |
| YUV | 181.6 | 127.09 | 29.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 252 | 180 | 0.83 | 0 | 0.29 | 0.01 | 159.23 | 0.97 | 0.58 |
| Hex | 2C | FC | B4 | 53 | 0 | 1D | 1 | 9F | 61 | 3A |
| Octal | 54 | 374 | 264 | 123 | 0 | 35 | 1 | 237 | 141 | 72 |
| Binary | 101100 | 11111100 | 10110100 | 1010011 | 0 | 11101 | 1 | 10011111 | 1100001 | 111010 |
Color Harmonies of #2CFCB4
Complementary color
Monochromatic Colors of #2CFCB4
Black with #2CFCB4
Text Example
Text Example
White with #2CFCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFCB4; }
p { color: rgb(44,252,180); }
H1.HeaderClassName
{
color: #2CFCB4;
}
.AnyTagClassName
{
color: #2CFCB4;
}
</style>
background-color css
<style>
a { background-color: #2CFCB4; }
a { background-color: rgb(44,252,180); }
div.DivClassName
{
background-color: #2CFCB4;
}
.BgClassName
{
background-color: #2CFCB4;
}
</style>
border-color css
<style>
span { border-color: #2CFCB4; }
span { border-color: rgb(44,252,180); }
td.TdClassName
{
border-color: #2CFCB4;
}
.TagClassName
{
border-color: #2CFCB4;
}
</style>