Shades of Medium Turquoise #4ACEC9
Tints of Medium Turquoise #4ACEC9
RGB
CMYK
RGB Variations
Color information
#4ACEC9 (or 0x4ACEC9) is known color: Medium Turquoise. HEX triplet: 4A, CE and C9. RGB value is (74,206,201). Sum of RGB (Red+Green+Blue) = 74+206+201=481 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.38% from 481); Green value is 206 (80.86% from 255 or 42.83% from 481); Blue value is 201 (78.91% from 255 or 41.79% from 481); Max value from RGB is 206 - color contains mainly: green. Hex color #4ACEC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACEC9 is #B53136. Grayscale: #A5A5A5. Windows color (decimal): -11874615 or 13225546. OLE color: 13225546.
HSL color Cylindrical-coordinate representation of color #4ACEC9: hue angle of 177.73º 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 #4ACEC9 is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 206 | 201 | - |
| CMYK | 0.64 | 0 | 0.02 | 0.19 |
| HSL | 177.73º | 0.57% | 0.55% | - |
| HSV(B) | 177.73º | 0.64% | 0.81% | - |
| XYZ | 35.44 | 49.82 | 63.01 | - |
| YUV | 165.96 | 147.77 | 62.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 206 | 201 | 0.64 | 0 | 0.02 | 0.19 | 177.73 | 0.57 | 0.55 |
| Hex | 4A | CE | C9 | 40 | 0 | 2 | 13 | B2 | 39 | 37 |
| Octal | 112 | 316 | 311 | 100 | 0 | 2 | 23 | 262 | 71 | 67 |
| Binary | 1001010 | 11001110 | 11001001 | 1000000 | 0 | 10 | 10011 | 10110010 | 111001 | 110111 |
Color Harmonies of #4ACEC9
Complementary color
Monochromatic Colors of #4ACEC9
Black with #4ACEC9
Text Example
Text Example
White with #4ACEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACEC9; }
p { color: rgb(74,206,201); }
H1.HeaderClassName
{
color: #4ACEC9;
}
.AnyTagClassName
{
color: #4ACEC9;
}
</style>
background-color css
<style>
a { background-color: #4ACEC9; }
a { background-color: rgb(74,206,201); }
div.DivClassName
{
background-color: #4ACEC9;
}
.BgClassName
{
background-color: #4ACEC9;
}
</style>
border-color css
<style>
span { border-color: #4ACEC9; }
span { border-color: rgb(74,206,201); }
td.TdClassName
{
border-color: #4ACEC9;
}
.TagClassName
{
border-color: #4ACEC9;
}
</style>