Shades of Turquoise #2CFCCB
Tints of Turquoise #2CFCCB
RGB
CMYK
RGB Variations
Color information
#2CFCCB (or 0x2CFCCB) is known color: Turquoise. HEX triplet: 2C, FC and CB. RGB value is (44,252,203). Sum of RGB (Red+Green+Blue) = 44+252+203=499 (66% of max value = 765). Red value is 44 (17.58% from 255 or 8.82% from 499); Green value is 252 (98.83% from 255 or 50.50% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 252 - color contains mainly: green. Hex color #2CFCCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CFCCB is #D30334. Grayscale: #B8B8B8. Windows color (decimal): -13828917 or 13368364. OLE color: 13368364.
HSL color Cylindrical-coordinate representation of color #2CFCCB: hue angle of 165.87º 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 #2CFCCB is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 44 | 252 | 203 | - |
| CMYK | 0.83 | 0 | 0.19 | 0.01 |
| HSL | 165.87º | 0.97% | 0.58% | - |
| HSV(B) | 165.87º | 0.83% | 0.99% | - |
| XYZ | 46.63 | 74.47 | 68.42 | - |
| YUV | 184.22 | 138.59 | 27.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 252 | 203 | 0.83 | 0 | 0.19 | 0.01 | 165.87 | 0.97 | 0.58 |
| Hex | 2C | FC | CB | 53 | 0 | 13 | 1 | A6 | 61 | 3A |
| Octal | 54 | 374 | 313 | 123 | 0 | 23 | 1 | 246 | 141 | 72 |
| Binary | 101100 | 11111100 | 11001011 | 1010011 | 0 | 10011 | 1 | 10100110 | 1100001 | 111010 |
Color Harmonies of #2CFCCB
Complementary color
Monochromatic Colors of #2CFCCB
Black with #2CFCCB
Text Example
Text Example
White with #2CFCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFCCB; }
p { color: rgb(44,252,203); }
H1.HeaderClassName
{
color: #2CFCCB;
}
.AnyTagClassName
{
color: #2CFCCB;
}
</style>
background-color css
<style>
a { background-color: #2CFCCB; }
a { background-color: rgb(44,252,203); }
div.DivClassName
{
background-color: #2CFCCB;
}
.BgClassName
{
background-color: #2CFCCB;
}
</style>
border-color css
<style>
span { border-color: #2CFCCB; }
span { border-color: rgb(44,252,203); }
td.TdClassName
{
border-color: #2CFCCB;
}
.TagClassName
{
border-color: #2CFCCB;
}
</style>