Shades of Medium Turquoise #3FD6C5
Tints of Medium Turquoise #3FD6C5
RGB
CMYK
RGB Variations
Color information
#3FD6C5 (or 0x3FD6C5) is known color: Medium Turquoise. HEX triplet: 3F, D6 and C5. RGB value is (63,214,197). Sum of RGB (Red+Green+Blue) = 63+214+197=474 (62% of max value = 765). Red value is 63 (25% from 255 or 13.29% from 474); Green value is 214 (83.98% from 255 or 45.15% from 474); Blue value is 197 (77.34% from 255 or 41.56% from 474); Max value from RGB is 214 - color contains mainly: green. Hex color #3FD6C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FD6C5 is #C0293A. Grayscale: #A6A6A6. Windows color (decimal): -12593467 or 12965439. OLE color: 12965439.
HSL color Cylindrical-coordinate representation of color #3FD6C5: hue angle of 173.25º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FD6C5 is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 63 | 214 | 197 | - |
| CMYK | 0.71 | 0 | 0.08 | 0.16 |
| HSL | 173.25º | 0.65% | 0.54% | - |
| HSV(B) | 173.25º | 0.71% | 0.84% | - |
| XYZ | 36.17 | 53.18 | 61.18 | - |
| YUV | 166.91 | 144.97 | 53.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 214 | 197 | 0.71 | 0 | 0.08 | 0.16 | 173.25 | 0.65 | 0.54 |
| Hex | 3F | D6 | C5 | 47 | 0 | 8 | 10 | AD | 41 | 36 |
| Octal | 77 | 326 | 305 | 107 | 0 | 10 | 20 | 255 | 101 | 66 |
| Binary | 111111 | 11010110 | 11000101 | 1000111 | 0 | 1000 | 10000 | 10101101 | 1000001 | 110110 |
Color Harmonies of #3FD6C5
Complementary color
Monochromatic Colors of #3FD6C5
Black with #3FD6C5
Text Example
Text Example
White with #3FD6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD6C5; }
p { color: rgb(63,214,197); }
H1.HeaderClassName
{
color: #3FD6C5;
}
.AnyTagClassName
{
color: #3FD6C5;
}
</style>
background-color css
<style>
a { background-color: #3FD6C5; }
a { background-color: rgb(63,214,197); }
div.DivClassName
{
background-color: #3FD6C5;
}
.BgClassName
{
background-color: #3FD6C5;
}
</style>
border-color css
<style>
span { border-color: #3FD6C5; }
span { border-color: rgb(63,214,197); }
td.TdClassName
{
border-color: #3FD6C5;
}
.TagClassName
{
border-color: #3FD6C5;
}
</style>