Shades of Medium Turquoise #3FBFB7
Tints of Medium Turquoise #3FBFB7
RGB
CMYK
RGB Variations
Color information
#3FBFB7 (or 0x3FBFB7) is known color: Medium Turquoise. HEX triplet: 3F, BF and B7. RGB value is (63,191,183). Sum of RGB (Red+Green+Blue) = 63+191+183=437 (57% of max value = 765). Red value is 63 (25% from 255 or 14.42% from 437); Green value is 191 (75% from 255 or 43.71% from 437); Blue value is 183 (71.88% from 255 or 41.88% from 437); Max value from RGB is 191 - color contains mainly: green. Hex color #3FBFB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBFB7 is #C04048. Grayscale: #979797. Windows color (decimal): -12599369 or 12042047. OLE color: 12042047.
HSL color Cylindrical-coordinate representation of color #3FBFB7: hue angle of 176.25º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FBFB7 is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 191 | 183 | - |
| CMYK | 0.67 | 0 | 0.04 | 0.25 |
| HSL | 176.25º | 0.5% | 0.5% | - |
| HSV(B) | 176.25º | 0.67% | 0.75% | - |
| XYZ | 29.23 | 41.74 | 51.32 | - |
| YUV | 151.82 | 145.59 | 64.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 191 | 183 | 0.67 | 0 | 0.04 | 0.25 | 176.25 | 0.5 | 0.5 |
| Hex | 3F | BF | B7 | 43 | 0 | 4 | 19 | B0 | 32 | 32 |
| Octal | 77 | 277 | 267 | 103 | 0 | 4 | 31 | 260 | 62 | 62 |
| Binary | 111111 | 10111111 | 10110111 | 1000011 | 0 | 100 | 11001 | 10110000 | 110010 | 110010 |
Color Harmonies of #3FBFB7
Complementary color
Monochromatic Colors of #3FBFB7
Black with #3FBFB7
Text Example
Text Example
White with #3FBFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBFB7; }
p { color: rgb(63,191,183); }
H1.HeaderClassName
{
color: #3FBFB7;
}
.AnyTagClassName
{
color: #3FBFB7;
}
</style>
background-color css
<style>
a { background-color: #3FBFB7; }
a { background-color: rgb(63,191,183); }
div.DivClassName
{
background-color: #3FBFB7;
}
.BgClassName
{
background-color: #3FBFB7;
}
</style>
border-color css
<style>
span { border-color: #3FBFB7; }
span { border-color: rgb(63,191,183); }
td.TdClassName
{
border-color: #3FBFB7;
}
.TagClassName
{
border-color: #3FBFB7;
}
</style>