Shades of Turquoise #2CFAE2
Tints of Turquoise #2CFAE2
RGB
CMYK
RGB Variations
Color information
#2CFAE2 (or 0x2CFAE2) is known color: Turquoise. HEX triplet: 2C, FA and E2. RGB value is (44,250,226). Sum of RGB (Red+Green+Blue) = 44+250+226=520 (68% of max value = 765). Red value is 44 (17.58% from 255 or 8.46% from 520); Green value is 250 (98.05% from 255 or 48.08% from 520); Blue value is 226 (88.67% from 255 or 43.46% from 520); Max value from RGB is 250 - color contains mainly: green. Hex color #2CFAE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CFAE2 is #D3051D. Grayscale: #B9B9B9. Windows color (decimal): -13829406 or 14875180. OLE color: 14875180.
HSL color Cylindrical-coordinate representation of color #2CFAE2: hue angle of 173.01º 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 #2CFAE2 is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 250 | 226 | - |
| CMYK | 0.82 | 0 | 0.10 | 0.02 |
| HSL | 173.01º | 0.95% | 0.58% | - |
| HSV(B) | 173.01º | 0.82% | 0.98% | - |
| XYZ | 48.95 | 74.4 | 83.73 | - |
| YUV | 185.67 | 150.75 | 26.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 250 | 226 | 0.82 | 0 | 0.10 | 0.02 | 173.01 | 0.95 | 0.58 |
| Hex | 2C | FA | E2 | 52 | 0 | A | 2 | AD | 5F | 3A |
| Octal | 54 | 372 | 342 | 122 | 0 | 12 | 2 | 255 | 137 | 72 |
| Binary | 101100 | 11111010 | 11100010 | 1010010 | 0 | 1010 | 10 | 10101101 | 1011111 | 111010 |
Color Harmonies of #2CFAE2
Complementary color
Monochromatic Colors of #2CFAE2
Black with #2CFAE2
Text Example
Text Example
White with #2CFAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFAE2; }
p { color: rgb(44,250,226); }
H1.HeaderClassName
{
color: #2CFAE2;
}
.AnyTagClassName
{
color: #2CFAE2;
}
</style>
background-color css
<style>
a { background-color: #2CFAE2; }
a { background-color: rgb(44,250,226); }
div.DivClassName
{
background-color: #2CFAE2;
}
.BgClassName
{
background-color: #2CFAE2;
}
</style>
border-color css
<style>
span { border-color: #2CFAE2; }
span { border-color: rgb(44,250,226); }
td.TdClassName
{
border-color: #2CFAE2;
}
.TagClassName
{
border-color: #2CFAE2;
}
</style>