Shades of Turquoise #2CFCB5
Tints of Turquoise #2CFCB5
RGB
CMYK
RGB Variations
Color information
#2CFCB5 (or 0x2CFCB5) is known color: Turquoise. HEX triplet: 2C, FC and B5. RGB value is (44,252,181). Sum of RGB (Red+Green+Blue) = 44+252+181=477 (63% of max value = 765). Red value is 44 (17.58% from 255 or 9.22% from 477); Green value is 252 (98.83% from 255 or 52.83% from 477); Blue value is 181 (71.09% from 255 or 37.95% from 477); Max value from RGB is 252 - color contains mainly: green. Hex color #2CFCB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CFCB5 is #D3034A. Grayscale: #B5B5B5. Windows color (decimal): -13828939 or 11926572. OLE color: 11926572.
HSL color Cylindrical-coordinate representation of color #2CFCB5: hue angle of 159.52º 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 #2CFCB5 is Cyan = 0.83, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 44 | 252 | 181 | - |
| CMYK | 0.83 | 0 | 0.28 | 0.01 |
| HSL | 159.52º | 0.97% | 0.58% | - |
| HSV(B) | 159.52º | 0.83% | 0.99% | - |
| XYZ | 44.19 | 73.49 | 55.57 | - |
| YUV | 181.71 | 127.59 | 29.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 252 | 181 | 0.83 | 0 | 0.28 | 0.01 | 159.52 | 0.97 | 0.58 |
| Hex | 2C | FC | B5 | 53 | 0 | 1C | 1 | A0 | 61 | 3A |
| Octal | 54 | 374 | 265 | 123 | 0 | 34 | 1 | 240 | 141 | 72 |
| Binary | 101100 | 11111100 | 10110101 | 1010011 | 0 | 11100 | 1 | 10100000 | 1100001 | 111010 |
Color Harmonies of #2CFCB5
Complementary color
Monochromatic Colors of #2CFCB5
Black with #2CFCB5
Text Example
Text Example
White with #2CFCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFCB5; }
p { color: rgb(44,252,181); }
H1.HeaderClassName
{
color: #2CFCB5;
}
.AnyTagClassName
{
color: #2CFCB5;
}
</style>
background-color css
<style>
a { background-color: #2CFCB5; }
a { background-color: rgb(44,252,181); }
div.DivClassName
{
background-color: #2CFCB5;
}
.BgClassName
{
background-color: #2CFCB5;
}
</style>
border-color css
<style>
span { border-color: #2CFCB5; }
span { border-color: rgb(44,252,181); }
td.TdClassName
{
border-color: #2CFCB5;
}
.TagClassName
{
border-color: #2CFCB5;
}
</style>