Shades of Medium Turquoise #3FC0BF
Tints of Medium Turquoise #3FC0BF
RGB
CMYK
RGB Variations
Color information
#3FC0BF (or 0x3FC0BF) is known color: Medium Turquoise. HEX triplet: 3F, C0 and BF. RGB value is (63,192,191). Sum of RGB (Red+Green+Blue) = 63+192+191=446 (59% of max value = 765). Red value is 63 (25% from 255 or 14.13% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 192 - color contains mainly: green. Hex color #3FC0BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FC0BF is #C03F40. Grayscale: #999999. Windows color (decimal): -12599105 or 12566591. OLE color: 12566591.
HSL color Cylindrical-coordinate representation of color #3FC0BF: hue angle of 179.53º degrees, saturation: 0.51, 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 #3FC0BF is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 192 | 191 | - |
| CMYK | 0.67 | 0 | 0.01 | 0.25 |
| HSL | 179.53º | 0.51% | 0.5% | - |
| HSV(B) | 179.53º | 0.67% | 0.75% | - |
| XYZ | 30.3 | 42.52 | 55.9 | - |
| YUV | 153.32 | 149.26 | 63.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 192 | 191 | 0.67 | 0 | 0.01 | 0.25 | 179.53 | 0.51 | 0.5 |
| Hex | 3F | C0 | BF | 43 | 0 | 1 | 19 | B4 | 33 | 32 |
| Octal | 77 | 300 | 277 | 103 | 0 | 1 | 31 | 264 | 63 | 62 |
| Binary | 111111 | 11000000 | 10111111 | 1000011 | 0 | 1 | 11001 | 10110100 | 110011 | 110010 |
Color Harmonies of #3FC0BF
Complementary color
Monochromatic Colors of #3FC0BF
Black with #3FC0BF
Text Example
Text Example
White with #3FC0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC0BF; }
p { color: rgb(63,192,191); }
H1.HeaderClassName
{
color: #3FC0BF;
}
.AnyTagClassName
{
color: #3FC0BF;
}
</style>
background-color css
<style>
a { background-color: #3FC0BF; }
a { background-color: rgb(63,192,191); }
div.DivClassName
{
background-color: #3FC0BF;
}
.BgClassName
{
background-color: #3FC0BF;
}
</style>
border-color css
<style>
span { border-color: #3FC0BF; }
span { border-color: rgb(63,192,191); }
td.TdClassName
{
border-color: #3FC0BF;
}
.TagClassName
{
border-color: #3FC0BF;
}
</style>