Shades of Medium Turquoise #4ACEB9
Tints of Medium Turquoise #4ACEB9
RGB
CMYK
RGB Variations
Color information
#4ACEB9 (or 0x4ACEB9) is known color: Medium Turquoise. HEX triplet: 4A, CE and B9. RGB value is (74,206,185). Sum of RGB (Red+Green+Blue) = 74+206+185=465 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.91% from 465); Green value is 206 (80.86% from 255 or 44.30% from 465); Blue value is 185 (72.66% from 255 or 39.78% from 465); Max value from RGB is 206 - color contains mainly: green. Hex color #4ACEB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACEB9 is #B53146. Grayscale: #A4A4A4. Windows color (decimal): -11874631 or 12176970. OLE color: 12176970.
HSL color Cylindrical-coordinate representation of color #4ACEB9: hue angle of 170.45º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACEB9 is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 206 | 185 | - |
| CMYK | 0.64 | 0 | 0.10 | 0.19 |
| HSL | 170.45º | 0.57% | 0.55% | - |
| HSV(B) | 170.45º | 0.64% | 0.81% | - |
| XYZ | 33.65 | 49.1 | 53.6 | - |
| YUV | 164.14 | 139.77 | 63.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 206 | 185 | 0.64 | 0 | 0.10 | 0.19 | 170.45 | 0.57 | 0.55 |
| Hex | 4A | CE | B9 | 40 | 0 | A | 13 | AA | 39 | 37 |
| Octal | 112 | 316 | 271 | 100 | 0 | 12 | 23 | 252 | 71 | 67 |
| Binary | 1001010 | 11001110 | 10111001 | 1000000 | 0 | 1010 | 10011 | 10101010 | 111001 | 110111 |
Color Harmonies of #4ACEB9
Complementary color
Monochromatic Colors of #4ACEB9
Black with #4ACEB9
Text Example
Text Example
White with #4ACEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACEB9; }
p { color: rgb(74,206,185); }
H1.HeaderClassName
{
color: #4ACEB9;
}
.AnyTagClassName
{
color: #4ACEB9;
}
</style>
background-color css
<style>
a { background-color: #4ACEB9; }
a { background-color: rgb(74,206,185); }
div.DivClassName
{
background-color: #4ACEB9;
}
.BgClassName
{
background-color: #4ACEB9;
}
</style>
border-color css
<style>
span { border-color: #4ACEB9; }
span { border-color: rgb(74,206,185); }
td.TdClassName
{
border-color: #4ACEB9;
}
.TagClassName
{
border-color: #4ACEB9;
}
</style>