Shades of Turquoise #2CFEDC
Tints of Turquoise #2CFEDC
RGB
CMYK
RGB Variations
Color information
#2CFEDC (or 0x2CFEDC) is known color: Turquoise. HEX triplet: 2C, FE and DC. RGB value is (44,254,220). Sum of RGB (Red+Green+Blue) = 44+254+220=518 (68% of max value = 765). Red value is 44 (17.58% from 255 or 8.49% from 518); Green value is 254 (99.61% from 255 or 49.03% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 254 - color contains mainly: green. Hex color #2CFEDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CFEDC is #D30123. Grayscale: #BBBBBB. Windows color (decimal): -13828388 or 14482988. OLE color: 14482988.
HSL color Cylindrical-coordinate representation of color #2CFEDC: hue angle of 170.29º 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 #2CFEDC is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 44 | 254 | 220 | - |
| CMYK | 0.83 | 0 | 0.13 | 0.00 |
| HSL | 170.29º | 0.99% | 0.58% | - |
| HSV(B) | 170.29º | 0.83% | 1% | - |
| XYZ | 49.4 | 76.59 | 79.89 | - |
| YUV | 187.33 | 146.43 | 25.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 254 | 220 | 0.83 | 0 | 0.13 | 0.00 | 170.29 | 0.99 | 0.58 |
| Hex | 2C | FE | DC | 53 | 0 | D | 0 | AA | 63 | 3A |
| Octal | 54 | 376 | 334 | 123 | 0 | 15 | 0 | 252 | 143 | 72 |
| Binary | 101100 | 11111110 | 11011100 | 1010011 | 0 | 1101 | 0 | 10101010 | 1100011 | 111010 |
Color Harmonies of #2CFEDC
Complementary color
Monochromatic Colors of #2CFEDC
Black with #2CFEDC
Text Example
Text Example
White with #2CFEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFEDC; }
p { color: rgb(44,254,220); }
H1.HeaderClassName
{
color: #2CFEDC;
}
.AnyTagClassName
{
color: #2CFEDC;
}
</style>
background-color css
<style>
a { background-color: #2CFEDC; }
a { background-color: rgb(44,254,220); }
div.DivClassName
{
background-color: #2CFEDC;
}
.BgClassName
{
background-color: #2CFEDC;
}
</style>
border-color css
<style>
span { border-color: #2CFEDC; }
span { border-color: rgb(44,254,220); }
td.TdClassName
{
border-color: #2CFEDC;
}
.TagClassName
{
border-color: #2CFEDC;
}
</style>