Shades of Medium Turquoise #4AC2B9
Tints of Medium Turquoise #4AC2B9
RGB
CMYK
RGB Variations
Color information
#4AC2B9 (or 0x4AC2B9) is known color: Medium Turquoise. HEX triplet: 4A, C2 and B9. RGB value is (74,194,185). Sum of RGB (Red+Green+Blue) = 74+194+185=453 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.34% from 453); Green value is 194 (76.17% from 255 or 42.83% from 453); Blue value is 185 (72.66% from 255 or 40.84% from 453); Max value from RGB is 194 - color contains mainly: green. Hex color #4AC2B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AC2B9 is #B53D46. Grayscale: #9D9D9D. Windows color (decimal): -11877703 or 12173898. OLE color: 12173898.
HSL color Cylindrical-coordinate representation of color #4AC2B9: hue angle of 175.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4AC2B9 is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 194 | 185 | - |
| CMYK | 0.62 | 0 | 0.05 | 0.24 |
| HSL | 175.5º | 0.5% | 0.53% | - |
| HSV(B) | 175.5º | 0.62% | 0.76% | - |
| XYZ | 30.87 | 43.54 | 52.68 | - |
| YUV | 157.09 | 143.74 | 68.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 194 | 185 | 0.62 | 0 | 0.05 | 0.24 | 175.5 | 0.5 | 0.53 |
| Hex | 4A | C2 | B9 | 3E | 0 | 5 | 18 | B0 | 32 | 35 |
| Octal | 112 | 302 | 271 | 76 | 0 | 5 | 30 | 260 | 62 | 65 |
| Binary | 1001010 | 11000010 | 10111001 | 111110 | 0 | 101 | 11000 | 10110000 | 110010 | 110101 |
Color Harmonies of #4AC2B9
Complementary color
Monochromatic Colors of #4AC2B9
Black with #4AC2B9
Text Example
Text Example
White with #4AC2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC2B9; }
p { color: rgb(74,194,185); }
H1.HeaderClassName
{
color: #4AC2B9;
}
.AnyTagClassName
{
color: #4AC2B9;
}
</style>
background-color css
<style>
a { background-color: #4AC2B9; }
a { background-color: rgb(74,194,185); }
div.DivClassName
{
background-color: #4AC2B9;
}
.BgClassName
{
background-color: #4AC2B9;
}
</style>
border-color css
<style>
span { border-color: #4AC2B9; }
span { border-color: rgb(74,194,185); }
td.TdClassName
{
border-color: #4AC2B9;
}
.TagClassName
{
border-color: #4AC2B9;
}
</style>