Shades of Turquoise #2CFBC1
Tints of Turquoise #2CFBC1
RGB
CMYK
RGB Variations
Color information
#2CFBC1 (or 0x2CFBC1) is known color: Turquoise. HEX triplet: 2C, FB and C1. RGB value is (44,251,193). Sum of RGB (Red+Green+Blue) = 44+251+193=488 (64% of max value = 765). Red value is 44 (17.58% from 255 or 9.02% from 488); Green value is 251 (98.44% from 255 or 51.43% from 488); Blue value is 193 (75.78% from 255 or 39.55% from 488); Max value from RGB is 251 - color contains mainly: green. Hex color #2CFBC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CFBC1 is #D3043E. Grayscale: #B6B6B6. Windows color (decimal): -13829183 or 12712748. OLE color: 12712748.
HSL color Cylindrical-coordinate representation of color #2CFBC1: hue angle of 163.19º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CFBC1 is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 251 | 193 | - |
| CMYK | 0.82 | 0 | 0.23 | 0.02 |
| HSL | 163.19º | 0.96% | 0.58% | - |
| HSV(B) | 163.19º | 0.82% | 0.98% | - |
| XYZ | 45.16 | 73.38 | 62.24 | - |
| YUV | 182.5 | 133.92 | 29.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 251 | 193 | 0.82 | 0 | 0.23 | 0.02 | 163.19 | 0.96 | 0.58 |
| Hex | 2C | FB | C1 | 52 | 0 | 17 | 2 | A3 | 60 | 3A |
| Octal | 54 | 373 | 301 | 122 | 0 | 27 | 2 | 243 | 140 | 72 |
| Binary | 101100 | 11111011 | 11000001 | 1010010 | 0 | 10111 | 10 | 10100011 | 1100000 | 111010 |
Color Harmonies of #2CFBC1
Complementary color
Monochromatic Colors of #2CFBC1
Black with #2CFBC1
Text Example
Text Example
White with #2CFBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFBC1; }
p { color: rgb(44,251,193); }
H1.HeaderClassName
{
color: #2CFBC1;
}
.AnyTagClassName
{
color: #2CFBC1;
}
</style>
background-color css
<style>
a { background-color: #2CFBC1; }
a { background-color: rgb(44,251,193); }
div.DivClassName
{
background-color: #2CFBC1;
}
.BgClassName
{
background-color: #2CFBC1;
}
</style>
border-color css
<style>
span { border-color: #2CFBC1; }
span { border-color: rgb(44,251,193); }
td.TdClassName
{
border-color: #2CFBC1;
}
.TagClassName
{
border-color: #2CFBC1;
}
</style>