Shades of Medium Turquoise #2FCCC0
Tints of Medium Turquoise #2FCCC0
RGB
CMYK
RGB Variations
Color information
#2FCCC0 (or 0x2FCCC0) is known color: Medium Turquoise. HEX triplet: 2F, CC and C0. RGB value is (47,204,192). Sum of RGB (Red+Green+Blue) = 47+204+192=443 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.61% from 443); Green value is 204 (80.08% from 255 or 46.05% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 204 - color contains mainly: green. Hex color #2FCCC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCCC0 is #D0333F. Grayscale: #9B9B9B. Windows color (decimal): -13644608 or 12635183. OLE color: 12635183.
HSL color Cylindrical-coordinate representation of color #2FCCC0: hue angle of 175.41º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCCC0 is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 47 | 204 | 192 | - |
| CMYK | 0.77 | 0 | 0.06 | 0.2 |
| HSL | 175.41º | 0.63% | 0.49% | - |
| HSV(B) | 175.41º | 0.77% | 0.8% | - |
| XYZ | 32.28 | 47.6 | 57.35 | - |
| YUV | 155.69 | 148.49 | 50.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 204 | 192 | 0.77 | 0 | 0.06 | 0.2 | 175.41 | 0.63 | 0.49 |
| Hex | 2F | CC | C0 | 4D | 0 | 6 | 14 | AF | 3F | 31 |
| Octal | 57 | 314 | 300 | 115 | 0 | 6 | 24 | 257 | 77 | 61 |
| Binary | 101111 | 11001100 | 11000000 | 1001101 | 0 | 110 | 10100 | 10101111 | 111111 | 110001 |
Color Harmonies of #2FCCC0
Complementary color
Monochromatic Colors of #2FCCC0
Black with #2FCCC0
Text Example
Text Example
White with #2FCCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCCC0; }
p { color: rgb(47,204,192); }
H1.HeaderClassName
{
color: #2FCCC0;
}
.AnyTagClassName
{
color: #2FCCC0;
}
</style>
background-color css
<style>
a { background-color: #2FCCC0; }
a { background-color: rgb(47,204,192); }
div.DivClassName
{
background-color: #2FCCC0;
}
.BgClassName
{
background-color: #2FCCC0;
}
</style>
border-color css
<style>
span { border-color: #2FCCC0; }
span { border-color: rgb(47,204,192); }
td.TdClassName
{
border-color: #2FCCC0;
}
.TagClassName
{
border-color: #2FCCC0;
}
</style>