Shades of Medium Turquoise #3FBCB5
Tints of Medium Turquoise #3FBCB5
RGB
CMYK
RGB Variations
Color information
#3FBCB5 (or 0x3FBCB5) is known color: Medium Turquoise. HEX triplet: 3F, BC and B5. RGB value is (63,188,181). Sum of RGB (Red+Green+Blue) = 63+188+181=432 (57% of max value = 765). Red value is 63 (25% from 255 or 14.58% from 432); Green value is 188 (73.83% from 255 or 43.52% from 432); Blue value is 181 (71.09% from 255 or 41.90% from 432); Max value from RGB is 188 - color contains mainly: green. Hex color #3FBCB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBCB5 is #C0434A. Grayscale: #959595. Windows color (decimal): -12600139 or 11910207. OLE color: 11910207.
HSL color Cylindrical-coordinate representation of color #3FBCB5: hue angle of 176.64º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FBCB5 is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 188 | 181 | - |
| CMYK | 0.66 | 0 | 0.04 | 0.26 |
| HSL | 176.64º | 0.5% | 0.49% | - |
| HSV(B) | 176.64º | 0.66% | 0.74% | - |
| XYZ | 28.37 | 40.36 | 50.01 | - |
| YUV | 149.83 | 145.59 | 66.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 188 | 181 | 0.66 | 0 | 0.04 | 0.26 | 176.64 | 0.5 | 0.49 |
| Hex | 3F | BC | B5 | 42 | 0 | 4 | 1A | B1 | 32 | 31 |
| Octal | 77 | 274 | 265 | 102 | 0 | 4 | 32 | 261 | 62 | 61 |
| Binary | 111111 | 10111100 | 10110101 | 1000010 | 0 | 100 | 11010 | 10110001 | 110010 | 110001 |
Color Harmonies of #3FBCB5
Complementary color
Monochromatic Colors of #3FBCB5
Black with #3FBCB5
Text Example
Text Example
White with #3FBCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBCB5; }
p { color: rgb(63,188,181); }
H1.HeaderClassName
{
color: #3FBCB5;
}
.AnyTagClassName
{
color: #3FBCB5;
}
</style>
background-color css
<style>
a { background-color: #3FBCB5; }
a { background-color: rgb(63,188,181); }
div.DivClassName
{
background-color: #3FBCB5;
}
.BgClassName
{
background-color: #3FBCB5;
}
</style>
border-color css
<style>
span { border-color: #3FBCB5; }
span { border-color: rgb(63,188,181); }
td.TdClassName
{
border-color: #3FBCB5;
}
.TagClassName
{
border-color: #3FBCB5;
}
</style>