Shades of Medium Turquoise #4ACDBA
Tints of Medium Turquoise #4ACDBA
RGB
CMYK
RGB Variations
Color information
#4ACDBA (or 0x4ACDBA) is known color: Medium Turquoise. HEX triplet: 4A, CD and BA. RGB value is (74,205,186). Sum of RGB (Red+Green+Blue) = 74+205+186=465 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.91% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 205 - color contains mainly: green. Hex color #4ACDBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACDBA is #B53245. Grayscale: #A3A3A3. Windows color (decimal): -11874886 or 12242250. OLE color: 12242250.
HSL color Cylindrical-coordinate representation of color #4ACDBA: hue angle of 171.3º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACDBA is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 205 | 186 | - |
| CMYK | 0.64 | 0 | 0.09 | 0.20 |
| HSL | 171.3º | 0.57% | 0.55% | - |
| HSV(B) | 171.3º | 0.64% | 0.8% | - |
| XYZ | 33.52 | 48.66 | 54.08 | - |
| YUV | 163.67 | 140.6 | 64.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 205 | 186 | 0.64 | 0 | 0.09 | 0.20 | 171.3 | 0.57 | 0.55 |
| Hex | 4A | CD | BA | 40 | 0 | 9 | 14 | AB | 39 | 37 |
| Octal | 112 | 315 | 272 | 100 | 0 | 11 | 24 | 253 | 71 | 67 |
| Binary | 1001010 | 11001101 | 10111010 | 1000000 | 0 | 1001 | 10100 | 10101011 | 111001 | 110111 |
Color Harmonies of #4ACDBA
Complementary color
Monochromatic Colors of #4ACDBA
Black with #4ACDBA
Text Example
Text Example
White with #4ACDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACDBA; }
p { color: rgb(74,205,186); }
H1.HeaderClassName
{
color: #4ACDBA;
}
.AnyTagClassName
{
color: #4ACDBA;
}
</style>
background-color css
<style>
a { background-color: #4ACDBA; }
a { background-color: rgb(74,205,186); }
div.DivClassName
{
background-color: #4ACDBA;
}
.BgClassName
{
background-color: #4ACDBA;
}
</style>
border-color css
<style>
span { border-color: #4ACDBA; }
span { border-color: rgb(74,205,186); }
td.TdClassName
{
border-color: #4ACDBA;
}
.TagClassName
{
border-color: #4ACDBA;
}
</style>