Shades of Turquoise #2CFADC
Tints of Turquoise #2CFADC
RGB
CMYK
RGB Variations
Color information
#2CFADC (or 0x2CFADC) is known color: Turquoise. HEX triplet: 2C, FA and DC. RGB value is (44,250,220). Sum of RGB (Red+Green+Blue) = 44+250+220=514 (68% of max value = 765). Red value is 44 (17.58% from 255 or 8.56% from 514); Green value is 250 (98.05% from 255 or 48.64% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 250 - color contains mainly: green. Hex color #2CFADC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CFADC is #D30523. Grayscale: #B8B8B8. Windows color (decimal): -13829412 or 14481964. OLE color: 14481964.
HSL color Cylindrical-coordinate representation of color #2CFADC: hue angle of 171.26º 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 #2CFADC is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 250 | 220 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.02 |
| HSL | 171.26º | 0.95% | 0.58% | - |
| HSV(B) | 171.26º | 0.82% | 0.98% | - |
| XYZ | 48.14 | 74.07 | 79.47 | - |
| YUV | 184.99 | 147.75 | 27.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 250 | 220 | 0.82 | 0 | 0.12 | 0.02 | 171.26 | 0.95 | 0.58 |
| Hex | 2C | FA | DC | 52 | 0 | C | 2 | AB | 5F | 3A |
| Octal | 54 | 372 | 334 | 122 | 0 | 14 | 2 | 253 | 137 | 72 |
| Binary | 101100 | 11111010 | 11011100 | 1010010 | 0 | 1100 | 10 | 10101011 | 1011111 | 111010 |
Color Harmonies of #2CFADC
Complementary color
Monochromatic Colors of #2CFADC
Black with #2CFADC
Text Example
Text Example
White with #2CFADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFADC; }
p { color: rgb(44,250,220); }
H1.HeaderClassName
{
color: #2CFADC;
}
.AnyTagClassName
{
color: #2CFADC;
}
</style>
background-color css
<style>
a { background-color: #2CFADC; }
a { background-color: rgb(44,250,220); }
div.DivClassName
{
background-color: #2CFADC;
}
.BgClassName
{
background-color: #2CFADC;
}
</style>
border-color css
<style>
span { border-color: #2CFADC; }
span { border-color: rgb(44,250,220); }
td.TdClassName
{
border-color: #2CFADC;
}
.TagClassName
{
border-color: #2CFADC;
}
</style>