Shades of Turquoise #2CFACF
Tints of Turquoise #2CFACF
RGB
CMYK
RGB Variations
Color information
#2CFACF (or 0x2CFACF) is known color: Turquoise. HEX triplet: 2C, FA and CF. RGB value is (44,250,207). Sum of RGB (Red+Green+Blue) = 44+250+207=501 (66% of max value = 765). Red value is 44 (17.58% from 255 or 8.78% from 501); Green value is 250 (98.05% from 255 or 49.90% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 250 - color contains mainly: green. Hex color #2CFACF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CFACF is #D30530. Grayscale: #B7B7B7. Windows color (decimal): -13829425 or 13629996. OLE color: 13629996.
HSL color Cylindrical-coordinate representation of color #2CFACF: hue angle of 167.48º 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 #2CFACF is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 250 | 207 | - |
| CMYK | 0.82 | 0 | 0.17 | 0.02 |
| HSL | 167.48º | 0.95% | 0.58% | - |
| HSV(B) | 167.48º | 0.82% | 0.98% | - |
| XYZ | 46.49 | 73.41 | 70.75 | - |
| YUV | 183.5 | 141.25 | 28.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 250 | 207 | 0.82 | 0 | 0.17 | 0.02 | 167.48 | 0.95 | 0.58 |
| Hex | 2C | FA | CF | 52 | 0 | 11 | 2 | A7 | 5F | 3A |
| Octal | 54 | 372 | 317 | 122 | 0 | 21 | 2 | 247 | 137 | 72 |
| Binary | 101100 | 11111010 | 11001111 | 1010010 | 0 | 10001 | 10 | 10100111 | 1011111 | 111010 |
Color Harmonies of #2CFACF
Complementary color
Monochromatic Colors of #2CFACF
Black with #2CFACF
Text Example
Text Example
White with #2CFACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFACF; }
p { color: rgb(44,250,207); }
H1.HeaderClassName
{
color: #2CFACF;
}
.AnyTagClassName
{
color: #2CFACF;
}
</style>
background-color css
<style>
a { background-color: #2CFACF; }
a { background-color: rgb(44,250,207); }
div.DivClassName
{
background-color: #2CFACF;
}
.BgClassName
{
background-color: #2CFACF;
}
</style>
border-color css
<style>
span { border-color: #2CFACF; }
span { border-color: rgb(44,250,207); }
td.TdClassName
{
border-color: #2CFACF;
}
.TagClassName
{
border-color: #2CFACF;
}
</style>