Shades of Medium Turquoise #3FCFB4
Tints of Medium Turquoise #3FCFB4
RGB
CMYK
RGB Variations
Color information
#3FCFB4 (or 0x3FCFB4) is known color: Medium Turquoise. HEX triplet: 3F, CF and B4. RGB value is (63,207,180). Sum of RGB (Red+Green+Blue) = 63+207+180=450 (59% of max value = 765). Red value is 63 (25% from 255 or 14% from 450); Green value is 207 (81.25% from 255 or 46% from 450); Blue value is 180 (70.70% from 255 or 40% from 450); Max value from RGB is 207 - color contains mainly: green. Hex color #3FCFB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCFB4 is #C0304B. Grayscale: #A0A0A0. Windows color (decimal): -12595276 or 11849535. OLE color: 11849535.
HSL color Cylindrical-coordinate representation of color #3FCFB4: hue angle of 168.75º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FCFB4 is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 207 | 180 | - |
| CMYK | 0.70 | 0 | 0.13 | 0.19 |
| HSL | 168.75º | 0.6% | 0.53% | - |
| HSV(B) | 168.75º | 0.7% | 0.81% | - |
| XYZ | 32.6 | 48.98 | 50.92 | - |
| YUV | 160.87 | 138.79 | 58.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 207 | 180 | 0.70 | 0 | 0.13 | 0.19 | 168.75 | 0.6 | 0.53 |
| Hex | 3F | CF | B4 | 46 | 0 | D | 13 | A9 | 3C | 35 |
| Octal | 77 | 317 | 264 | 106 | 0 | 15 | 23 | 251 | 74 | 65 |
| Binary | 111111 | 11001111 | 10110100 | 1000110 | 0 | 1101 | 10011 | 10101001 | 111100 | 110101 |
Color Harmonies of #3FCFB4
Complementary color
Monochromatic Colors of #3FCFB4
Black with #3FCFB4
Text Example
Text Example
White with #3FCFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCFB4; }
p { color: rgb(63,207,180); }
H1.HeaderClassName
{
color: #3FCFB4;
}
.AnyTagClassName
{
color: #3FCFB4;
}
</style>
background-color css
<style>
a { background-color: #3FCFB4; }
a { background-color: rgb(63,207,180); }
div.DivClassName
{
background-color: #3FCFB4;
}
.BgClassName
{
background-color: #3FCFB4;
}
</style>
border-color css
<style>
span { border-color: #3FCFB4; }
span { border-color: rgb(63,207,180); }
td.TdClassName
{
border-color: #3FCFB4;
}
.TagClassName
{
border-color: #3FCFB4;
}
</style>