Shades of Medium Turquoise #2FCFC5
Tints of Medium Turquoise #2FCFC5
RGB
CMYK
RGB Variations
Color information
#2FCFC5 (or 0x2FCFC5) is known color: Medium Turquoise. HEX triplet: 2F, CF and C5. RGB value is (47,207,197). Sum of RGB (Red+Green+Blue) = 47+207+197=451 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.42% from 451); Green value is 207 (81.25% from 255 or 45.90% from 451); Blue value is 197 (77.34% from 255 or 43.68% from 451); Max value from RGB is 207 - color contains mainly: green. Hex color #2FCFC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCFC5 is #D0303A. Grayscale: #9D9D9D. Windows color (decimal): -13643835 or 12963631. OLE color: 12963631.
HSL color Cylindrical-coordinate representation of color #2FCFC5: hue angle of 176.25º 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 #2FCFC5 is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 207 | 197 | - |
| CMYK | 0.77 | 0 | 0.05 | 0.19 |
| HSL | 176.25º | 0.63% | 0.5% | - |
| HSV(B) | 176.25º | 0.77% | 0.81% | - |
| XYZ | 33.56 | 49.26 | 60.56 | - |
| YUV | 158.02 | 149.99 | 48.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 207 | 197 | 0.77 | 0 | 0.05 | 0.19 | 176.25 | 0.63 | 0.5 |
| Hex | 2F | CF | C5 | 4D | 0 | 5 | 13 | B0 | 3F | 32 |
| Octal | 57 | 317 | 305 | 115 | 0 | 5 | 23 | 260 | 77 | 62 |
| Binary | 101111 | 11001111 | 11000101 | 1001101 | 0 | 101 | 10011 | 10110000 | 111111 | 110010 |
Color Harmonies of #2FCFC5
Complementary color
Monochromatic Colors of #2FCFC5
Black with #2FCFC5
Text Example
Text Example
White with #2FCFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCFC5; }
p { color: rgb(47,207,197); }
H1.HeaderClassName
{
color: #2FCFC5;
}
.AnyTagClassName
{
color: #2FCFC5;
}
</style>
background-color css
<style>
a { background-color: #2FCFC5; }
a { background-color: rgb(47,207,197); }
div.DivClassName
{
background-color: #2FCFC5;
}
.BgClassName
{
background-color: #2FCFC5;
}
</style>
border-color css
<style>
span { border-color: #2FCFC5; }
span { border-color: rgb(47,207,197); }
td.TdClassName
{
border-color: #2FCFC5;
}
.TagClassName
{
border-color: #2FCFC5;
}
</style>