Shades of Turquoise #2CFDBB
Tints of Turquoise #2CFDBB
RGB
CMYK
RGB Variations
Color information
#2CFDBB (or 0x2CFDBB) is known color: Turquoise. HEX triplet: 2C, FD and BB. RGB value is (44,253,187). Sum of RGB (Red+Green+Blue) = 44+253+187=484 (64% of max value = 765). Red value is 44 (17.58% from 255 or 9.09% from 484); Green value is 253 (99.22% from 255 or 52.27% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 253 - color contains mainly: green. Hex color #2CFDBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CFDBB is #D30244. Grayscale: #B7B7B7. Windows color (decimal): -13828677 or 12320044. OLE color: 12320044.
HSL color Cylindrical-coordinate representation of color #2CFDBB: hue angle of 161.05º degrees, saturation: 0.98, 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 #2CFDBB is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 44 | 253 | 187 | - |
| CMYK | 0.83 | 0 | 0.26 | 0.01 |
| HSL | 161.05º | 0.98% | 0.58% | - |
| HSV(B) | 161.05º | 0.83% | 0.99% | - |
| XYZ | 45.13 | 74.37 | 58.99 | - |
| YUV | 182.99 | 130.26 | 28.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 253 | 187 | 0.83 | 0 | 0.26 | 0.01 | 161.05 | 0.98 | 0.58 |
| Hex | 2C | FD | BB | 53 | 0 | 1A | 1 | A1 | 62 | 3A |
| Octal | 54 | 375 | 273 | 123 | 0 | 32 | 1 | 241 | 142 | 72 |
| Binary | 101100 | 11111101 | 10111011 | 1010011 | 0 | 11010 | 1 | 10100001 | 1100010 | 111010 |
Color Harmonies of #2CFDBB
Complementary color
Monochromatic Colors of #2CFDBB
Black with #2CFDBB
Text Example
Text Example
White with #2CFDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFDBB; }
p { color: rgb(44,253,187); }
H1.HeaderClassName
{
color: #2CFDBB;
}
.AnyTagClassName
{
color: #2CFDBB;
}
</style>
background-color css
<style>
a { background-color: #2CFDBB; }
a { background-color: rgb(44,253,187); }
div.DivClassName
{
background-color: #2CFDBB;
}
.BgClassName
{
background-color: #2CFDBB;
}
</style>
border-color css
<style>
span { border-color: #2CFDBB; }
span { border-color: rgb(44,253,187); }
td.TdClassName
{
border-color: #2CFDBB;
}
.TagClassName
{
border-color: #2CFDBB;
}
</style>