Shades of Medium Turquoise #3FD5B7
Tints of Medium Turquoise #3FD5B7
RGB
CMYK
RGB Variations
Color information
#3FD5B7 (or 0x3FD5B7) is known color: Medium Turquoise. HEX triplet: 3F, D5 and B7. RGB value is (63,213,183). Sum of RGB (Red+Green+Blue) = 63+213+183=459 (60% of max value = 765). Red value is 63 (25% from 255 or 13.73% from 459); Green value is 213 (83.59% from 255 or 46.41% from 459); Blue value is 183 (71.88% from 255 or 39.87% from 459); Max value from RGB is 213 - color contains mainly: green. Hex color #3FD5B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FD5B7 is #C02A48. Grayscale: #A4A4A4. Windows color (decimal): -12593737 or 12047679. OLE color: 12047679.
HSL color Cylindrical-coordinate representation of color #3FD5B7: hue angle of 168º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FD5B7 is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 63 | 213 | 183 | - |
| CMYK | 0.70 | 0 | 0.14 | 0.16 |
| HSL | 168º | 0.64% | 0.54% | - |
| HSV(B) | 168º | 0.7% | 0.84% | - |
| XYZ | 34.39 | 52.06 | 53.04 | - |
| YUV | 164.73 | 138.31 | 55.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 213 | 183 | 0.70 | 0 | 0.14 | 0.16 | 168 | 0.64 | 0.54 |
| Hex | 3F | D5 | B7 | 46 | 0 | E | 10 | A8 | 40 | 36 |
| Octal | 77 | 325 | 267 | 106 | 0 | 16 | 20 | 250 | 100 | 66 |
| Binary | 111111 | 11010101 | 10110111 | 1000110 | 0 | 1110 | 10000 | 10101000 | 1000000 | 110110 |
Color Harmonies of #3FD5B7
Complementary color
Monochromatic Colors of #3FD5B7
Black with #3FD5B7
Text Example
Text Example
White with #3FD5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD5B7; }
p { color: rgb(63,213,183); }
H1.HeaderClassName
{
color: #3FD5B7;
}
.AnyTagClassName
{
color: #3FD5B7;
}
</style>
background-color css
<style>
a { background-color: #3FD5B7; }
a { background-color: rgb(63,213,183); }
div.DivClassName
{
background-color: #3FD5B7;
}
.BgClassName
{
background-color: #3FD5B7;
}
</style>
border-color css
<style>
span { border-color: #3FD5B7; }
span { border-color: rgb(63,213,183); }
td.TdClassName
{
border-color: #3FD5B7;
}
.TagClassName
{
border-color: #3FD5B7;
}
</style>