Shades of Medium Turquoise #2FBFC3
Tints of Medium Turquoise #2FBFC3
RGB
CMYK
RGB Variations
Color information
#2FBFC3 (or 0x2FBFC3) is known color: Medium Turquoise. HEX triplet: 2F, BF and C3. RGB value is (47,191,195). Sum of RGB (Red+Green+Blue) = 47+191+195=433 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.85% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 195 (76.56% from 255 or 45.03% from 433); Max value from RGB is 195 - color contains mainly: blue. Hex color #2FBFC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FBFC3 is #D0403C. Grayscale: #949494. Windows color (decimal): -13647933 or 12828463. OLE color: 12828463.
HSL color Cylindrical-coordinate representation of color #2FBFC3: hue angle of 181.62º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FBFC3 is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 47 | 191 | 195 | - |
| CMYK | 0.76 | 0.02 | 0 | 0.24 |
| HSL | 181.62º | 0.61% | 0.47% | - |
| HSV(B) | 181.62º | 0.76% | 0.76% | - |
| XYZ | 29.65 | 41.81 | 58.14 | - |
| YUV | 148.4 | 154.29 | 55.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 191 | 195 | 0.76 | 0.02 | 0 | 0.24 | 181.62 | 0.61 | 0.47 |
| Hex | 2F | BF | C3 | 4C | 2 | 0 | 18 | B6 | 3D | 2F |
| Octal | 57 | 277 | 303 | 114 | 2 | 0 | 30 | 266 | 75 | 57 |
| Binary | 101111 | 10111111 | 11000011 | 1001100 | 10 | 0 | 11000 | 10110110 | 111101 | 101111 |
Color Harmonies of #2FBFC3
Complementary color
Monochromatic Colors of #2FBFC3
Black with #2FBFC3
Text Example
Text Example
White with #2FBFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBFC3; }
p { color: rgb(47,191,195); }
H1.HeaderClassName
{
color: #2FBFC3;
}
.AnyTagClassName
{
color: #2FBFC3;
}
</style>
background-color css
<style>
a { background-color: #2FBFC3; }
a { background-color: rgb(47,191,195); }
div.DivClassName
{
background-color: #2FBFC3;
}
.BgClassName
{
background-color: #2FBFC3;
}
</style>
border-color css
<style>
span { border-color: #2FBFC3; }
span { border-color: rgb(47,191,195); }
td.TdClassName
{
border-color: #2FBFC3;
}
.TagClassName
{
border-color: #2FBFC3;
}
</style>