Shades of Medium Turquoise #2FC4C3
Tints of Medium Turquoise #2FC4C3
RGB
CMYK
RGB Variations
Color information
#2FC4C3 (or 0x2FC4C3) is known color: Medium Turquoise. HEX triplet: 2F, C4 and C3. RGB value is (47,196,195). Sum of RGB (Red+Green+Blue) = 47+196+195=438 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.73% from 438); Green value is 196 (76.95% from 255 or 44.75% from 438); Blue value is 195 (76.56% from 255 or 44.52% from 438); Max value from RGB is 196 - color contains mainly: green. Hex color #2FC4C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FC4C3 is #D03B3C. Grayscale: #979797. Windows color (decimal): -13646653 or 12829743. OLE color: 12829743.
HSL color Cylindrical-coordinate representation of color #2FC4C3: hue angle of 179.6º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC4C3 is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 47 | 196 | 195 | - |
| CMYK | 0.76 | 0 | 0.01 | 0.23 |
| HSL | 179.6º | 0.61% | 0.48% | - |
| HSV(B) | 179.6º | 0.76% | 0.77% | - |
| XYZ | 30.76 | 44.02 | 58.51 | - |
| YUV | 151.34 | 152.64 | 53.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 196 | 195 | 0.76 | 0 | 0.01 | 0.23 | 179.6 | 0.61 | 0.48 |
| Hex | 2F | C4 | C3 | 4C | 0 | 1 | 17 | B4 | 3D | 30 |
| Octal | 57 | 304 | 303 | 114 | 0 | 1 | 27 | 264 | 75 | 60 |
| Binary | 101111 | 11000100 | 11000011 | 1001100 | 0 | 1 | 10111 | 10110100 | 111101 | 110000 |
Color Harmonies of #2FC4C3
Complementary color
Monochromatic Colors of #2FC4C3
Black with #2FC4C3
Text Example
Text Example
White with #2FC4C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC4C3; }
p { color: rgb(47,196,195); }
H1.HeaderClassName
{
color: #2FC4C3;
}
.AnyTagClassName
{
color: #2FC4C3;
}
</style>
background-color css
<style>
a { background-color: #2FC4C3; }
a { background-color: rgb(47,196,195); }
div.DivClassName
{
background-color: #2FC4C3;
}
.BgClassName
{
background-color: #2FC4C3;
}
</style>
border-color css
<style>
span { border-color: #2FC4C3; }
span { border-color: rgb(47,196,195); }
td.TdClassName
{
border-color: #2FC4C3;
}
.TagClassName
{
border-color: #2FC4C3;
}
</style>