Shades of Turquoise #2CFEBB
Tints of Turquoise #2CFEBB
RGB
CMYK
RGB Variations
Color information
#2CFEBB (or 0x2CFEBB) is known color: Turquoise. HEX triplet: 2C, FE and BB. RGB value is (44,254,187). Sum of RGB (Red+Green+Blue) = 44+254+187=485 (64% of max value = 765). Red value is 44 (17.58% from 255 or 9.07% from 485); Green value is 254 (99.61% from 255 or 52.37% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 254 - color contains mainly: green. Hex color #2CFEBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CFEBB is #D30144. Grayscale: #B7B7B7. Windows color (decimal): -13828421 or 12320300. OLE color: 12320300.
HSL color Cylindrical-coordinate representation of color #2CFEBB: hue angle of 160.86º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CFEBB is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 44 | 254 | 187 | - |
| CMYK | 0.83 | 0 | 0.26 | 0.00 |
| HSL | 160.86º | 0.99% | 0.58% | - |
| HSV(B) | 160.86º | 0.83% | 1% | - |
| XYZ | 45.45 | 75.01 | 59.1 | - |
| YUV | 183.57 | 129.93 | 28.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 254 | 187 | 0.83 | 0 | 0.26 | 0.00 | 160.86 | 0.99 | 0.58 |
| Hex | 2C | FE | BB | 53 | 0 | 1A | 0 | A1 | 63 | 3A |
| Octal | 54 | 376 | 273 | 123 | 0 | 32 | 0 | 241 | 143 | 72 |
| Binary | 101100 | 11111110 | 10111011 | 1010011 | 0 | 11010 | 0 | 10100001 | 1100011 | 111010 |
Color Harmonies of #2CFEBB
Complementary color
Monochromatic Colors of #2CFEBB
Black with #2CFEBB
Text Example
Text Example
White with #2CFEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFEBB; }
p { color: rgb(44,254,187); }
H1.HeaderClassName
{
color: #2CFEBB;
}
.AnyTagClassName
{
color: #2CFEBB;
}
</style>
background-color css
<style>
a { background-color: #2CFEBB; }
a { background-color: rgb(44,254,187); }
div.DivClassName
{
background-color: #2CFEBB;
}
.BgClassName
{
background-color: #2CFEBB;
}
</style>
border-color css
<style>
span { border-color: #2CFEBB; }
span { border-color: rgb(44,254,187); }
td.TdClassName
{
border-color: #2CFEBB;
}
.TagClassName
{
border-color: #2CFEBB;
}
</style>