Shades of Medium Turquoise #4ACEE6
Tints of Medium Turquoise #4ACEE6
RGB
CMYK
RGB Variations
Color information
#4ACEE6 (or 0x4ACEE6) is known color: Medium Turquoise. HEX triplet: 4A, CE and E6. RGB value is (74,206,230). Sum of RGB (Red+Green+Blue) = 74+206+230=510 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.51% from 510); Green value is 206 (80.86% from 255 or 40.39% from 510); Blue value is 230 (90.23% from 255 or 45.10% from 510); Max value from RGB is 230 - color contains mainly: blue. Hex color #4ACEE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ACEE6 is #B53119. Grayscale: #A9A9A9. Windows color (decimal): -11874586 or 15126090. OLE color: 15126090.
HSL color Cylindrical-coordinate representation of color #4ACEE6: hue angle of 189.23º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4ACEE6 is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 74 | 206 | 230 | - |
| CMYK | 0.68 | 0.10 | 0 | 0.10 |
| HSL | 189.23º | 0.76% | 0.6% | - |
| HSV(B) | 189.23º | 0.68% | 0.9% | - |
| XYZ | 39.18 | 51.31 | 82.7 | - |
| YUV | 169.27 | 162.27 | 60.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 206 | 230 | 0.68 | 0.10 | 0 | 0.10 | 189.23 | 0.76 | 0.6 |
| Hex | 4A | CE | E6 | 44 | A | 0 | A | BD | 4C | 3C |
| Octal | 112 | 316 | 346 | 104 | 12 | 0 | 12 | 275 | 114 | 74 |
| Binary | 1001010 | 11001110 | 11100110 | 1000100 | 1010 | 0 | 1010 | 10111101 | 1001100 | 111100 |
Color Harmonies of #4ACEE6
Complementary color
Monochromatic Colors of #4ACEE6
Black with #4ACEE6
Text Example
Text Example
White with #4ACEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACEE6; }
p { color: rgb(74,206,230); }
H1.HeaderClassName
{
color: #4ACEE6;
}
.AnyTagClassName
{
color: #4ACEE6;
}
</style>
background-color css
<style>
a { background-color: #4ACEE6; }
a { background-color: rgb(74,206,230); }
div.DivClassName
{
background-color: #4ACEE6;
}
.BgClassName
{
background-color: #4ACEE6;
}
</style>
border-color css
<style>
span { border-color: #4ACEE6; }
span { border-color: rgb(74,206,230); }
td.TdClassName
{
border-color: #4ACEE6;
}
.TagClassName
{
border-color: #4ACEE6;
}
</style>