Shades of Medium Turquoise #3FCDBC
Tints of Medium Turquoise #3FCDBC
RGB
CMYK
RGB Variations
Color information
#3FCDBC (or 0x3FCDBC) is known color: Medium Turquoise. HEX triplet: 3F, CD and BC. RGB value is (63,205,188). Sum of RGB (Red+Green+Blue) = 63+205+188=456 (60% of max value = 765). Red value is 63 (25% from 255 or 13.82% from 456); Green value is 205 (80.47% from 255 or 44.96% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 205 - color contains mainly: green. Hex color #3FCDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCDBC is #C03243. Grayscale: #A0A0A0. Windows color (decimal): -12595780 or 12373311. OLE color: 12373311.
HSL color Cylindrical-coordinate representation of color #3FCDBC: hue angle of 172.82º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCDBC is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 205 | 188 | - |
| CMYK | 0.69 | 0 | 0.08 | 0.20 |
| HSL | 172.82º | 0.59% | 0.53% | - |
| HSV(B) | 172.82º | 0.69% | 0.8% | - |
| XYZ | 32.96 | 48.35 | 55.17 | - |
| YUV | 160.6 | 143.46 | 58.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 205 | 188 | 0.69 | 0 | 0.08 | 0.20 | 172.82 | 0.59 | 0.53 |
| Hex | 3F | CD | BC | 45 | 0 | 8 | 14 | AD | 3B | 35 |
| Octal | 77 | 315 | 274 | 105 | 0 | 10 | 24 | 255 | 73 | 65 |
| Binary | 111111 | 11001101 | 10111100 | 1000101 | 0 | 1000 | 10100 | 10101101 | 111011 | 110101 |
Color Harmonies of #3FCDBC
Complementary color
Monochromatic Colors of #3FCDBC
Black with #3FCDBC
Text Example
Text Example
White with #3FCDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCDBC; }
p { color: rgb(63,205,188); }
H1.HeaderClassName
{
color: #3FCDBC;
}
.AnyTagClassName
{
color: #3FCDBC;
}
</style>
background-color css
<style>
a { background-color: #3FCDBC; }
a { background-color: rgb(63,205,188); }
div.DivClassName
{
background-color: #3FCDBC;
}
.BgClassName
{
background-color: #3FCDBC;
}
</style>
border-color css
<style>
span { border-color: #3FCDBC; }
span { border-color: rgb(63,205,188); }
td.TdClassName
{
border-color: #3FCDBC;
}
.TagClassName
{
border-color: #3FCDBC;
}
</style>