Shades of Medium Turquoise #4BCABB
Tints of Medium Turquoise #4BCABB
RGB
CMYK
RGB Variations
Color information
#4BCABB (or 0x4BCABB) is known color: Medium Turquoise. HEX triplet: 4B, CA and BB. RGB value is (75,202,187). Sum of RGB (Red+Green+Blue) = 75+202+187=464 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.16% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 202 - color contains mainly: green. Hex color #4BCABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCABB is #B43544. Grayscale: #A2A2A2. Windows color (decimal): -11810117 or 12307019. OLE color: 12307019.
HSL color Cylindrical-coordinate representation of color #4BCABB: hue angle of 172.91º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BCABB is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 75 | 202 | 187 | - |
| CMYK | 0.63 | 0 | 0.07 | 0.21 |
| HSL | 172.91º | 0.55% | 0.54% | - |
| HSV(B) | 172.91º | 0.63% | 0.79% | - |
| XYZ | 32.99 | 47.32 | 54.41 | - |
| YUV | 162.32 | 141.92 | 65.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 202 | 187 | 0.63 | 0 | 0.07 | 0.21 | 172.91 | 0.55 | 0.54 |
| Hex | 4B | CA | BB | 3F | 0 | 7 | 15 | AD | 37 | 36 |
| Octal | 113 | 312 | 273 | 77 | 0 | 7 | 25 | 255 | 67 | 66 |
| Binary | 1001011 | 11001010 | 10111011 | 111111 | 0 | 111 | 10101 | 10101101 | 110111 | 110110 |
Color Harmonies of #4BCABB
Complementary color
Monochromatic Colors of #4BCABB
Black with #4BCABB
Text Example
Text Example
White with #4BCABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCABB; }
p { color: rgb(75,202,187); }
H1.HeaderClassName
{
color: #4BCABB;
}
.AnyTagClassName
{
color: #4BCABB;
}
</style>
background-color css
<style>
a { background-color: #4BCABB; }
a { background-color: rgb(75,202,187); }
div.DivClassName
{
background-color: #4BCABB;
}
.BgClassName
{
background-color: #4BCABB;
}
</style>
border-color css
<style>
span { border-color: #4BCABB; }
span { border-color: rgb(75,202,187); }
td.TdClassName
{
border-color: #4BCABB;
}
.TagClassName
{
border-color: #4BCABB;
}
</style>