Shades of Medium Turquoise #4BCCB9
Tints of Medium Turquoise #4BCCB9
RGB
CMYK
RGB Variations
Color information
#4BCCB9 (or 0x4BCCB9) is known color: Medium Turquoise. HEX triplet: 4B, CC and B9. RGB value is (75,204,185). Sum of RGB (Red+Green+Blue) = 75+204+185=464 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.16% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 185 (72.66% from 255 or 39.87% from 464); Max value from RGB is 204 - color contains mainly: green. Hex color #4BCCB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCCB9 is #B43346. Grayscale: #A3A3A3. Windows color (decimal): -11809607 or 12176459. OLE color: 12176459.
HSL color Cylindrical-coordinate representation of color #4BCCB9: hue angle of 171.16º degrees, saturation: 0.56, 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 #4BCCB9 is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 75 | 204 | 185 | - |
| CMYK | 0.63 | 0 | 0.09 | 0.2 |
| HSL | 171.16º | 0.56% | 0.55% | - |
| HSV(B) | 171.16º | 0.63% | 0.8% | - |
| XYZ | 33.25 | 48.18 | 53.45 | - |
| YUV | 163.26 | 140.26 | 65.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 204 | 185 | 0.63 | 0 | 0.09 | 0.2 | 171.16 | 0.56 | 0.55 |
| Hex | 4B | CC | B9 | 3F | 0 | 9 | 14 | AB | 38 | 37 |
| Octal | 113 | 314 | 271 | 77 | 0 | 11 | 24 | 253 | 70 | 67 |
| Binary | 1001011 | 11001100 | 10111001 | 111111 | 0 | 1001 | 10100 | 10101011 | 111000 | 110111 |
Color Harmonies of #4BCCB9
Complementary color
Monochromatic Colors of #4BCCB9
Black with #4BCCB9
Text Example
Text Example
White with #4BCCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCCB9; }
p { color: rgb(75,204,185); }
H1.HeaderClassName
{
color: #4BCCB9;
}
.AnyTagClassName
{
color: #4BCCB9;
}
</style>
background-color css
<style>
a { background-color: #4BCCB9; }
a { background-color: rgb(75,204,185); }
div.DivClassName
{
background-color: #4BCCB9;
}
.BgClassName
{
background-color: #4BCCB9;
}
</style>
border-color css
<style>
span { border-color: #4BCCB9; }
span { border-color: rgb(75,204,185); }
td.TdClassName
{
border-color: #4BCCB9;
}
.TagClassName
{
border-color: #4BCCB9;
}
</style>