Shades of Turquoise #2CFED1
Tints of Turquoise #2CFED1
RGB
CMYK
RGB Variations
Color information
#2CFED1 (or 0x2CFED1) is known color: Turquoise. HEX triplet: 2C, FE and D1. RGB value is (44,254,209). Sum of RGB (Red+Green+Blue) = 44+254+209=507 (67% of max value = 765). Red value is 44 (17.58% from 255 or 8.68% from 507); Green value is 254 (99.61% from 255 or 50.10% from 507); Blue value is 209 (82.03% from 255 or 41.22% from 507); Max value from RGB is 254 - color contains mainly: green. Hex color #2CFED1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CFED1 is #D3012E. Grayscale: #BABABA. Windows color (decimal): -13828399 or 13762092. OLE color: 13762092.
HSL color Cylindrical-coordinate representation of color #2CFED1: hue angle of 167.14º 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 #2CFED1 is Cyan = 0.83, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 44 | 254 | 209 | - |
| CMYK | 0.83 | 0 | 0.18 | 0.00 |
| HSL | 167.14º | 0.99% | 0.58% | - |
| HSV(B) | 167.14º | 0.83% | 1% | - |
| XYZ | 47.99 | 76.02 | 72.47 | - |
| YUV | 186.08 | 140.93 | 26.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 254 | 209 | 0.83 | 0 | 0.18 | 0.00 | 167.14 | 0.99 | 0.58 |
| Hex | 2C | FE | D1 | 53 | 0 | 12 | 0 | A7 | 63 | 3A |
| Octal | 54 | 376 | 321 | 123 | 0 | 22 | 0 | 247 | 143 | 72 |
| Binary | 101100 | 11111110 | 11010001 | 1010011 | 0 | 10010 | 0 | 10100111 | 1100011 | 111010 |
Color Harmonies of #2CFED1
Complementary color
Monochromatic Colors of #2CFED1
Black with #2CFED1
Text Example
Text Example
White with #2CFED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFED1; }
p { color: rgb(44,254,209); }
H1.HeaderClassName
{
color: #2CFED1;
}
.AnyTagClassName
{
color: #2CFED1;
}
</style>
background-color css
<style>
a { background-color: #2CFED1; }
a { background-color: rgb(44,254,209); }
div.DivClassName
{
background-color: #2CFED1;
}
.BgClassName
{
background-color: #2CFED1;
}
</style>
border-color css
<style>
span { border-color: #2CFED1; }
span { border-color: rgb(44,254,209); }
td.TdClassName
{
border-color: #2CFED1;
}
.TagClassName
{
border-color: #2CFED1;
}
</style>