Shades of Turquoise #2CFACC
Tints of Turquoise #2CFACC
RGB
CMYK
RGB Variations
Color information
#2CFACC (or 0x2CFACC) is known color: Turquoise. HEX triplet: 2C, FA and CC. RGB value is (44,250,204). Sum of RGB (Red+Green+Blue) = 44+250+204=498 (65% of max value = 765). Red value is 44 (17.58% from 255 or 8.84% from 498); Green value is 250 (98.05% from 255 or 50.20% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 250 - color contains mainly: green. Hex color #2CFACC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CFACC is #D30533. Grayscale: #B7B7B7. Windows color (decimal): -13829428 or 13433388. OLE color: 13433388.
HSL color Cylindrical-coordinate representation of color #2CFACC: hue angle of 166.6º 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 #2CFACC is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 250 | 204 | - |
| CMYK | 0.82 | 0 | 0.18 | 0.02 |
| HSL | 166.6º | 0.95% | 0.58% | - |
| HSV(B) | 166.6º | 0.82% | 0.98% | - |
| XYZ | 46.12 | 73.27 | 68.84 | - |
| YUV | 183.16 | 139.75 | 28.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 250 | 204 | 0.82 | 0 | 0.18 | 0.02 | 166.6 | 0.95 | 0.58 |
| Hex | 2C | FA | CC | 52 | 0 | 12 | 2 | A7 | 5F | 3A |
| Octal | 54 | 372 | 314 | 122 | 0 | 22 | 2 | 247 | 137 | 72 |
| Binary | 101100 | 11111010 | 11001100 | 1010010 | 0 | 10010 | 10 | 10100111 | 1011111 | 111010 |
Color Harmonies of #2CFACC
Complementary color
Monochromatic Colors of #2CFACC
Black with #2CFACC
Text Example
Text Example
White with #2CFACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFACC; }
p { color: rgb(44,250,204); }
H1.HeaderClassName
{
color: #2CFACC;
}
.AnyTagClassName
{
color: #2CFACC;
}
</style>
background-color css
<style>
a { background-color: #2CFACC; }
a { background-color: rgb(44,250,204); }
div.DivClassName
{
background-color: #2CFACC;
}
.BgClassName
{
background-color: #2CFACC;
}
</style>
border-color css
<style>
span { border-color: #2CFACC; }
span { border-color: rgb(44,250,204); }
td.TdClassName
{
border-color: #2CFACC;
}
.TagClassName
{
border-color: #2CFACC;
}
</style>