Shades of Medium Turquoise #4BCAC3
Tints of Medium Turquoise #4BCAC3
RGB
CMYK
RGB Variations
Color information
#4BCAC3 (or 0x4BCAC3) is known color: Medium Turquoise. HEX triplet: 4B, CA and C3. RGB value is (75,202,195). Sum of RGB (Red+Green+Blue) = 75+202+195=472 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.89% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 195 (76.56% from 255 or 41.31% from 472); Max value from RGB is 202 - color contains mainly: green. Hex color #4BCAC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCAC3 is #B4353C. Grayscale: #A3A3A3. Windows color (decimal): -11810109 or 12831307. OLE color: 12831307.
HSL color Cylindrical-coordinate representation of color #4BCAC3: hue angle of 176.69º 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 #4BCAC3 is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 75 | 202 | 195 | - |
| CMYK | 0.63 | 0 | 0.03 | 0.21 |
| HSL | 176.69º | 0.55% | 0.54% | - |
| HSV(B) | 176.69º | 0.63% | 0.79% | - |
| XYZ | 33.87 | 47.68 | 59.05 | - |
| YUV | 163.23 | 145.92 | 65.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 202 | 195 | 0.63 | 0 | 0.03 | 0.21 | 176.69 | 0.55 | 0.54 |
| Hex | 4B | CA | C3 | 3F | 0 | 3 | 15 | B1 | 37 | 36 |
| Octal | 113 | 312 | 303 | 77 | 0 | 3 | 25 | 261 | 67 | 66 |
| Binary | 1001011 | 11001010 | 11000011 | 111111 | 0 | 11 | 10101 | 10110001 | 110111 | 110110 |
Color Harmonies of #4BCAC3
Complementary color
Monochromatic Colors of #4BCAC3
Black with #4BCAC3
Text Example
Text Example
White with #4BCAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCAC3; }
p { color: rgb(75,202,195); }
H1.HeaderClassName
{
color: #4BCAC3;
}
.AnyTagClassName
{
color: #4BCAC3;
}
</style>
background-color css
<style>
a { background-color: #4BCAC3; }
a { background-color: rgb(75,202,195); }
div.DivClassName
{
background-color: #4BCAC3;
}
.BgClassName
{
background-color: #4BCAC3;
}
</style>
border-color css
<style>
span { border-color: #4BCAC3; }
span { border-color: rgb(75,202,195); }
td.TdClassName
{
border-color: #4BCAC3;
}
.TagClassName
{
border-color: #4BCAC3;
}
</style>