Shades of Medium Turquoise #3FD0BF
Tints of Medium Turquoise #3FD0BF
RGB
CMYK
RGB Variations
Color information
#3FD0BF (or 0x3FD0BF) is known color: Medium Turquoise. HEX triplet: 3F, D0 and BF. RGB value is (63,208,191). Sum of RGB (Red+Green+Blue) = 63+208+191=462 (61% of max value = 765). Red value is 63 (25% from 255 or 13.64% from 462); Green value is 208 (81.64% from 255 or 45.02% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 208 - color contains mainly: green. Hex color #3FD0BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FD0BF is #C02F40. Grayscale: #A2A2A2. Windows color (decimal): -12595009 or 12570687. OLE color: 12570687.
HSL color Cylindrical-coordinate representation of color #3FD0BF: hue angle of 172.97º 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 #3FD0BF is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 63 | 208 | 191 | - |
| CMYK | 0.70 | 0 | 0.08 | 0.18 |
| HSL | 172.97º | 0.61% | 0.53% | - |
| HSV(B) | 172.97º | 0.7% | 0.82% | - |
| XYZ | 34.01 | 49.93 | 57.14 | - |
| YUV | 162.71 | 143.96 | 56.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 208 | 191 | 0.70 | 0 | 0.08 | 0.18 | 172.97 | 0.61 | 0.53 |
| Hex | 3F | D0 | BF | 46 | 0 | 8 | 12 | AD | 3D | 35 |
| Octal | 77 | 320 | 277 | 106 | 0 | 10 | 22 | 255 | 75 | 65 |
| Binary | 111111 | 11010000 | 10111111 | 1000110 | 0 | 1000 | 10010 | 10101101 | 111101 | 110101 |
Color Harmonies of #3FD0BF
Complementary color
Monochromatic Colors of #3FD0BF
Black with #3FD0BF
Text Example
Text Example
White with #3FD0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD0BF; }
p { color: rgb(63,208,191); }
H1.HeaderClassName
{
color: #3FD0BF;
}
.AnyTagClassName
{
color: #3FD0BF;
}
</style>
background-color css
<style>
a { background-color: #3FD0BF; }
a { background-color: rgb(63,208,191); }
div.DivClassName
{
background-color: #3FD0BF;
}
.BgClassName
{
background-color: #3FD0BF;
}
</style>
border-color css
<style>
span { border-color: #3FD0BF; }
span { border-color: rgb(63,208,191); }
td.TdClassName
{
border-color: #3FD0BF;
}
.TagClassName
{
border-color: #3FD0BF;
}
</style>