Shades of Medium Turquoise #3FCFBD
Tints of Medium Turquoise #3FCFBD
RGB
CMYK
RGB Variations
Color information
#3FCFBD (or 0x3FCFBD) is known color: Medium Turquoise. HEX triplet: 3F, CF and BD. RGB value is (63,207,189). Sum of RGB (Red+Green+Blue) = 63+207+189=459 (60% of max value = 765). Red value is 63 (25% from 255 or 13.73% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 207 - color contains mainly: green. Hex color #3FCFBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCFBD is #C03042. Grayscale: #A1A1A1. Windows color (decimal): -12595267 or 12439359. OLE color: 12439359.
HSL color Cylindrical-coordinate representation of color #3FCFBD: hue angle of 172.5º 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 #3FCFBD is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 207 | 189 | - |
| CMYK | 0.70 | 0 | 0.09 | 0.19 |
| HSL | 172.5º | 0.6% | 0.53% | - |
| HSV(B) | 172.5º | 0.7% | 0.81% | - |
| XYZ | 33.55 | 49.36 | 55.9 | - |
| YUV | 161.89 | 143.29 | 57.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 207 | 189 | 0.70 | 0 | 0.09 | 0.19 | 172.5 | 0.6 | 0.53 |
| Hex | 3F | CF | BD | 46 | 0 | 9 | 13 | AC | 3C | 35 |
| Octal | 77 | 317 | 275 | 106 | 0 | 11 | 23 | 254 | 74 | 65 |
| Binary | 111111 | 11001111 | 10111101 | 1000110 | 0 | 1001 | 10011 | 10101100 | 111100 | 110101 |
Color Harmonies of #3FCFBD
Complementary color
Monochromatic Colors of #3FCFBD
Black with #3FCFBD
Text Example
Text Example
White with #3FCFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCFBD; }
p { color: rgb(63,207,189); }
H1.HeaderClassName
{
color: #3FCFBD;
}
.AnyTagClassName
{
color: #3FCFBD;
}
</style>
background-color css
<style>
a { background-color: #3FCFBD; }
a { background-color: rgb(63,207,189); }
div.DivClassName
{
background-color: #3FCFBD;
}
.BgClassName
{
background-color: #3FCFBD;
}
</style>
border-color css
<style>
span { border-color: #3FCFBD; }
span { border-color: rgb(63,207,189); }
td.TdClassName
{
border-color: #3FCFBD;
}
.TagClassName
{
border-color: #3FCFBD;
}
</style>