Shades of Medium Turquoise #2FCFBF
Tints of Medium Turquoise #2FCFBF
RGB
CMYK
RGB Variations
Color information
#2FCFBF (or 0x2FCFBF) is known color: Medium Turquoise. HEX triplet: 2F, CF and BF. RGB value is (47,207,191). Sum of RGB (Red+Green+Blue) = 47+207+191=445 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.56% from 445); Green value is 207 (81.25% from 255 or 46.52% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 207 - color contains mainly: green. Hex color #2FCFBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCFBF is #D03040. Grayscale: #9D9D9D. Windows color (decimal): -13643841 or 12570415. OLE color: 12570415.
HSL color Cylindrical-coordinate representation of color #2FCFBF: hue angle of 174º 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 #2FCFBF is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 207 | 191 | - |
| CMYK | 0.77 | 0 | 0.08 | 0.19 |
| HSL | 174º | 0.63% | 0.5% | - |
| HSV(B) | 174º | 0.77% | 0.81% | - |
| XYZ | 32.89 | 48.99 | 57.01 | - |
| YUV | 157.34 | 146.99 | 49.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 207 | 191 | 0.77 | 0 | 0.08 | 0.19 | 174 | 0.63 | 0.5 |
| Hex | 2F | CF | BF | 4D | 0 | 8 | 13 | AE | 3F | 32 |
| Octal | 57 | 317 | 277 | 115 | 0 | 10 | 23 | 256 | 77 | 62 |
| Binary | 101111 | 11001111 | 10111111 | 1001101 | 0 | 1000 | 10011 | 10101110 | 111111 | 110010 |
Color Harmonies of #2FCFBF
Complementary color
Monochromatic Colors of #2FCFBF
Black with #2FCFBF
Text Example
Text Example
White with #2FCFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCFBF; }
p { color: rgb(47,207,191); }
H1.HeaderClassName
{
color: #2FCFBF;
}
.AnyTagClassName
{
color: #2FCFBF;
}
</style>
background-color css
<style>
a { background-color: #2FCFBF; }
a { background-color: rgb(47,207,191); }
div.DivClassName
{
background-color: #2FCFBF;
}
.BgClassName
{
background-color: #2FCFBF;
}
</style>
border-color css
<style>
span { border-color: #2FCFBF; }
span { border-color: rgb(47,207,191); }
td.TdClassName
{
border-color: #2FCFBF;
}
.TagClassName
{
border-color: #2FCFBF;
}
</style>