Shades of Medium Turquoise #3BCFBA
Tints of Medium Turquoise #3BCFBA
RGB
CMYK
RGB Variations
Color information
#3BCFBA (or 0x3BCFBA) is known color: Medium Turquoise. HEX triplet: 3B, CF and BA. RGB value is (59,207,186). Sum of RGB (Red+Green+Blue) = 59+207+186=452 (59% of max value = 765). Red value is 59 (23.44% from 255 or 13.05% from 452); Green value is 207 (81.25% from 255 or 45.80% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 207 - color contains mainly: green. Hex color #3BCFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCFBA is #C43045. Grayscale: #A0A0A0. Windows color (decimal): -12857414 or 12242747. OLE color: 12242747.
HSL color Cylindrical-coordinate representation of color #3BCFBA: hue angle of 171.49º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCFBA is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 59 | 207 | 186 | - |
| CMYK | 0.71 | 0 | 0.10 | 0.19 |
| HSL | 171.49º | 0.61% | 0.52% | - |
| HSV(B) | 171.49º | 0.71% | 0.81% | - |
| XYZ | 32.98 | 49.1 | 54.19 | - |
| YUV | 160.35 | 142.47 | 55.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 207 | 186 | 0.71 | 0 | 0.10 | 0.19 | 171.49 | 0.61 | 0.52 |
| Hex | 3B | CF | BA | 47 | 0 | A | 13 | AB | 3D | 34 |
| Octal | 73 | 317 | 272 | 107 | 0 | 12 | 23 | 253 | 75 | 64 |
| Binary | 111011 | 11001111 | 10111010 | 1000111 | 0 | 1010 | 10011 | 10101011 | 111101 | 110100 |
Color Harmonies of #3BCFBA
Complementary color
Monochromatic Colors of #3BCFBA
Black with #3BCFBA
Text Example
Text Example
White with #3BCFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCFBA; }
p { color: rgb(59,207,186); }
H1.HeaderClassName
{
color: #3BCFBA;
}
.AnyTagClassName
{
color: #3BCFBA;
}
</style>
background-color css
<style>
a { background-color: #3BCFBA; }
a { background-color: rgb(59,207,186); }
div.DivClassName
{
background-color: #3BCFBA;
}
.BgClassName
{
background-color: #3BCFBA;
}
</style>
border-color css
<style>
span { border-color: #3BCFBA; }
span { border-color: rgb(59,207,186); }
td.TdClassName
{
border-color: #3BCFBA;
}
.TagClassName
{
border-color: #3BCFBA;
}
</style>