Shades of Medium Turquoise #3FCAB9
Tints of Medium Turquoise #3FCAB9
RGB
CMYK
RGB Variations
Color information
#3FCAB9 (or 0x3FCAB9) is known color: Medium Turquoise. HEX triplet: 3F, CA and B9. RGB value is (63,202,185). Sum of RGB (Red+Green+Blue) = 63+202+185=450 (59% of max value = 765). Red value is 63 (25% from 255 or 14% from 450); Green value is 202 (79.30% from 255 or 44.89% from 450); Blue value is 185 (72.66% from 255 or 41.11% from 450); Max value from RGB is 202 - color contains mainly: green. Hex color #3FCAB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCAB9 is #C03546. Grayscale: #9E9E9E. Windows color (decimal): -12596551 or 12175935. OLE color: 12175935.
HSL color Cylindrical-coordinate representation of color #3FCAB9: hue angle of 172.66º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCAB9 is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 63 | 202 | 185 | - |
| CMYK | 0.69 | 0 | 0.08 | 0.21 |
| HSL | 172.66º | 0.57% | 0.52% | - |
| HSV(B) | 172.66º | 0.69% | 0.79% | - |
| XYZ | 31.93 | 46.8 | 53.25 | - |
| YUV | 158.5 | 142.95 | 59.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 202 | 185 | 0.69 | 0 | 0.08 | 0.21 | 172.66 | 0.57 | 0.52 |
| Hex | 3F | CA | B9 | 45 | 0 | 8 | 15 | AD | 39 | 34 |
| Octal | 77 | 312 | 271 | 105 | 0 | 10 | 25 | 255 | 71 | 64 |
| Binary | 111111 | 11001010 | 10111001 | 1000101 | 0 | 1000 | 10101 | 10101101 | 111001 | 110100 |
Color Harmonies of #3FCAB9
Complementary color
Monochromatic Colors of #3FCAB9
Black with #3FCAB9
Text Example
Text Example
White with #3FCAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCAB9; }
p { color: rgb(63,202,185); }
H1.HeaderClassName
{
color: #3FCAB9;
}
.AnyTagClassName
{
color: #3FCAB9;
}
</style>
background-color css
<style>
a { background-color: #3FCAB9; }
a { background-color: rgb(63,202,185); }
div.DivClassName
{
background-color: #3FCAB9;
}
.BgClassName
{
background-color: #3FCAB9;
}
</style>
border-color css
<style>
span { border-color: #3FCAB9; }
span { border-color: rgb(63,202,185); }
td.TdClassName
{
border-color: #3FCAB9;
}
.TagClassName
{
border-color: #3FCAB9;
}
</style>