Shades of Medium Turquoise #2FBFC7
Tints of Medium Turquoise #2FBFC7
RGB
CMYK
RGB Variations
Color information
#2FBFC7 (or 0x2FBFC7) is known color: Medium Turquoise. HEX triplet: 2F, BF and C7. RGB value is (47,191,199). Sum of RGB (Red+Green+Blue) = 47+191+199=437 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.76% from 437); Green value is 191 (75% from 255 or 43.71% from 437); Blue value is 199 (78.12% from 255 or 45.54% from 437); Max value from RGB is 199 - color contains mainly: blue. Hex color #2FBFC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FBFC7 is #D04038. Grayscale: #949494. Windows color (decimal): -13647929 or 13090607. OLE color: 13090607.
HSL color Cylindrical-coordinate representation of color #2FBFC7: hue angle of 183.16º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FBFC7 is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 47 | 191 | 199 | - |
| CMYK | 0.76 | 0.04 | 0 | 0.22 |
| HSL | 183.16º | 0.62% | 0.48% | - |
| HSV(B) | 183.16º | 0.76% | 0.78% | - |
| XYZ | 30.11 | 41.99 | 60.55 | - |
| YUV | 148.86 | 156.29 | 55.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 191 | 199 | 0.76 | 0.04 | 0 | 0.22 | 183.16 | 0.62 | 0.48 |
| Hex | 2F | BF | C7 | 4C | 4 | 0 | 16 | B7 | 3E | 30 |
| Octal | 57 | 277 | 307 | 114 | 4 | 0 | 26 | 267 | 76 | 60 |
| Binary | 101111 | 10111111 | 11000111 | 1001100 | 100 | 0 | 10110 | 10110111 | 111110 | 110000 |
Color Harmonies of #2FBFC7
Complementary color
Monochromatic Colors of #2FBFC7
Black with #2FBFC7
Text Example
Text Example
White with #2FBFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBFC7; }
p { color: rgb(47,191,199); }
H1.HeaderClassName
{
color: #2FBFC7;
}
.AnyTagClassName
{
color: #2FBFC7;
}
</style>
background-color css
<style>
a { background-color: #2FBFC7; }
a { background-color: rgb(47,191,199); }
div.DivClassName
{
background-color: #2FBFC7;
}
.BgClassName
{
background-color: #2FBFC7;
}
</style>
border-color css
<style>
span { border-color: #2FBFC7; }
span { border-color: rgb(47,191,199); }
td.TdClassName
{
border-color: #2FBFC7;
}
.TagClassName
{
border-color: #2FBFC7;
}
</style>