Shades of Medium Turquoise #4BCABD
Tints of Medium Turquoise #4BCABD
RGB
CMYK
RGB Variations
Color information
#4BCABD (or 0x4BCABD) is known color: Medium Turquoise. HEX triplet: 4B, CA and BD. RGB value is (75,202,189). Sum of RGB (Red+Green+Blue) = 75+202+189=466 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.09% from 466); Green value is 202 (79.30% from 255 or 43.35% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 202 - color contains mainly: green. Hex color #4BCABD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCABD is #B43542. Grayscale: #A2A2A2. Windows color (decimal): -11810115 or 12438091. OLE color: 12438091.
HSL color Cylindrical-coordinate representation of color #4BCABD: hue angle of 173.86º 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 #4BCABD is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 75 | 202 | 189 | - |
| CMYK | 0.63 | 0 | 0.06 | 0.21 |
| HSL | 173.86º | 0.55% | 0.54% | - |
| HSV(B) | 173.86º | 0.63% | 0.79% | - |
| XYZ | 33.21 | 47.41 | 55.55 | - |
| YUV | 162.55 | 142.92 | 65.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 202 | 189 | 0.63 | 0 | 0.06 | 0.21 | 173.86 | 0.55 | 0.54 |
| Hex | 4B | CA | BD | 3F | 0 | 6 | 15 | AE | 37 | 36 |
| Octal | 113 | 312 | 275 | 77 | 0 | 6 | 25 | 256 | 67 | 66 |
| Binary | 1001011 | 11001010 | 10111101 | 111111 | 0 | 110 | 10101 | 10101110 | 110111 | 110110 |
Color Harmonies of #4BCABD
Complementary color
Monochromatic Colors of #4BCABD
Black with #4BCABD
Text Example
Text Example
White with #4BCABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCABD; }
p { color: rgb(75,202,189); }
H1.HeaderClassName
{
color: #4BCABD;
}
.AnyTagClassName
{
color: #4BCABD;
}
</style>
background-color css
<style>
a { background-color: #4BCABD; }
a { background-color: rgb(75,202,189); }
div.DivClassName
{
background-color: #4BCABD;
}
.BgClassName
{
background-color: #4BCABD;
}
</style>
border-color css
<style>
span { border-color: #4BCABD; }
span { border-color: rgb(75,202,189); }
td.TdClassName
{
border-color: #4BCABD;
}
.TagClassName
{
border-color: #4BCABD;
}
</style>