Shades of Turquoise #2CFBB6
Tints of Turquoise #2CFBB6
RGB
CMYK
RGB Variations
Color information
#2CFBB6 (or 0x2CFBB6) is known color: Turquoise. HEX triplet: 2C, FB and B6. RGB value is (44,251,182). Sum of RGB (Red+Green+Blue) = 44+251+182=477 (63% of max value = 765). Red value is 44 (17.58% from 255 or 9.22% from 477); Green value is 251 (98.44% from 255 or 52.62% from 477); Blue value is 182 (71.48% from 255 or 38.16% from 477); Max value from RGB is 251 - color contains mainly: green. Hex color #2CFBB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CFBB6 is #D30449. Grayscale: #B5B5B5. Windows color (decimal): -13829194 or 11991852. OLE color: 11991852.
HSL color Cylindrical-coordinate representation of color #2CFBB6: hue angle of 160º 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 #2CFBB6 is Cyan = 0.82, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 251 | 182 | - |
| CMYK | 0.82 | 0 | 0.27 | 0.02 |
| HSL | 160º | 0.96% | 0.58% | - |
| HSV(B) | 160º | 0.82% | 0.98% | - |
| XYZ | 43.98 | 72.91 | 56.01 | - |
| YUV | 181.24 | 128.42 | 30.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 251 | 182 | 0.82 | 0 | 0.27 | 0.02 | 160 | 0.96 | 0.58 |
| Hex | 2C | FB | B6 | 52 | 0 | 1B | 2 | A0 | 60 | 3A |
| Octal | 54 | 373 | 266 | 122 | 0 | 33 | 2 | 240 | 140 | 72 |
| Binary | 101100 | 11111011 | 10110110 | 1010010 | 0 | 11011 | 10 | 10100000 | 1100000 | 111010 |
Color Harmonies of #2CFBB6
Complementary color
Monochromatic Colors of #2CFBB6
Black with #2CFBB6
Text Example
Text Example
White with #2CFBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFBB6; }
p { color: rgb(44,251,182); }
H1.HeaderClassName
{
color: #2CFBB6;
}
.AnyTagClassName
{
color: #2CFBB6;
}
</style>
background-color css
<style>
a { background-color: #2CFBB6; }
a { background-color: rgb(44,251,182); }
div.DivClassName
{
background-color: #2CFBB6;
}
.BgClassName
{
background-color: #2CFBB6;
}
</style>
border-color css
<style>
span { border-color: #2CFBB6; }
span { border-color: rgb(44,251,182); }
td.TdClassName
{
border-color: #2CFBB6;
}
.TagClassName
{
border-color: #2CFBB6;
}
</style>