Shades of Medium Turquoise #4ACAC0
Tints of Medium Turquoise #4ACAC0
RGB
CMYK
RGB Variations
Color information
#4ACAC0 (or 0x4ACAC0) is known color: Medium Turquoise. HEX triplet: 4A, CA and C0. RGB value is (74,202,192). Sum of RGB (Red+Green+Blue) = 74+202+192=468 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.81% from 468); Green value is 202 (79.30% from 255 or 43.16% from 468); Blue value is 192 (75.39% from 255 or 41.03% from 468); Max value from RGB is 202 - color contains mainly: green. Hex color #4ACAC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACAC0 is #B5353F. Grayscale: #A2A2A2. Windows color (decimal): -11875648 or 12634698. OLE color: 12634698.
HSL color Cylindrical-coordinate representation of color #4ACAC0: hue angle of 175.31º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4ACAC0 is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 74 | 202 | 192 | - |
| CMYK | 0.63 | 0 | 0.05 | 0.21 |
| HSL | 175.31º | 0.55% | 0.54% | - |
| HSV(B) | 175.31º | 0.63% | 0.79% | - |
| XYZ | 33.46 | 47.5 | 57.27 | - |
| YUV | 162.59 | 144.59 | 64.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 202 | 192 | 0.63 | 0 | 0.05 | 0.21 | 175.31 | 0.55 | 0.54 |
| Hex | 4A | CA | C0 | 3F | 0 | 5 | 15 | AF | 37 | 36 |
| Octal | 112 | 312 | 300 | 77 | 0 | 5 | 25 | 257 | 67 | 66 |
| Binary | 1001010 | 11001010 | 11000000 | 111111 | 0 | 101 | 10101 | 10101111 | 110111 | 110110 |
Color Harmonies of #4ACAC0
Complementary color
Monochromatic Colors of #4ACAC0
Black with #4ACAC0
Text Example
Text Example
White with #4ACAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACAC0; }
p { color: rgb(74,202,192); }
H1.HeaderClassName
{
color: #4ACAC0;
}
.AnyTagClassName
{
color: #4ACAC0;
}
</style>
background-color css
<style>
a { background-color: #4ACAC0; }
a { background-color: rgb(74,202,192); }
div.DivClassName
{
background-color: #4ACAC0;
}
.BgClassName
{
background-color: #4ACAC0;
}
</style>
border-color css
<style>
span { border-color: #4ACAC0; }
span { border-color: rgb(74,202,192); }
td.TdClassName
{
border-color: #4ACAC0;
}
.TagClassName
{
border-color: #4ACAC0;
}
</style>