Shades of Turquoise #2CFADE
Tints of Turquoise #2CFADE
RGB
CMYK
RGB Variations
Color information
#2CFADE (or 0x2CFADE) is known color: Turquoise. HEX triplet: 2C, FA and DE. RGB value is (44,250,222). Sum of RGB (Red+Green+Blue) = 44+250+222=516 (68% of max value = 765). Red value is 44 (17.58% from 255 or 8.53% from 516); Green value is 250 (98.05% from 255 or 48.45% from 516); Blue value is 222 (87.11% from 255 or 43.02% from 516); Max value from RGB is 250 - color contains mainly: green. Hex color #2CFADE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CFADE is #D30521. Grayscale: #B9B9B9. Windows color (decimal): -13829410 or 14613036. OLE color: 14613036.
HSL color Cylindrical-coordinate representation of color #2CFADE: hue angle of 171.84º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CFADE is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 250 | 222 | - |
| CMYK | 0.82 | 0 | 0.11 | 0.02 |
| HSL | 171.84º | 0.95% | 0.58% | - |
| HSV(B) | 171.84º | 0.82% | 0.98% | - |
| XYZ | 48.41 | 74.18 | 80.87 | - |
| YUV | 185.21 | 148.75 | 27.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 250 | 222 | 0.82 | 0 | 0.11 | 0.02 | 171.84 | 0.95 | 0.58 |
| Hex | 2C | FA | DE | 52 | 0 | B | 2 | AC | 5F | 3A |
| Octal | 54 | 372 | 336 | 122 | 0 | 13 | 2 | 254 | 137 | 72 |
| Binary | 101100 | 11111010 | 11011110 | 1010010 | 0 | 1011 | 10 | 10101100 | 1011111 | 111010 |
Color Harmonies of #2CFADE
Complementary color
Monochromatic Colors of #2CFADE
Black with #2CFADE
Text Example
Text Example
White with #2CFADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFADE; }
p { color: rgb(44,250,222); }
H1.HeaderClassName
{
color: #2CFADE;
}
.AnyTagClassName
{
color: #2CFADE;
}
</style>
background-color css
<style>
a { background-color: #2CFADE; }
a { background-color: rgb(44,250,222); }
div.DivClassName
{
background-color: #2CFADE;
}
.BgClassName
{
background-color: #2CFADE;
}
</style>
border-color css
<style>
span { border-color: #2CFADE; }
span { border-color: rgb(44,250,222); }
td.TdClassName
{
border-color: #2CFADE;
}
.TagClassName
{
border-color: #2CFADE;
}
</style>