Shades of Medium Turquoise #4BCAC0
Tints of Medium Turquoise #4BCAC0
RGB
CMYK
RGB Variations
Color information
#4BCAC0 (or 0x4BCAC0) is known color: Medium Turquoise. HEX triplet: 4B, CA and C0. RGB value is (75,202,192). Sum of RGB (Red+Green+Blue) = 75+202+192=469 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.99% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 192 (75.39% from 255 or 40.94% from 469); Max value from RGB is 202 - color contains mainly: green. Hex color #4BCAC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCAC0 is #B4353F. Grayscale: #A2A2A2. Windows color (decimal): -11810112 or 12634699. OLE color: 12634699.
HSL color Cylindrical-coordinate representation of color #4BCAC0: hue angle of 175.28º 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 #4BCAC0 is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 75 | 202 | 192 | - |
| CMYK | 0.63 | 0 | 0.05 | 0.21 |
| HSL | 175.28º | 0.55% | 0.54% | - |
| HSV(B) | 175.28º | 0.63% | 0.79% | - |
| XYZ | 33.54 | 47.54 | 57.28 | - |
| YUV | 162.89 | 144.42 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 202 | 192 | 0.63 | 0 | 0.05 | 0.21 | 175.28 | 0.55 | 0.54 |
| Hex | 4B | CA | C0 | 3F | 0 | 5 | 15 | AF | 37 | 36 |
| Octal | 113 | 312 | 300 | 77 | 0 | 5 | 25 | 257 | 67 | 66 |
| Binary | 1001011 | 11001010 | 11000000 | 111111 | 0 | 101 | 10101 | 10101111 | 110111 | 110110 |
Color Harmonies of #4BCAC0
Complementary color
Monochromatic Colors of #4BCAC0
Black with #4BCAC0
Text Example
Text Example
White with #4BCAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCAC0; }
p { color: rgb(75,202,192); }
H1.HeaderClassName
{
color: #4BCAC0;
}
.AnyTagClassName
{
color: #4BCAC0;
}
</style>
background-color css
<style>
a { background-color: #4BCAC0; }
a { background-color: rgb(75,202,192); }
div.DivClassName
{
background-color: #4BCAC0;
}
.BgClassName
{
background-color: #4BCAC0;
}
</style>
border-color css
<style>
span { border-color: #4BCAC0; }
span { border-color: rgb(75,202,192); }
td.TdClassName
{
border-color: #4BCAC0;
}
.TagClassName
{
border-color: #4BCAC0;
}
</style>