Shades of Medium Turquoise #3FD1D6
Tints of Medium Turquoise #3FD1D6
RGB
CMYK
RGB Variations
Color information
#3FD1D6 (or 0x3FD1D6) is known color: Medium Turquoise. HEX triplet: 3F, D1 and D6. RGB value is (63,209,214). Sum of RGB (Red+Green+Blue) = 63+209+214=486 (64% of max value = 765). Red value is 63 (25% from 255 or 12.96% from 486); Green value is 209 (82.03% from 255 or 43.00% from 486); Blue value is 214 (83.98% from 255 or 44.03% from 486); Max value from RGB is 214 - color contains mainly: blue. Hex color #3FD1D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FD1D6 is #C02E29. Grayscale: #A5A5A5. Windows color (decimal): -12594730 or 14078271. OLE color: 14078271.
HSL color Cylindrical-coordinate representation of color #3FD1D6: hue angle of 181.99º 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 #3FD1D6 is Cyan = 0.71, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 63 | 209 | 214 | - |
| CMYK | 0.71 | 0.02 | 0 | 0.16 |
| HSL | 181.99º | 0.65% | 0.54% | - |
| HSV(B) | 181.99º | 0.71% | 0.84% | - |
| XYZ | 36.99 | 51.51 | 71.61 | - |
| YUV | 165.92 | 155.13 | 54.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 209 | 214 | 0.71 | 0.02 | 0 | 0.16 | 181.99 | 0.65 | 0.54 |
| Hex | 3F | D1 | D6 | 47 | 2 | 0 | 10 | B6 | 41 | 36 |
| Octal | 77 | 321 | 326 | 107 | 2 | 0 | 20 | 266 | 101 | 66 |
| Binary | 111111 | 11010001 | 11010110 | 1000111 | 10 | 0 | 10000 | 10110110 | 1000001 | 110110 |
Color Harmonies of #3FD1D6
Complementary color
Monochromatic Colors of #3FD1D6
Black with #3FD1D6
Text Example
Text Example
White with #3FD1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD1D6; }
p { color: rgb(63,209,214); }
H1.HeaderClassName
{
color: #3FD1D6;
}
.AnyTagClassName
{
color: #3FD1D6;
}
</style>
background-color css
<style>
a { background-color: #3FD1D6; }
a { background-color: rgb(63,209,214); }
div.DivClassName
{
background-color: #3FD1D6;
}
.BgClassName
{
background-color: #3FD1D6;
}
</style>
border-color css
<style>
span { border-color: #3FD1D6; }
span { border-color: rgb(63,209,214); }
td.TdClassName
{
border-color: #3FD1D6;
}
.TagClassName
{
border-color: #3FD1D6;
}
</style>