Shades of Medium Turquoise #3FD0CF
Tints of Medium Turquoise #3FD0CF
RGB
CMYK
RGB Variations
Color information
#3FD0CF (or 0x3FD0CF) is known color: Medium Turquoise. HEX triplet: 3F, D0 and CF. RGB value is (63,208,207). Sum of RGB (Red+Green+Blue) = 63+208+207=478 (63% of max value = 765). Red value is 63 (25% from 255 or 13.18% from 478); Green value is 208 (81.64% from 255 or 43.51% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 208 - color contains mainly: green. Hex color #3FD0CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FD0CF is #C02F30. Grayscale: #A4A4A4. Windows color (decimal): -12594993 or 13619263. OLE color: 13619263.
HSL color Cylindrical-coordinate representation of color #3FD0CF: hue angle of 179.59º 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 #3FD0CF is Cyan = 0.70, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 63 | 208 | 207 | - |
| CMYK | 0.70 | 0 | 0.00 | 0.18 |
| HSL | 179.59º | 0.61% | 0.53% | - |
| HSV(B) | 179.59º | 0.7% | 0.82% | - |
| XYZ | 35.87 | 50.67 | 66.92 | - |
| YUV | 164.53 | 151.96 | 55.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 208 | 207 | 0.70 | 0 | 0.00 | 0.18 | 179.59 | 0.61 | 0.53 |
| Hex | 3F | D0 | CF | 46 | 0 | 0 | 12 | B4 | 3D | 35 |
| Octal | 77 | 320 | 317 | 106 | 0 | 0 | 22 | 264 | 75 | 65 |
| Binary | 111111 | 11010000 | 11001111 | 1000110 | 0 | 0 | 10010 | 10110100 | 111101 | 110101 |
Color Harmonies of #3FD0CF
Complementary color
Monochromatic Colors of #3FD0CF
Black with #3FD0CF
Text Example
Text Example
White with #3FD0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD0CF; }
p { color: rgb(63,208,207); }
H1.HeaderClassName
{
color: #3FD0CF;
}
.AnyTagClassName
{
color: #3FD0CF;
}
</style>
background-color css
<style>
a { background-color: #3FD0CF; }
a { background-color: rgb(63,208,207); }
div.DivClassName
{
background-color: #3FD0CF;
}
.BgClassName
{
background-color: #3FD0CF;
}
</style>
border-color css
<style>
span { border-color: #3FD0CF; }
span { border-color: rgb(63,208,207); }
td.TdClassName
{
border-color: #3FD0CF;
}
.TagClassName
{
border-color: #3FD0CF;
}
</style>