Shades of Medium Turquoise #3FC1B9
Tints of Medium Turquoise #3FC1B9
RGB
CMYK
RGB Variations
Color information
#3FC1B9 (or 0x3FC1B9) is known color: Medium Turquoise. HEX triplet: 3F, C1 and B9. RGB value is (63,193,185). Sum of RGB (Red+Green+Blue) = 63+193+185=441 (58% of max value = 765). Red value is 63 (25% from 255 or 14.29% from 441); Green value is 193 (75.78% from 255 or 43.76% from 441); Blue value is 185 (72.66% from 255 or 41.95% from 441); Max value from RGB is 193 - color contains mainly: green. Hex color #3FC1B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FC1B9 is #C03E46. Grayscale: #999999. Windows color (decimal): -12598855 or 12173631. OLE color: 12173631.
HSL color Cylindrical-coordinate representation of color #3FC1B9: hue angle of 176.31º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FC1B9 is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 63 | 193 | 185 | - |
| CMYK | 0.67 | 0 | 0.04 | 0.24 |
| HSL | 176.31º | 0.51% | 0.5% | - |
| HSV(B) | 176.31º | 0.67% | 0.76% | - |
| XYZ | 29.88 | 42.7 | 52.57 | - |
| YUV | 153.22 | 145.93 | 63.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 193 | 185 | 0.67 | 0 | 0.04 | 0.24 | 176.31 | 0.51 | 0.5 |
| Hex | 3F | C1 | B9 | 43 | 0 | 4 | 18 | B0 | 33 | 32 |
| Octal | 77 | 301 | 271 | 103 | 0 | 4 | 30 | 260 | 63 | 62 |
| Binary | 111111 | 11000001 | 10111001 | 1000011 | 0 | 100 | 11000 | 10110000 | 110011 | 110010 |
Color Harmonies of #3FC1B9
Complementary color
Monochromatic Colors of #3FC1B9
Black with #3FC1B9
Text Example
Text Example
White with #3FC1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC1B9; }
p { color: rgb(63,193,185); }
H1.HeaderClassName
{
color: #3FC1B9;
}
.AnyTagClassName
{
color: #3FC1B9;
}
</style>
background-color css
<style>
a { background-color: #3FC1B9; }
a { background-color: rgb(63,193,185); }
div.DivClassName
{
background-color: #3FC1B9;
}
.BgClassName
{
background-color: #3FC1B9;
}
</style>
border-color css
<style>
span { border-color: #3FC1B9; }
span { border-color: rgb(63,193,185); }
td.TdClassName
{
border-color: #3FC1B9;
}
.TagClassName
{
border-color: #3FC1B9;
}
</style>