Shades of Turquoise #2CFFBF
Tints of Turquoise #2CFFBF
RGB
CMYK
RGB Variations
Color information
#2CFFBF (or 0x2CFFBF) is known color: Turquoise. HEX triplet: 2C, FF and BF. RGB value is (44,255,191). Sum of RGB (Red+Green+Blue) = 44+255+191=490 (64% of max value = 765). Red value is 44 (17.58% from 255 or 8.98% from 490); Green value is 255 (100% from 255 or 52.04% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 255 - color contains mainly: green. Hex color #2CFFBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CFFBF is #D30040. Grayscale: #B8B8B8. Windows color (decimal): -13828161 or 12582700. OLE color: 12582700.
HSL color Cylindrical-coordinate representation of color #2CFFBF: hue angle of 161.8º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CFFBF is Cyan = 0.83, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 255 | 191 | - |
| CMYK | 0.83 | 0 | 0.25 | 0 |
| HSL | 161.8º | 1% | 0.59% | - |
| HSV(B) | 161.8º | 0.83% | 1% | - |
| XYZ | 46.2 | 75.82 | 61.49 | - |
| YUV | 184.62 | 131.6 | 27.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 255 | 191 | 0.83 | 0 | 0.25 | 0 | 161.8 | 1 | 0.59 |
| Hex | 2C | FF | BF | 53 | 0 | 19 | 0 | A2 | 64 | 3B |
| Octal | 54 | 377 | 277 | 123 | 0 | 31 | 0 | 242 | 144 | 73 |
| Binary | 101100 | 11111111 | 10111111 | 1010011 | 0 | 11001 | 0 | 10100010 | 1100100 | 111011 |
Color Harmonies of #2CFFBF
Complementary color
Monochromatic Colors of #2CFFBF
Black with #2CFFBF
Text Example
Text Example
White with #2CFFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFFBF; }
p { color: rgb(44,255,191); }
H1.HeaderClassName
{
color: #2CFFBF;
}
.AnyTagClassName
{
color: #2CFFBF;
}
</style>
background-color css
<style>
a { background-color: #2CFFBF; }
a { background-color: rgb(44,255,191); }
div.DivClassName
{
background-color: #2CFFBF;
}
.BgClassName
{
background-color: #2CFFBF;
}
</style>
border-color css
<style>
span { border-color: #2CFFBF; }
span { border-color: rgb(44,255,191); }
td.TdClassName
{
border-color: #2CFFBF;
}
.TagClassName
{
border-color: #2CFFBF;
}
</style>