Shades of Turquoise #2CFAC4
Tints of Turquoise #2CFAC4
RGB
CMYK
RGB Variations
Color information
#2CFAC4 (or 0x2CFAC4) is known color: Turquoise. HEX triplet: 2C, FA and C4. RGB value is (44,250,196). Sum of RGB (Red+Green+Blue) = 44+250+196=490 (64% of max value = 765). Red value is 44 (17.58% from 255 or 8.98% from 490); Green value is 250 (98.05% from 255 or 51.02% from 490); Blue value is 196 (76.95% from 255 or 40% from 490); Max value from RGB is 250 - color contains mainly: green. Hex color #2CFAC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CFAC4 is #D3053B. Grayscale: #B6B6B6. Windows color (decimal): -13829436 or 12909100. OLE color: 12909100.
HSL color Cylindrical-coordinate representation of color #2CFAC4: hue angle of 164.27º 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 #2CFAC4 is Cyan = 0.82, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 250 | 196 | - |
| CMYK | 0.82 | 0 | 0.22 | 0.02 |
| HSL | 164.27º | 0.95% | 0.58% | - |
| HSV(B) | 164.27º | 0.82% | 0.98% | - |
| XYZ | 45.19 | 72.89 | 63.91 | - |
| YUV | 182.25 | 135.75 | 29.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 250 | 196 | 0.82 | 0 | 0.22 | 0.02 | 164.27 | 0.95 | 0.58 |
| Hex | 2C | FA | C4 | 52 | 0 | 16 | 2 | A4 | 5F | 3A |
| Octal | 54 | 372 | 304 | 122 | 0 | 26 | 2 | 244 | 137 | 72 |
| Binary | 101100 | 11111010 | 11000100 | 1010010 | 0 | 10110 | 10 | 10100100 | 1011111 | 111010 |
Color Harmonies of #2CFAC4
Complementary color
Monochromatic Colors of #2CFAC4
Black with #2CFAC4
Text Example
Text Example
White with #2CFAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFAC4; }
p { color: rgb(44,250,196); }
H1.HeaderClassName
{
color: #2CFAC4;
}
.AnyTagClassName
{
color: #2CFAC4;
}
</style>
background-color css
<style>
a { background-color: #2CFAC4; }
a { background-color: rgb(44,250,196); }
div.DivClassName
{
background-color: #2CFAC4;
}
.BgClassName
{
background-color: #2CFAC4;
}
</style>
border-color css
<style>
span { border-color: #2CFAC4; }
span { border-color: rgb(44,250,196); }
td.TdClassName
{
border-color: #2CFAC4;
}
.TagClassName
{
border-color: #2CFAC4;
}
</style>