Shades of Turquoise #2CFCBE
Tints of Turquoise #2CFCBE
RGB
CMYK
RGB Variations
Color information
#2CFCBE (or 0x2CFCBE) is known color: Turquoise. HEX triplet: 2C, FC and BE. RGB value is (44,252,190). Sum of RGB (Red+Green+Blue) = 44+252+190=486 (64% of max value = 765). Red value is 44 (17.58% from 255 or 9.05% from 486); Green value is 252 (98.83% from 255 or 51.85% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 252 - color contains mainly: green. Hex color #2CFCBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CFCBE is #D30341. Grayscale: #B6B6B6. Windows color (decimal): -13828930 or 12516396. OLE color: 12516396.
HSL color Cylindrical-coordinate representation of color #2CFCBE: hue angle of 162.12º 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 #2CFCBE is Cyan = 0.83, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 44 | 252 | 190 | - |
| CMYK | 0.83 | 0 | 0.25 | 0.01 |
| HSL | 162.12º | 0.97% | 0.58% | - |
| HSV(B) | 162.12º | 0.83% | 0.99% | - |
| XYZ | 45.14 | 73.87 | 60.6 | - |
| YUV | 182.74 | 132.09 | 29.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 252 | 190 | 0.83 | 0 | 0.25 | 0.01 | 162.12 | 0.97 | 0.58 |
| Hex | 2C | FC | BE | 53 | 0 | 19 | 1 | A2 | 61 | 3A |
| Octal | 54 | 374 | 276 | 123 | 0 | 31 | 1 | 242 | 141 | 72 |
| Binary | 101100 | 11111100 | 10111110 | 1010011 | 0 | 11001 | 1 | 10100010 | 1100001 | 111010 |
Color Harmonies of #2CFCBE
Complementary color
Monochromatic Colors of #2CFCBE
Black with #2CFCBE
Text Example
Text Example
White with #2CFCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFCBE; }
p { color: rgb(44,252,190); }
H1.HeaderClassName
{
color: #2CFCBE;
}
.AnyTagClassName
{
color: #2CFCBE;
}
</style>
background-color css
<style>
a { background-color: #2CFCBE; }
a { background-color: rgb(44,252,190); }
div.DivClassName
{
background-color: #2CFCBE;
}
.BgClassName
{
background-color: #2CFCBE;
}
</style>
border-color css
<style>
span { border-color: #2CFCBE; }
span { border-color: rgb(44,252,190); }
td.TdClassName
{
border-color: #2CFCBE;
}
.TagClassName
{
border-color: #2CFCBE;
}
</style>