Shades of Medium Turquoise #3FC3BA
Tints of Medium Turquoise #3FC3BA
RGB
CMYK
RGB Variations
Color information
#3FC3BA (or 0x3FC3BA) is known color: Medium Turquoise. HEX triplet: 3F, C3 and BA. RGB value is (63,195,186). Sum of RGB (Red+Green+Blue) = 63+195+186=444 (58% of max value = 765). Red value is 63 (25% from 255 or 14.19% from 444); Green value is 195 (76.56% from 255 or 43.92% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 195 - color contains mainly: green. Hex color #3FC3BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FC3BA is #C03C45. Grayscale: #9A9A9A. Windows color (decimal): -12598342 or 12239679. OLE color: 12239679.
HSL color Cylindrical-coordinate representation of color #3FC3BA: hue angle of 175.91º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3FC3BA is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 63 | 195 | 186 | - |
| CMYK | 0.68 | 0 | 0.05 | 0.24 |
| HSL | 175.91º | 0.52% | 0.51% | - |
| HSV(B) | 175.91º | 0.68% | 0.76% | - |
| XYZ | 30.43 | 43.63 | 53.27 | - |
| YUV | 154.51 | 145.77 | 62.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 195 | 186 | 0.68 | 0 | 0.05 | 0.24 | 175.91 | 0.52 | 0.51 |
| Hex | 3F | C3 | BA | 44 | 0 | 5 | 18 | B0 | 34 | 33 |
| Octal | 77 | 303 | 272 | 104 | 0 | 5 | 30 | 260 | 64 | 63 |
| Binary | 111111 | 11000011 | 10111010 | 1000100 | 0 | 101 | 11000 | 10110000 | 110100 | 110011 |
Color Harmonies of #3FC3BA
Complementary color
Monochromatic Colors of #3FC3BA
Black with #3FC3BA
Text Example
Text Example
White with #3FC3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC3BA; }
p { color: rgb(63,195,186); }
H1.HeaderClassName
{
color: #3FC3BA;
}
.AnyTagClassName
{
color: #3FC3BA;
}
</style>
background-color css
<style>
a { background-color: #3FC3BA; }
a { background-color: rgb(63,195,186); }
div.DivClassName
{
background-color: #3FC3BA;
}
.BgClassName
{
background-color: #3FC3BA;
}
</style>
border-color css
<style>
span { border-color: #3FC3BA; }
span { border-color: rgb(63,195,186); }
td.TdClassName
{
border-color: #3FC3BA;
}
.TagClassName
{
border-color: #3FC3BA;
}
</style>