Shades of Medium Turquoise #4ACEEA
Tints of Medium Turquoise #4ACEEA
RGB
CMYK
RGB Variations
Color information
#4ACEEA (or 0x4ACEEA) is known color: Medium Turquoise. HEX triplet: 4A, CE and EA. RGB value is (74,206,234). Sum of RGB (Red+Green+Blue) = 74+206+234=514 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.40% from 514); Green value is 206 (80.86% from 255 or 40.08% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #4ACEEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ACEEA is #B53115. Grayscale: #A9A9A9. Windows color (decimal): -11874582 or 15388234. OLE color: 15388234.
HSL color Cylindrical-coordinate representation of color #4ACEEA: hue angle of 190.5º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4ACEEA is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 74 | 206 | 234 | - |
| CMYK | 0.68 | 0.12 | 0 | 0.08 |
| HSL | 190.5º | 0.79% | 0.6% | - |
| HSV(B) | 190.5º | 0.68% | 0.92% | - |
| XYZ | 39.75 | 51.54 | 85.7 | - |
| YUV | 169.72 | 164.27 | 59.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 206 | 234 | 0.68 | 0.12 | 0 | 0.08 | 190.5 | 0.79 | 0.6 |
| Hex | 4A | CE | EA | 44 | C | 0 | 8 | BE | 4F | 3C |
| Octal | 112 | 316 | 352 | 104 | 14 | 0 | 10 | 276 | 117 | 74 |
| Binary | 1001010 | 11001110 | 11101010 | 1000100 | 1100 | 0 | 1000 | 10111110 | 1001111 | 111100 |
Color Harmonies of #4ACEEA
Complementary color
Monochromatic Colors of #4ACEEA
Black with #4ACEEA
Text Example
Text Example
White with #4ACEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACEEA; }
p { color: rgb(74,206,234); }
H1.HeaderClassName
{
color: #4ACEEA;
}
.AnyTagClassName
{
color: #4ACEEA;
}
</style>
background-color css
<style>
a { background-color: #4ACEEA; }
a { background-color: rgb(74,206,234); }
div.DivClassName
{
background-color: #4ACEEA;
}
.BgClassName
{
background-color: #4ACEEA;
}
</style>
border-color css
<style>
span { border-color: #4ACEEA; }
span { border-color: rgb(74,206,234); }
td.TdClassName
{
border-color: #4ACEEA;
}
.TagClassName
{
border-color: #4ACEEA;
}
</style>