Shades of Medium Turquoise #3FC0BA
Tints of Medium Turquoise #3FC0BA
RGB
CMYK
RGB Variations
Color information
#3FC0BA (or 0x3FC0BA) is known color: Medium Turquoise. HEX triplet: 3F, C0 and BA. RGB value is (63,192,186). Sum of RGB (Red+Green+Blue) = 63+192+186=441 (58% of max value = 765). Red value is 63 (25% from 255 or 14.29% from 441); Green value is 192 (75.39% from 255 or 43.54% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 192 - color contains mainly: green. Hex color #3FC0BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FC0BA is #C03F45. Grayscale: #989898. Windows color (decimal): -12599110 or 12238911. OLE color: 12238911.
HSL color Cylindrical-coordinate representation of color #3FC0BA: hue angle of 177.21º 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 #3FC0BA is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 192 | 186 | - |
| CMYK | 0.67 | 0 | 0.03 | 0.25 |
| HSL | 177.21º | 0.51% | 0.5% | - |
| HSV(B) | 177.21º | 0.67% | 0.75% | - |
| XYZ | 29.76 | 42.3 | 53.05 | - |
| YUV | 152.75 | 146.76 | 63.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 192 | 186 | 0.67 | 0 | 0.03 | 0.25 | 177.21 | 0.51 | 0.5 |
| Hex | 3F | C0 | BA | 43 | 0 | 3 | 19 | B1 | 33 | 32 |
| Octal | 77 | 300 | 272 | 103 | 0 | 3 | 31 | 261 | 63 | 62 |
| Binary | 111111 | 11000000 | 10111010 | 1000011 | 0 | 11 | 11001 | 10110001 | 110011 | 110010 |
Color Harmonies of #3FC0BA
Complementary color
Monochromatic Colors of #3FC0BA
Black with #3FC0BA
Text Example
Text Example
White with #3FC0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC0BA; }
p { color: rgb(63,192,186); }
H1.HeaderClassName
{
color: #3FC0BA;
}
.AnyTagClassName
{
color: #3FC0BA;
}
</style>
background-color css
<style>
a { background-color: #3FC0BA; }
a { background-color: rgb(63,192,186); }
div.DivClassName
{
background-color: #3FC0BA;
}
.BgClassName
{
background-color: #3FC0BA;
}
</style>
border-color css
<style>
span { border-color: #3FC0BA; }
span { border-color: rgb(63,192,186); }
td.TdClassName
{
border-color: #3FC0BA;
}
.TagClassName
{
border-color: #3FC0BA;
}
</style>