Shades of Medium Turquoise #3BCFC5
Tints of Medium Turquoise #3BCFC5
RGB
CMYK
RGB Variations
Color information
#3BCFC5 (or 0x3BCFC5) is known color: Medium Turquoise. HEX triplet: 3B, CF and C5. RGB value is (59,207,197). Sum of RGB (Red+Green+Blue) = 59+207+197=463 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.74% from 463); Green value is 207 (81.25% from 255 or 44.71% from 463); Blue value is 197 (77.34% from 255 or 42.55% from 463); Max value from RGB is 207 - color contains mainly: green. Hex color #3BCFC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCFC5 is #C4303A. Grayscale: #A1A1A1. Windows color (decimal): -12857403 or 12963643. OLE color: 12963643.
HSL color Cylindrical-coordinate representation of color #3BCFC5: hue angle of 175.95º 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 #3BCFC5 is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 59 | 207 | 197 | - |
| CMYK | 0.71 | 0 | 0.05 | 0.19 |
| HSL | 175.95º | 0.61% | 0.52% | - |
| HSV(B) | 175.95º | 0.71% | 0.81% | - |
| XYZ | 34.19 | 49.59 | 60.59 | - |
| YUV | 161.61 | 147.97 | 54.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 207 | 197 | 0.71 | 0 | 0.05 | 0.19 | 175.95 | 0.61 | 0.52 |
| Hex | 3B | CF | C5 | 47 | 0 | 5 | 13 | B0 | 3D | 34 |
| Octal | 73 | 317 | 305 | 107 | 0 | 5 | 23 | 260 | 75 | 64 |
| Binary | 111011 | 11001111 | 11000101 | 1000111 | 0 | 101 | 10011 | 10110000 | 111101 | 110100 |
Color Harmonies of #3BCFC5
Complementary color
Monochromatic Colors of #3BCFC5
Black with #3BCFC5
Text Example
Text Example
White with #3BCFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCFC5; }
p { color: rgb(59,207,197); }
H1.HeaderClassName
{
color: #3BCFC5;
}
.AnyTagClassName
{
color: #3BCFC5;
}
</style>
background-color css
<style>
a { background-color: #3BCFC5; }
a { background-color: rgb(59,207,197); }
div.DivClassName
{
background-color: #3BCFC5;
}
.BgClassName
{
background-color: #3BCFC5;
}
</style>
border-color css
<style>
span { border-color: #3BCFC5; }
span { border-color: rgb(59,207,197); }
td.TdClassName
{
border-color: #3BCFC5;
}
.TagClassName
{
border-color: #3BCFC5;
}
</style>