Shades of Medium Turquoise #3FD6C3
Tints of Medium Turquoise #3FD6C3
RGB
CMYK
RGB Variations
Color information
#3FD6C3 (or 0x3FD6C3) is known color: Medium Turquoise. HEX triplet: 3F, D6 and C3. RGB value is (63,214,195). Sum of RGB (Red+Green+Blue) = 63+214+195=472 (62% of max value = 765). Red value is 63 (25% from 255 or 13.35% from 472); Green value is 214 (83.98% from 255 or 45.34% from 472); Blue value is 195 (76.56% from 255 or 41.31% from 472); Max value from RGB is 214 - color contains mainly: green. Hex color #3FD6C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FD6C3 is #C0293C. Grayscale: #A6A6A6. Windows color (decimal): -12593469 or 12834367. OLE color: 12834367.
HSL color Cylindrical-coordinate representation of color #3FD6C3: hue angle of 172.45º 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 #3FD6C3 is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 63 | 214 | 195 | - |
| CMYK | 0.71 | 0 | 0.09 | 0.16 |
| HSL | 172.45º | 0.65% | 0.54% | - |
| HSV(B) | 172.45º | 0.71% | 0.84% | - |
| XYZ | 35.95 | 53.09 | 59.98 | - |
| YUV | 166.69 | 143.97 | 54.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 214 | 195 | 0.71 | 0 | 0.09 | 0.16 | 172.45 | 0.65 | 0.54 |
| Hex | 3F | D6 | C3 | 47 | 0 | 9 | 10 | AC | 41 | 36 |
| Octal | 77 | 326 | 303 | 107 | 0 | 11 | 20 | 254 | 101 | 66 |
| Binary | 111111 | 11010110 | 11000011 | 1000111 | 0 | 1001 | 10000 | 10101100 | 1000001 | 110110 |
Color Harmonies of #3FD6C3
Complementary color
Monochromatic Colors of #3FD6C3
Black with #3FD6C3
Text Example
Text Example
White with #3FD6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD6C3; }
p { color: rgb(63,214,195); }
H1.HeaderClassName
{
color: #3FD6C3;
}
.AnyTagClassName
{
color: #3FD6C3;
}
</style>
background-color css
<style>
a { background-color: #3FD6C3; }
a { background-color: rgb(63,214,195); }
div.DivClassName
{
background-color: #3FD6C3;
}
.BgClassName
{
background-color: #3FD6C3;
}
</style>
border-color css
<style>
span { border-color: #3FD6C3; }
span { border-color: rgb(63,214,195); }
td.TdClassName
{
border-color: #3FD6C3;
}
.TagClassName
{
border-color: #3FD6C3;
}
</style>