Shades of Medium Turquoise #3BCFBD
Tints of Medium Turquoise #3BCFBD
RGB
CMYK
RGB Variations
Color information
#3BCFBD (or 0x3BCFBD) is known color: Medium Turquoise. HEX triplet: 3B, CF and BD. RGB value is (59,207,189). Sum of RGB (Red+Green+Blue) = 59+207+189=455 (60% of max value = 765). Red value is 59 (23.44% from 255 or 12.97% from 455); Green value is 207 (81.25% from 255 or 45.49% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 207 - color contains mainly: green. Hex color #3BCFBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCFBD is #C43042. Grayscale: #A0A0A0. Windows color (decimal): -12857411 or 12439355. OLE color: 12439355.
HSL color Cylindrical-coordinate representation of color #3BCFBD: hue angle of 172.7º 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 #3BCFBD is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 59 | 207 | 189 | - |
| CMYK | 0.71 | 0 | 0.09 | 0.19 |
| HSL | 172.7º | 0.61% | 0.52% | - |
| HSV(B) | 172.7º | 0.71% | 0.81% | - |
| XYZ | 33.3 | 49.23 | 55.89 | - |
| YUV | 160.7 | 143.97 | 55.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 207 | 189 | 0.71 | 0 | 0.09 | 0.19 | 172.7 | 0.61 | 0.52 |
| Hex | 3B | CF | BD | 47 | 0 | 9 | 13 | AD | 3D | 34 |
| Octal | 73 | 317 | 275 | 107 | 0 | 11 | 23 | 255 | 75 | 64 |
| Binary | 111011 | 11001111 | 10111101 | 1000111 | 0 | 1001 | 10011 | 10101101 | 111101 | 110100 |
Color Harmonies of #3BCFBD
Complementary color
Monochromatic Colors of #3BCFBD
Black with #3BCFBD
Text Example
Text Example
White with #3BCFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCFBD; }
p { color: rgb(59,207,189); }
H1.HeaderClassName
{
color: #3BCFBD;
}
.AnyTagClassName
{
color: #3BCFBD;
}
</style>
background-color css
<style>
a { background-color: #3BCFBD; }
a { background-color: rgb(59,207,189); }
div.DivClassName
{
background-color: #3BCFBD;
}
.BgClassName
{
background-color: #3BCFBD;
}
</style>
border-color css
<style>
span { border-color: #3BCFBD; }
span { border-color: rgb(59,207,189); }
td.TdClassName
{
border-color: #3BCFBD;
}
.TagClassName
{
border-color: #3BCFBD;
}
</style>