Shades of Medium Turquoise #3BCAB4
Tints of Medium Turquoise #3BCAB4
RGB
CMYK
RGB Variations
Color information
#3BCAB4 (or 0x3BCAB4) is known color: Medium Turquoise. HEX triplet: 3B, CA and B4. RGB value is (59,202,180). Sum of RGB (Red+Green+Blue) = 59+202+180=441 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.38% from 441); Green value is 202 (79.30% from 255 or 45.80% from 441); Blue value is 180 (70.70% from 255 or 40.82% from 441); Max value from RGB is 202 - color contains mainly: green. Hex color #3BCAB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCAB4 is #C4354B. Grayscale: #9C9C9C. Windows color (decimal): -12858700 or 11848251. OLE color: 11848251.
HSL color Cylindrical-coordinate representation of color #3BCAB4: hue angle of 170.77º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCAB4 is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 59 | 202 | 180 | - |
| CMYK | 0.71 | 0 | 0.11 | 0.21 |
| HSL | 170.77º | 0.57% | 0.51% | - |
| HSV(B) | 170.77º | 0.71% | 0.79% | - |
| XYZ | 31.16 | 46.47 | 50.51 | - |
| YUV | 156.74 | 141.12 | 58.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 202 | 180 | 0.71 | 0 | 0.11 | 0.21 | 170.77 | 0.57 | 0.51 |
| Hex | 3B | CA | B4 | 47 | 0 | B | 15 | AB | 39 | 33 |
| Octal | 73 | 312 | 264 | 107 | 0 | 13 | 25 | 253 | 71 | 63 |
| Binary | 111011 | 11001010 | 10110100 | 1000111 | 0 | 1011 | 10101 | 10101011 | 111001 | 110011 |
Color Harmonies of #3BCAB4
Complementary color
Monochromatic Colors of #3BCAB4
Black with #3BCAB4
Text Example
Text Example
White with #3BCAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCAB4; }
p { color: rgb(59,202,180); }
H1.HeaderClassName
{
color: #3BCAB4;
}
.AnyTagClassName
{
color: #3BCAB4;
}
</style>
background-color css
<style>
a { background-color: #3BCAB4; }
a { background-color: rgb(59,202,180); }
div.DivClassName
{
background-color: #3BCAB4;
}
.BgClassName
{
background-color: #3BCAB4;
}
</style>
border-color css
<style>
span { border-color: #3BCAB4; }
span { border-color: rgb(59,202,180); }
td.TdClassName
{
border-color: #3BCAB4;
}
.TagClassName
{
border-color: #3BCAB4;
}
</style>