Shades of Medium Turquoise #2FCFC6
Tints of Medium Turquoise #2FCFC6
RGB
CMYK
RGB Variations
Color information
#2FCFC6 (or 0x2FCFC6) is known color: Medium Turquoise. HEX triplet: 2F, CF and C6. RGB value is (47,207,198). Sum of RGB (Red+Green+Blue) = 47+207+198=452 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.40% from 452); Green value is 207 (81.25% from 255 or 45.80% from 452); Blue value is 198 (77.73% from 255 or 43.81% from 452); Max value from RGB is 207 - color contains mainly: green. Hex color #2FCFC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCFC6 is #D03039. Grayscale: #9E9E9E. Windows color (decimal): -13643834 or 13029167. OLE color: 13029167.
HSL color Cylindrical-coordinate representation of color #2FCFC6: hue angle of 176.62º 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 #2FCFC6 is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 207 | 198 | - |
| CMYK | 0.77 | 0 | 0.04 | 0.19 |
| HSL | 176.63º | 0.63% | 0.5% | - |
| HSV(B) | 176.63º | 0.77% | 0.81% | - |
| XYZ | 33.68 | 49.31 | 61.17 | - |
| YUV | 158.13 | 150.49 | 48.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 207 | 198 | 0.77 | 0 | 0.04 | 0.19 | 176.63 | 0.63 | 0.5 |
| Hex | 2F | CF | C6 | 4D | 0 | 4 | 13 | B1 | 3F | 32 |
| Octal | 57 | 317 | 306 | 115 | 0 | 4 | 23 | 261 | 77 | 62 |
| Binary | 101111 | 11001111 | 11000110 | 1001101 | 0 | 100 | 10011 | 10110001 | 111111 | 110010 |
Color Harmonies of #2FCFC6
Complementary color
Monochromatic Colors of #2FCFC6
Black with #2FCFC6
Text Example
Text Example
White with #2FCFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCFC6; }
p { color: rgb(47,207,198); }
H1.HeaderClassName
{
color: #2FCFC6;
}
.AnyTagClassName
{
color: #2FCFC6;
}
</style>
background-color css
<style>
a { background-color: #2FCFC6; }
a { background-color: rgb(47,207,198); }
div.DivClassName
{
background-color: #2FCFC6;
}
.BgClassName
{
background-color: #2FCFC6;
}
</style>
border-color css
<style>
span { border-color: #2FCFC6; }
span { border-color: rgb(47,207,198); }
td.TdClassName
{
border-color: #2FCFC6;
}
.TagClassName
{
border-color: #2FCFC6;
}
</style>