Shades of Medium Turquoise #3FCFB9
Tints of Medium Turquoise #3FCFB9
RGB
CMYK
RGB Variations
Color information
#3FCFB9 (or 0x3FCFB9) is known color: Medium Turquoise. HEX triplet: 3F, CF and B9. RGB value is (63,207,185). Sum of RGB (Red+Green+Blue) = 63+207+185=455 (60% of max value = 765). Red value is 63 (25% from 255 or 13.85% from 455); Green value is 207 (81.25% from 255 or 45.49% from 455); Blue value is 185 (72.66% from 255 or 40.66% from 455); Max value from RGB is 207 - color contains mainly: green. Hex color #3FCFB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCFB9 is #C03046. Grayscale: #A1A1A1. Windows color (decimal): -12595271 or 12177215. OLE color: 12177215.
HSL color Cylindrical-coordinate representation of color #3FCFB9: hue angle of 170.83º 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 #3FCFB9 is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 207 | 185 | - |
| CMYK | 0.70 | 0 | 0.11 | 0.19 |
| HSL | 170.83º | 0.6% | 0.53% | - |
| HSV(B) | 170.83º | 0.7% | 0.81% | - |
| XYZ | 33.12 | 49.19 | 53.65 | - |
| YUV | 161.44 | 141.29 | 57.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 207 | 185 | 0.70 | 0 | 0.11 | 0.19 | 170.83 | 0.6 | 0.53 |
| Hex | 3F | CF | B9 | 46 | 0 | B | 13 | AB | 3C | 35 |
| Octal | 77 | 317 | 271 | 106 | 0 | 13 | 23 | 253 | 74 | 65 |
| Binary | 111111 | 11001111 | 10111001 | 1000110 | 0 | 1011 | 10011 | 10101011 | 111100 | 110101 |
Color Harmonies of #3FCFB9
Complementary color
Monochromatic Colors of #3FCFB9
Black with #3FCFB9
Text Example
Text Example
White with #3FCFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCFB9; }
p { color: rgb(63,207,185); }
H1.HeaderClassName
{
color: #3FCFB9;
}
.AnyTagClassName
{
color: #3FCFB9;
}
</style>
background-color css
<style>
a { background-color: #3FCFB9; }
a { background-color: rgb(63,207,185); }
div.DivClassName
{
background-color: #3FCFB9;
}
.BgClassName
{
background-color: #3FCFB9;
}
</style>
border-color css
<style>
span { border-color: #3FCFB9; }
span { border-color: rgb(63,207,185); }
td.TdClassName
{
border-color: #3FCFB9;
}
.TagClassName
{
border-color: #3FCFB9;
}
</style>