Shades of Medium Turquoise #4ACEDC
Tints of Medium Turquoise #4ACEDC
RGB
CMYK
RGB Variations
Color information
#4ACEDC (or 0x4ACEDC) is known color: Medium Turquoise. HEX triplet: 4A, CE and DC. RGB value is (74,206,220). Sum of RGB (Red+Green+Blue) = 74+206+220=500 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.8% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #4ACEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACEDC is #B53123. Grayscale: #A7A7A7. Windows color (decimal): -11874596 or 14470730. OLE color: 14470730.
HSL color Cylindrical-coordinate representation of color #4ACEDC: hue angle of 185.75º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ACEDC is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 206 | 220 | - |
| CMYK | 0.66 | 0.06 | 0 | 0.14 |
| HSL | 185.75º | 0.68% | 0.58% | - |
| HSV(B) | 185.75º | 0.66% | 0.86% | - |
| XYZ | 37.81 | 50.77 | 75.52 | - |
| YUV | 168.13 | 157.27 | 60.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 206 | 220 | 0.66 | 0.06 | 0 | 0.14 | 185.75 | 0.68 | 0.58 |
| Hex | 4A | CE | DC | 42 | 6 | 0 | E | BA | 44 | 3A |
| Octal | 112 | 316 | 334 | 102 | 6 | 0 | 16 | 272 | 104 | 72 |
| Binary | 1001010 | 11001110 | 11011100 | 1000010 | 110 | 0 | 1110 | 10111010 | 1000100 | 111010 |
Color Harmonies of #4ACEDC
Complementary color
Monochromatic Colors of #4ACEDC
Black with #4ACEDC
Text Example
Text Example
White with #4ACEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACEDC; }
p { color: rgb(74,206,220); }
H1.HeaderClassName
{
color: #4ACEDC;
}
.AnyTagClassName
{
color: #4ACEDC;
}
</style>
background-color css
<style>
a { background-color: #4ACEDC; }
a { background-color: rgb(74,206,220); }
div.DivClassName
{
background-color: #4ACEDC;
}
.BgClassName
{
background-color: #4ACEDC;
}
</style>
border-color css
<style>
span { border-color: #4ACEDC; }
span { border-color: rgb(74,206,220); }
td.TdClassName
{
border-color: #4ACEDC;
}
.TagClassName
{
border-color: #4ACEDC;
}
</style>