Shades of Medium Turquoise #3BC7B4
Tints of Medium Turquoise #3BC7B4
RGB
CMYK
RGB Variations
Color information
#3BC7B4 (or 0x3BC7B4) is known color: Medium Turquoise. HEX triplet: 3B, C7 and B4. RGB value is (59,199,180). Sum of RGB (Red+Green+Blue) = 59+199+180=438 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.47% from 438); Green value is 199 (78.12% from 255 or 45.43% from 438); Blue value is 180 (70.70% from 255 or 41.10% from 438); Max value from RGB is 199 - color contains mainly: green. Hex color #3BC7B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC7B4 is #C4384B. Grayscale: #9A9A9A. Windows color (decimal): -12859468 or 11847483. OLE color: 11847483.
HSL color Cylindrical-coordinate representation of color #3BC7B4: hue angle of 171.86º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BC7B4 is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 59 | 199 | 180 | - |
| CMYK | 0.70 | 0 | 0.10 | 0.22 |
| HSL | 171.86º | 0.56% | 0.51% | - |
| HSV(B) | 171.86º | 0.7% | 0.78% | - |
| XYZ | 30.47 | 45.07 | 50.27 | - |
| YUV | 154.97 | 142.12 | 59.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 199 | 180 | 0.70 | 0 | 0.10 | 0.22 | 171.86 | 0.56 | 0.51 |
| Hex | 3B | C7 | B4 | 46 | 0 | A | 16 | AC | 38 | 33 |
| Octal | 73 | 307 | 264 | 106 | 0 | 12 | 26 | 254 | 70 | 63 |
| Binary | 111011 | 11000111 | 10110100 | 1000110 | 0 | 1010 | 10110 | 10101100 | 111000 | 110011 |
Color Harmonies of #3BC7B4
Complementary color
Monochromatic Colors of #3BC7B4
Black with #3BC7B4
Text Example
Text Example
White with #3BC7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC7B4; }
p { color: rgb(59,199,180); }
H1.HeaderClassName
{
color: #3BC7B4;
}
.AnyTagClassName
{
color: #3BC7B4;
}
</style>
background-color css
<style>
a { background-color: #3BC7B4; }
a { background-color: rgb(59,199,180); }
div.DivClassName
{
background-color: #3BC7B4;
}
.BgClassName
{
background-color: #3BC7B4;
}
</style>
border-color css
<style>
span { border-color: #3BC7B4; }
span { border-color: rgb(59,199,180); }
td.TdClassName
{
border-color: #3BC7B4;
}
.TagClassName
{
border-color: #3BC7B4;
}
</style>