Shades of Medium Turquoise #3FCDBA
Tints of Medium Turquoise #3FCDBA
RGB
CMYK
RGB Variations
Color information
#3FCDBA (or 0x3FCDBA) is known color: Medium Turquoise. HEX triplet: 3F, CD and BA. RGB value is (63,205,186). Sum of RGB (Red+Green+Blue) = 63+205+186=454 (60% of max value = 765). Red value is 63 (25% from 255 or 13.88% from 454); Green value is 205 (80.47% from 255 or 45.15% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 205 - color contains mainly: green. Hex color #3FCDBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCDBA is #C03245. Grayscale: #A0A0A0. Windows color (decimal): -12595782 or 12242239. OLE color: 12242239.
HSL color Cylindrical-coordinate representation of color #3FCDBA: hue angle of 171.97º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCDBA is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 205 | 186 | - |
| CMYK | 0.69 | 0 | 0.09 | 0.20 |
| HSL | 171.97º | 0.59% | 0.53% | - |
| HSV(B) | 171.97º | 0.69% | 0.8% | - |
| XYZ | 32.74 | 48.26 | 54.04 | - |
| YUV | 160.38 | 142.46 | 58.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 205 | 186 | 0.69 | 0 | 0.09 | 0.20 | 171.97 | 0.59 | 0.53 |
| Hex | 3F | CD | BA | 45 | 0 | 9 | 14 | AC | 3B | 35 |
| Octal | 77 | 315 | 272 | 105 | 0 | 11 | 24 | 254 | 73 | 65 |
| Binary | 111111 | 11001101 | 10111010 | 1000101 | 0 | 1001 | 10100 | 10101100 | 111011 | 110101 |
Color Harmonies of #3FCDBA
Complementary color
Monochromatic Colors of #3FCDBA
Black with #3FCDBA
Text Example
Text Example
White with #3FCDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCDBA; }
p { color: rgb(63,205,186); }
H1.HeaderClassName
{
color: #3FCDBA;
}
.AnyTagClassName
{
color: #3FCDBA;
}
</style>
background-color css
<style>
a { background-color: #3FCDBA; }
a { background-color: rgb(63,205,186); }
div.DivClassName
{
background-color: #3FCDBA;
}
.BgClassName
{
background-color: #3FCDBA;
}
</style>
border-color css
<style>
span { border-color: #3FCDBA; }
span { border-color: rgb(63,205,186); }
td.TdClassName
{
border-color: #3FCDBA;
}
.TagClassName
{
border-color: #3FCDBA;
}
</style>