Shades of Medium Turquoise #3FD0BA
Tints of Medium Turquoise #3FD0BA
RGB
CMYK
RGB Variations
Color information
#3FD0BA (or 0x3FD0BA) is known color: Medium Turquoise. HEX triplet: 3F, D0 and BA. RGB value is (63,208,186). Sum of RGB (Red+Green+Blue) = 63+208+186=457 (60% of max value = 765). Red value is 63 (25% from 255 or 13.79% from 457); Green value is 208 (81.64% from 255 or 45.51% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 208 - color contains mainly: green. Hex color #3FD0BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FD0BA is #C02F45. Grayscale: #A2A2A2. Windows color (decimal): -12595014 or 12243007. OLE color: 12243007.
HSL color Cylindrical-coordinate representation of color #3FD0BA: hue angle of 170.9º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FD0BA is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 63 | 208 | 186 | - |
| CMYK | 0.70 | 0 | 0.11 | 0.18 |
| HSL | 170.9º | 0.61% | 0.53% | - |
| HSV(B) | 170.9º | 0.7% | 0.82% | - |
| XYZ | 33.47 | 49.71 | 54.29 | - |
| YUV | 162.14 | 141.46 | 57.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 208 | 186 | 0.70 | 0 | 0.11 | 0.18 | 170.9 | 0.61 | 0.53 |
| Hex | 3F | D0 | BA | 46 | 0 | B | 12 | AB | 3D | 35 |
| Octal | 77 | 320 | 272 | 106 | 0 | 13 | 22 | 253 | 75 | 65 |
| Binary | 111111 | 11010000 | 10111010 | 1000110 | 0 | 1011 | 10010 | 10101011 | 111101 | 110101 |
Color Harmonies of #3FD0BA
Complementary color
Monochromatic Colors of #3FD0BA
Black with #3FD0BA
Text Example
Text Example
White with #3FD0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD0BA; }
p { color: rgb(63,208,186); }
H1.HeaderClassName
{
color: #3FD0BA;
}
.AnyTagClassName
{
color: #3FD0BA;
}
</style>
background-color css
<style>
a { background-color: #3FD0BA; }
a { background-color: rgb(63,208,186); }
div.DivClassName
{
background-color: #3FD0BA;
}
.BgClassName
{
background-color: #3FD0BA;
}
</style>
border-color css
<style>
span { border-color: #3FD0BA; }
span { border-color: rgb(63,208,186); }
td.TdClassName
{
border-color: #3FD0BA;
}
.TagClassName
{
border-color: #3FD0BA;
}
</style>