Shades of Medium Turquoise #4BCABC
Tints of Medium Turquoise #4BCABC
RGB
CMYK
RGB Variations
Color information
#4BCABC (or 0x4BCABC) is known color: Medium Turquoise. HEX triplet: 4B, CA and BC. RGB value is (75,202,188). Sum of RGB (Red+Green+Blue) = 75+202+188=465 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.13% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 202 - color contains mainly: green. Hex color #4BCABC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCABC is #B43543. Grayscale: #A2A2A2. Windows color (decimal): -11810116 or 12372555. OLE color: 12372555.
HSL color Cylindrical-coordinate representation of color #4BCABC: hue angle of 173.39º 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 #4BCABC is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 75 | 202 | 188 | - |
| CMYK | 0.63 | 0 | 0.07 | 0.21 |
| HSL | 173.39º | 0.55% | 0.54% | - |
| HSV(B) | 173.39º | 0.63% | 0.79% | - |
| XYZ | 33.1 | 47.37 | 54.98 | - |
| YUV | 162.43 | 142.42 | 65.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 202 | 188 | 0.63 | 0 | 0.07 | 0.21 | 173.39 | 0.55 | 0.54 |
| Hex | 4B | CA | BC | 3F | 0 | 7 | 15 | AD | 37 | 36 |
| Octal | 113 | 312 | 274 | 77 | 0 | 7 | 25 | 255 | 67 | 66 |
| Binary | 1001011 | 11001010 | 10111100 | 111111 | 0 | 111 | 10101 | 10101101 | 110111 | 110110 |
Color Harmonies of #4BCABC
Complementary color
Monochromatic Colors of #4BCABC
Black with #4BCABC
Text Example
Text Example
White with #4BCABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCABC; }
p { color: rgb(75,202,188); }
H1.HeaderClassName
{
color: #4BCABC;
}
.AnyTagClassName
{
color: #4BCABC;
}
</style>
background-color css
<style>
a { background-color: #4BCABC; }
a { background-color: rgb(75,202,188); }
div.DivClassName
{
background-color: #4BCABC;
}
.BgClassName
{
background-color: #4BCABC;
}
</style>
border-color css
<style>
span { border-color: #4BCABC; }
span { border-color: rgb(75,202,188); }
td.TdClassName
{
border-color: #4BCABC;
}
.TagClassName
{
border-color: #4BCABC;
}
</style>