Shades of Medium Turquoise #4ACEC1
Tints of Medium Turquoise #4ACEC1
RGB
CMYK
RGB Variations
Color information
#4ACEC1 (or 0x4ACEC1) is known color: Medium Turquoise. HEX triplet: 4A, CE and C1. RGB value is (74,206,193). Sum of RGB (Red+Green+Blue) = 74+206+193=473 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.64% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 193 (75.78% from 255 or 40.80% from 473); Max value from RGB is 206 - color contains mainly: green. Hex color #4ACEC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACEC1 is #B5313E. Grayscale: #A4A4A4. Windows color (decimal): -11874623 or 12701258. OLE color: 12701258.
HSL color Cylindrical-coordinate representation of color #4ACEC1: hue angle of 174.09º 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 #4ACEC1 is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 206 | 193 | - |
| CMYK | 0.64 | 0 | 0.06 | 0.19 |
| HSL | 174.09º | 0.57% | 0.55% | - |
| HSV(B) | 174.09º | 0.64% | 0.81% | - |
| XYZ | 34.52 | 49.45 | 58.18 | - |
| YUV | 165.05 | 143.77 | 63.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 206 | 193 | 0.64 | 0 | 0.06 | 0.19 | 174.09 | 0.57 | 0.55 |
| Hex | 4A | CE | C1 | 40 | 0 | 6 | 13 | AE | 39 | 37 |
| Octal | 112 | 316 | 301 | 100 | 0 | 6 | 23 | 256 | 71 | 67 |
| Binary | 1001010 | 11001110 | 11000001 | 1000000 | 0 | 110 | 10011 | 10101110 | 111001 | 110111 |
Color Harmonies of #4ACEC1
Complementary color
Monochromatic Colors of #4ACEC1
Black with #4ACEC1
Text Example
Text Example
White with #4ACEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACEC1; }
p { color: rgb(74,206,193); }
H1.HeaderClassName
{
color: #4ACEC1;
}
.AnyTagClassName
{
color: #4ACEC1;
}
</style>
background-color css
<style>
a { background-color: #4ACEC1; }
a { background-color: rgb(74,206,193); }
div.DivClassName
{
background-color: #4ACEC1;
}
.BgClassName
{
background-color: #4ACEC1;
}
</style>
border-color css
<style>
span { border-color: #4ACEC1; }
span { border-color: rgb(74,206,193); }
td.TdClassName
{
border-color: #4ACEC1;
}
.TagClassName
{
border-color: #4ACEC1;
}
</style>