Shades of Turquoise #2CFCDB
Tints of Turquoise #2CFCDB
RGB
CMYK
RGB Variations
Color information
#2CFCDB (or 0x2CFCDB) is known color: Turquoise. HEX triplet: 2C, FC and DB. RGB value is (44,252,219). Sum of RGB (Red+Green+Blue) = 44+252+219=515 (68% of max value = 765). Red value is 44 (17.58% from 255 or 8.54% from 515); Green value is 252 (98.83% from 255 or 48.93% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 252 - color contains mainly: green. Hex color #2CFCDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CFCDB is #D30324. Grayscale: #B9B9B9. Windows color (decimal): -13828901 or 14416940. OLE color: 14416940.
HSL color Cylindrical-coordinate representation of color #2CFCDB: hue angle of 170.48º degrees, saturation: 0.97, 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 #2CFCDB is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 44 | 252 | 219 | - |
| CMYK | 0.83 | 0 | 0.13 | 0.01 |
| HSL | 170.48º | 0.97% | 0.58% | - |
| HSV(B) | 170.48º | 0.83% | 0.99% | - |
| XYZ | 48.64 | 75.27 | 78.98 | - |
| YUV | 186.05 | 146.59 | 26.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 252 | 219 | 0.83 | 0 | 0.13 | 0.01 | 170.48 | 0.97 | 0.58 |
| Hex | 2C | FC | DB | 53 | 0 | D | 1 | AA | 61 | 3A |
| Octal | 54 | 374 | 333 | 123 | 0 | 15 | 1 | 252 | 141 | 72 |
| Binary | 101100 | 11111100 | 11011011 | 1010011 | 0 | 1101 | 1 | 10101010 | 1100001 | 111010 |
Color Harmonies of #2CFCDB
Complementary color
Monochromatic Colors of #2CFCDB
Black with #2CFCDB
Text Example
Text Example
White with #2CFCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFCDB; }
p { color: rgb(44,252,219); }
H1.HeaderClassName
{
color: #2CFCDB;
}
.AnyTagClassName
{
color: #2CFCDB;
}
</style>
background-color css
<style>
a { background-color: #2CFCDB; }
a { background-color: rgb(44,252,219); }
div.DivClassName
{
background-color: #2CFCDB;
}
.BgClassName
{
background-color: #2CFCDB;
}
</style>
border-color css
<style>
span { border-color: #2CFCDB; }
span { border-color: rgb(44,252,219); }
td.TdClassName
{
border-color: #2CFCDB;
}
.TagClassName
{
border-color: #2CFCDB;
}
</style>