Shades of Medium Turquoise #4BCBBA
Tints of Medium Turquoise #4BCBBA
RGB
CMYK
RGB Variations
Color information
#4BCBBA (or 0x4BCBBA) is known color: Medium Turquoise. HEX triplet: 4B, CB and BA. RGB value is (75,203,186). Sum of RGB (Red+Green+Blue) = 75+203+186=464 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.16% from 464); Green value is 203 (79.69% from 255 or 43.75% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 203 - color contains mainly: green. Hex color #4BCBBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCBBA is #B43445. Grayscale: #A2A2A2. Windows color (decimal): -11809862 or 12241739. OLE color: 12241739.
HSL color Cylindrical-coordinate representation of color #4BCBBA: hue angle of 172.03º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BCBBA is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 75 | 203 | 186 | - |
| CMYK | 0.63 | 0 | 0.08 | 0.20 |
| HSL | 172.03º | 0.55% | 0.55% | - |
| HSV(B) | 172.03º | 0.63% | 0.8% | - |
| XYZ | 33.12 | 47.75 | 53.93 | - |
| YUV | 162.79 | 141.09 | 65.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 203 | 186 | 0.63 | 0 | 0.08 | 0.20 | 172.03 | 0.55 | 0.55 |
| Hex | 4B | CB | BA | 3F | 0 | 8 | 14 | AC | 37 | 37 |
| Octal | 113 | 313 | 272 | 77 | 0 | 10 | 24 | 254 | 67 | 67 |
| Binary | 1001011 | 11001011 | 10111010 | 111111 | 0 | 1000 | 10100 | 10101100 | 110111 | 110111 |
Color Harmonies of #4BCBBA
Complementary color
Monochromatic Colors of #4BCBBA
Black with #4BCBBA
Text Example
Text Example
White with #4BCBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCBBA; }
p { color: rgb(75,203,186); }
H1.HeaderClassName
{
color: #4BCBBA;
}
.AnyTagClassName
{
color: #4BCBBA;
}
</style>
background-color css
<style>
a { background-color: #4BCBBA; }
a { background-color: rgb(75,203,186); }
div.DivClassName
{
background-color: #4BCBBA;
}
.BgClassName
{
background-color: #4BCBBA;
}
</style>
border-color css
<style>
span { border-color: #4BCBBA; }
span { border-color: rgb(75,203,186); }
td.TdClassName
{
border-color: #4BCBBA;
}
.TagClassName
{
border-color: #4BCBBA;
}
</style>