Shades of Medium Turquoise #4AC2BF
Tints of Medium Turquoise #4AC2BF
RGB
CMYK
RGB Variations
Color information
#4AC2BF (or 0x4AC2BF) is known color: Medium Turquoise. HEX triplet: 4A, C2 and BF. RGB value is (74,194,191). Sum of RGB (Red+Green+Blue) = 74+194+191=459 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.12% from 459); Green value is 194 (76.17% from 255 or 42.27% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 194 - color contains mainly: green. Hex color #4AC2BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AC2BF is #B53D40. Grayscale: #9D9D9D. Windows color (decimal): -11877697 or 12567114. OLE color: 12567114.
HSL color Cylindrical-coordinate representation of color #4AC2BF: hue angle of 178.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 #4AC2BF is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 194 | 191 | - |
| CMYK | 0.62 | 0 | 0.02 | 0.24 |
| HSL | 178.5º | 0.5% | 0.53% | - |
| HSV(B) | 178.5º | 0.62% | 0.76% | - |
| XYZ | 31.52 | 43.8 | 56.08 | - |
| YUV | 157.78 | 146.74 | 68.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 194 | 191 | 0.62 | 0 | 0.02 | 0.24 | 178.5 | 0.5 | 0.53 |
| Hex | 4A | C2 | BF | 3E | 0 | 2 | 18 | B2 | 32 | 35 |
| Octal | 112 | 302 | 277 | 76 | 0 | 2 | 30 | 262 | 62 | 65 |
| Binary | 1001010 | 11000010 | 10111111 | 111110 | 0 | 10 | 11000 | 10110010 | 110010 | 110101 |
Color Harmonies of #4AC2BF
Complementary color
Monochromatic Colors of #4AC2BF
Black with #4AC2BF
Text Example
Text Example
White with #4AC2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC2BF; }
p { color: rgb(74,194,191); }
H1.HeaderClassName
{
color: #4AC2BF;
}
.AnyTagClassName
{
color: #4AC2BF;
}
</style>
background-color css
<style>
a { background-color: #4AC2BF; }
a { background-color: rgb(74,194,191); }
div.DivClassName
{
background-color: #4AC2BF;
}
.BgClassName
{
background-color: #4AC2BF;
}
</style>
border-color css
<style>
span { border-color: #4AC2BF; }
span { border-color: rgb(74,194,191); }
td.TdClassName
{
border-color: #4AC2BF;
}
.TagClassName
{
border-color: #4AC2BF;
}
</style>