Shades of Turquoise #2CFEDE
Tints of Turquoise #2CFEDE
RGB
CMYK
RGB Variations
Color information
#2CFEDE (or 0x2CFEDE) is known color: Turquoise. HEX triplet: 2C, FE and DE. RGB value is (44,254,222). Sum of RGB (Red+Green+Blue) = 44+254+222=520 (68% of max value = 765). Red value is 44 (17.58% from 255 or 8.46% from 520); Green value is 254 (99.61% from 255 or 48.85% from 520); Blue value is 222 (87.11% from 255 or 42.69% from 520); Max value from RGB is 254 - color contains mainly: green. Hex color #2CFEDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CFEDE is #D30121. Grayscale: #BBBBBB. Windows color (decimal): -13828386 or 14614060. OLE color: 14614060.
HSL color Cylindrical-coordinate representation of color #2CFEDE: hue angle of 170.86º 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 #2CFEDE is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 44 | 254 | 222 | - |
| CMYK | 0.83 | 0 | 0.13 | 0.00 |
| HSL | 170.86º | 0.99% | 0.58% | - |
| HSV(B) | 170.86º | 0.83% | 1% | - |
| XYZ | 49.67 | 76.69 | 81.29 | - |
| YUV | 187.56 | 147.43 | 25.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 254 | 222 | 0.83 | 0 | 0.13 | 0.00 | 170.86 | 0.99 | 0.58 |
| Hex | 2C | FE | DE | 53 | 0 | D | 0 | AB | 63 | 3A |
| Octal | 54 | 376 | 336 | 123 | 0 | 15 | 0 | 253 | 143 | 72 |
| Binary | 101100 | 11111110 | 11011110 | 1010011 | 0 | 1101 | 0 | 10101011 | 1100011 | 111010 |
Color Harmonies of #2CFEDE
Complementary color
Monochromatic Colors of #2CFEDE
Black with #2CFEDE
Text Example
Text Example
White with #2CFEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFEDE; }
p { color: rgb(44,254,222); }
H1.HeaderClassName
{
color: #2CFEDE;
}
.AnyTagClassName
{
color: #2CFEDE;
}
</style>
background-color css
<style>
a { background-color: #2CFEDE; }
a { background-color: rgb(44,254,222); }
div.DivClassName
{
background-color: #2CFEDE;
}
.BgClassName
{
background-color: #2CFEDE;
}
</style>
border-color css
<style>
span { border-color: #2CFEDE; }
span { border-color: rgb(44,254,222); }
td.TdClassName
{
border-color: #2CFEDE;
}
.TagClassName
{
border-color: #2CFEDE;
}
</style>