Shades of Medium Turquoise #4BCAC1
Tints of Medium Turquoise #4BCAC1
RGB
CMYK
RGB Variations
Color information
#4BCAC1 (or 0x4BCAC1) is known color: Medium Turquoise. HEX triplet: 4B, CA and C1. RGB value is (75,202,193). Sum of RGB (Red+Green+Blue) = 75+202+193=470 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.96% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 193 (75.78% from 255 or 41.06% from 470); Max value from RGB is 202 - color contains mainly: green. Hex color #4BCAC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCAC1 is #B4353E. Grayscale: #A2A2A2. Windows color (decimal): -11810111 or 12700235. OLE color: 12700235.
HSL color Cylindrical-coordinate representation of color #4BCAC1: hue angle of 175.75º 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 #4BCAC1 is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 75 | 202 | 193 | - |
| CMYK | 0.63 | 0 | 0.04 | 0.21 |
| HSL | 175.75º | 0.55% | 0.54% | - |
| HSV(B) | 175.75º | 0.63% | 0.79% | - |
| XYZ | 33.65 | 47.59 | 57.86 | - |
| YUV | 163 | 144.92 | 65.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 202 | 193 | 0.63 | 0 | 0.04 | 0.21 | 175.75 | 0.55 | 0.54 |
| Hex | 4B | CA | C1 | 3F | 0 | 4 | 15 | B0 | 37 | 36 |
| Octal | 113 | 312 | 301 | 77 | 0 | 4 | 25 | 260 | 67 | 66 |
| Binary | 1001011 | 11001010 | 11000001 | 111111 | 0 | 100 | 10101 | 10110000 | 110111 | 110110 |
Color Harmonies of #4BCAC1
Complementary color
Monochromatic Colors of #4BCAC1
Black with #4BCAC1
Text Example
Text Example
White with #4BCAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCAC1; }
p { color: rgb(75,202,193); }
H1.HeaderClassName
{
color: #4BCAC1;
}
.AnyTagClassName
{
color: #4BCAC1;
}
</style>
background-color css
<style>
a { background-color: #4BCAC1; }
a { background-color: rgb(75,202,193); }
div.DivClassName
{
background-color: #4BCAC1;
}
.BgClassName
{
background-color: #4BCAC1;
}
</style>
border-color css
<style>
span { border-color: #4BCAC1; }
span { border-color: rgb(75,202,193); }
td.TdClassName
{
border-color: #4BCAC1;
}
.TagClassName
{
border-color: #4BCAC1;
}
</style>