Shades of Medium Turquoise #2FCEC0
Tints of Medium Turquoise #2FCEC0
RGB
CMYK
RGB Variations
Color information
#2FCEC0 (or 0x2FCEC0) is known color: Medium Turquoise. HEX triplet: 2F, CE and C0. RGB value is (47,206,192). Sum of RGB (Red+Green+Blue) = 47+206+192=445 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.56% from 445); Green value is 206 (80.86% from 255 or 46.29% from 445); Blue value is 192 (75.39% from 255 or 43.15% from 445); Max value from RGB is 206 - color contains mainly: green. Hex color #2FCEC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCEC0 is #D0313F. Grayscale: #9C9C9C. Windows color (decimal): -13644096 or 12635695. OLE color: 12635695.
HSL color Cylindrical-coordinate representation of color #2FCEC0: hue angle of 174.72º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCEC0 is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 206 | 192 | - |
| CMYK | 0.77 | 0 | 0.07 | 0.19 |
| HSL | 174.72º | 0.63% | 0.5% | - |
| HSV(B) | 174.72º | 0.77% | 0.81% | - |
| XYZ | 32.76 | 48.55 | 57.51 | - |
| YUV | 156.86 | 147.82 | 49.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 206 | 192 | 0.77 | 0 | 0.07 | 0.19 | 174.72 | 0.63 | 0.5 |
| Hex | 2F | CE | C0 | 4D | 0 | 7 | 13 | AF | 3F | 32 |
| Octal | 57 | 316 | 300 | 115 | 0 | 7 | 23 | 257 | 77 | 62 |
| Binary | 101111 | 11001110 | 11000000 | 1001101 | 0 | 111 | 10011 | 10101111 | 111111 | 110010 |
Color Harmonies of #2FCEC0
Complementary color
Monochromatic Colors of #2FCEC0
Black with #2FCEC0
Text Example
Text Example
White with #2FCEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCEC0; }
p { color: rgb(47,206,192); }
H1.HeaderClassName
{
color: #2FCEC0;
}
.AnyTagClassName
{
color: #2FCEC0;
}
</style>
background-color css
<style>
a { background-color: #2FCEC0; }
a { background-color: rgb(47,206,192); }
div.DivClassName
{
background-color: #2FCEC0;
}
.BgClassName
{
background-color: #2FCEC0;
}
</style>
border-color css
<style>
span { border-color: #2FCEC0; }
span { border-color: rgb(47,206,192); }
td.TdClassName
{
border-color: #2FCEC0;
}
.TagClassName
{
border-color: #2FCEC0;
}
</style>