Shades of Medium Turquoise #3FCFBF
Tints of Medium Turquoise #3FCFBF
RGB
CMYK
RGB Variations
Color information
#3FCFBF (or 0x3FCFBF) is known color: Medium Turquoise. HEX triplet: 3F, CF and BF. RGB value is (63,207,191). Sum of RGB (Red+Green+Blue) = 63+207+191=461 (61% of max value = 765). Red value is 63 (25% from 255 or 13.67% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 207 - color contains mainly: green. Hex color #3FCFBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCFBF is #C03040. Grayscale: #A2A2A2. Windows color (decimal): -12595265 or 12570431. OLE color: 12570431.
HSL color Cylindrical-coordinate representation of color #3FCFBF: hue angle of 173.33º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FCFBF is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 207 | 191 | - |
| CMYK | 0.70 | 0 | 0.08 | 0.19 |
| HSL | 173.33º | 0.6% | 0.53% | - |
| HSV(B) | 173.33º | 0.7% | 0.81% | - |
| XYZ | 33.77 | 49.44 | 57.05 | - |
| YUV | 162.12 | 144.29 | 57.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 207 | 191 | 0.70 | 0 | 0.08 | 0.19 | 173.33 | 0.6 | 0.53 |
| Hex | 3F | CF | BF | 46 | 0 | 8 | 13 | AD | 3C | 35 |
| Octal | 77 | 317 | 277 | 106 | 0 | 10 | 23 | 255 | 74 | 65 |
| Binary | 111111 | 11001111 | 10111111 | 1000110 | 0 | 1000 | 10011 | 10101101 | 111100 | 110101 |
Color Harmonies of #3FCFBF
Complementary color
Monochromatic Colors of #3FCFBF
Black with #3FCFBF
Text Example
Text Example
White with #3FCFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCFBF; }
p { color: rgb(63,207,191); }
H1.HeaderClassName
{
color: #3FCFBF;
}
.AnyTagClassName
{
color: #3FCFBF;
}
</style>
background-color css
<style>
a { background-color: #3FCFBF; }
a { background-color: rgb(63,207,191); }
div.DivClassName
{
background-color: #3FCFBF;
}
.BgClassName
{
background-color: #3FCFBF;
}
</style>
border-color css
<style>
span { border-color: #3FCFBF; }
span { border-color: rgb(63,207,191); }
td.TdClassName
{
border-color: #3FCFBF;
}
.TagClassName
{
border-color: #3FCFBF;
}
</style>