Shades of Turquoise #2CFED4
Tints of Turquoise #2CFED4
RGB
CMYK
RGB Variations
Color information
#2CFED4 (or 0x2CFED4) is known color: Turquoise. HEX triplet: 2C, FE and D4. RGB value is (44,254,212). Sum of RGB (Red+Green+Blue) = 44+254+212=510 (67% of max value = 765). Red value is 44 (17.58% from 255 or 8.63% from 510); Green value is 254 (99.61% from 255 or 49.80% from 510); Blue value is 212 (83.20% from 255 or 41.57% from 510); Max value from RGB is 254 - color contains mainly: green. Hex color #2CFED4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CFED4 is #D3012B. Grayscale: #BABABA. Windows color (decimal): -13828396 or 13958700. OLE color: 13958700.
HSL color Cylindrical-coordinate representation of color #2CFED4: hue angle of 168º 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 #2CFED4 is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 44 | 254 | 212 | - |
| CMYK | 0.83 | 0 | 0.17 | 0.00 |
| HSL | 168º | 0.99% | 0.58% | - |
| HSV(B) | 168º | 0.83% | 1% | - |
| XYZ | 48.36 | 76.17 | 74.44 | - |
| YUV | 186.42 | 142.43 | 26.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 254 | 212 | 0.83 | 0 | 0.17 | 0.00 | 168 | 0.99 | 0.58 |
| Hex | 2C | FE | D4 | 53 | 0 | 11 | 0 | A8 | 63 | 3A |
| Octal | 54 | 376 | 324 | 123 | 0 | 21 | 0 | 250 | 143 | 72 |
| Binary | 101100 | 11111110 | 11010100 | 1010011 | 0 | 10001 | 0 | 10101000 | 1100011 | 111010 |
Color Harmonies of #2CFED4
Complementary color
Monochromatic Colors of #2CFED4
Black with #2CFED4
Text Example
Text Example
White with #2CFED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFED4; }
p { color: rgb(44,254,212); }
H1.HeaderClassName
{
color: #2CFED4;
}
.AnyTagClassName
{
color: #2CFED4;
}
</style>
background-color css
<style>
a { background-color: #2CFED4; }
a { background-color: rgb(44,254,212); }
div.DivClassName
{
background-color: #2CFED4;
}
.BgClassName
{
background-color: #2CFED4;
}
</style>
border-color css
<style>
span { border-color: #2CFED4; }
span { border-color: rgb(44,254,212); }
td.TdClassName
{
border-color: #2CFED4;
}
.TagClassName
{
border-color: #2CFED4;
}
</style>