Shades of Medium Turquoise #2FC9BC
Tints of Medium Turquoise #2FC9BC
RGB
CMYK
RGB Variations
Color information
#2FC9BC (or 0x2FC9BC) is known color: Medium Turquoise. HEX triplet: 2F, C9 and BC. RGB value is (47,201,188). Sum of RGB (Red+Green+Blue) = 47+201+188=436 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.78% from 436); Green value is 201 (78.91% from 255 or 46.10% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 201 - color contains mainly: green. Hex color #2FC9BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FC9BC is #D03643. Grayscale: #999999. Windows color (decimal): -13645380 or 12372271. OLE color: 12372271.
HSL color Cylindrical-coordinate representation of color #2FC9BC: hue angle of 174.94º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FC9BC is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 47 | 201 | 188 | - |
| CMYK | 0.77 | 0 | 0.06 | 0.21 |
| HSL | 174.94º | 0.62% | 0.49% | - |
| HSV(B) | 174.94º | 0.77% | 0.79% | - |
| XYZ | 31.14 | 46.01 | 54.82 | - |
| YUV | 153.47 | 147.48 | 52.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 201 | 188 | 0.77 | 0 | 0.06 | 0.21 | 174.94 | 0.62 | 0.49 |
| Hex | 2F | C9 | BC | 4D | 0 | 6 | 15 | AF | 3E | 31 |
| Octal | 57 | 311 | 274 | 115 | 0 | 6 | 25 | 257 | 76 | 61 |
| Binary | 101111 | 11001001 | 10111100 | 1001101 | 0 | 110 | 10101 | 10101111 | 111110 | 110001 |
Color Harmonies of #2FC9BC
Complementary color
Monochromatic Colors of #2FC9BC
Black with #2FC9BC
Text Example
Text Example
White with #2FC9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC9BC; }
p { color: rgb(47,201,188); }
H1.HeaderClassName
{
color: #2FC9BC;
}
.AnyTagClassName
{
color: #2FC9BC;
}
</style>
background-color css
<style>
a { background-color: #2FC9BC; }
a { background-color: rgb(47,201,188); }
div.DivClassName
{
background-color: #2FC9BC;
}
.BgClassName
{
background-color: #2FC9BC;
}
</style>
border-color css
<style>
span { border-color: #2FC9BC; }
span { border-color: rgb(47,201,188); }
td.TdClassName
{
border-color: #2FC9BC;
}
.TagClassName
{
border-color: #2FC9BC;
}
</style>