Shades of Medium Turquoise #4BCAC2
Tints of Medium Turquoise #4BCAC2
RGB
CMYK
RGB Variations
Color information
#4BCAC2 (or 0x4BCAC2) is known color: Medium Turquoise. HEX triplet: 4B, CA and C2. RGB value is (75,202,194). Sum of RGB (Red+Green+Blue) = 75+202+194=471 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.92% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 194 (76.17% from 255 or 41.19% from 471); Max value from RGB is 202 - color contains mainly: green. Hex color #4BCAC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCAC2 is #B4353D. Grayscale: #A3A3A3. Windows color (decimal): -11810110 or 12765771. OLE color: 12765771.
HSL color Cylindrical-coordinate representation of color #4BCAC2: hue angle of 176.22º 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 #4BCAC2 is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 75 | 202 | 194 | - |
| CMYK | 0.63 | 0 | 0.04 | 0.21 |
| HSL | 176.22º | 0.55% | 0.54% | - |
| HSV(B) | 176.22º | 0.63% | 0.79% | - |
| XYZ | 33.76 | 47.63 | 58.45 | - |
| YUV | 163.12 | 145.42 | 65.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 202 | 194 | 0.63 | 0 | 0.04 | 0.21 | 176.22 | 0.55 | 0.54 |
| Hex | 4B | CA | C2 | 3F | 0 | 4 | 15 | B0 | 37 | 36 |
| Octal | 113 | 312 | 302 | 77 | 0 | 4 | 25 | 260 | 67 | 66 |
| Binary | 1001011 | 11001010 | 11000010 | 111111 | 0 | 100 | 10101 | 10110000 | 110111 | 110110 |
Color Harmonies of #4BCAC2
Complementary color
Monochromatic Colors of #4BCAC2
Black with #4BCAC2
Text Example
Text Example
White with #4BCAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCAC2; }
p { color: rgb(75,202,194); }
H1.HeaderClassName
{
color: #4BCAC2;
}
.AnyTagClassName
{
color: #4BCAC2;
}
</style>
background-color css
<style>
a { background-color: #4BCAC2; }
a { background-color: rgb(75,202,194); }
div.DivClassName
{
background-color: #4BCAC2;
}
.BgClassName
{
background-color: #4BCAC2;
}
</style>
border-color css
<style>
span { border-color: #4BCAC2; }
span { border-color: rgb(75,202,194); }
td.TdClassName
{
border-color: #4BCAC2;
}
.TagClassName
{
border-color: #4BCAC2;
}
</style>