Shades of Medium Turquoise #4ACAC4
Tints of Medium Turquoise #4ACAC4
RGB
CMYK
RGB Variations
Color information
#4ACAC4 (or 0x4ACAC4) is known color: Medium Turquoise. HEX triplet: 4A, CA and C4. RGB value is (74,202,196). Sum of RGB (Red+Green+Blue) = 74+202+196=472 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.68% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 196 (76.95% from 255 or 41.53% from 472); Max value from RGB is 202 - color contains mainly: green. Hex color #4ACAC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACAC4 is #B5353B. Grayscale: #A2A2A2. Windows color (decimal): -11875644 or 12896842. OLE color: 12896842.
HSL color Cylindrical-coordinate representation of color #4ACAC4: hue angle of 177.19º 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 #4ACAC4 is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 74 | 202 | 196 | - |
| CMYK | 0.63 | 0 | 0.03 | 0.21 |
| HSL | 177.19º | 0.55% | 0.54% | - |
| HSV(B) | 177.19º | 0.63% | 0.79% | - |
| XYZ | 33.91 | 47.68 | 59.64 | - |
| YUV | 163.04 | 146.59 | 64.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 202 | 196 | 0.63 | 0 | 0.03 | 0.21 | 177.19 | 0.55 | 0.54 |
| Hex | 4A | CA | C4 | 3F | 0 | 3 | 15 | B1 | 37 | 36 |
| Octal | 112 | 312 | 304 | 77 | 0 | 3 | 25 | 261 | 67 | 66 |
| Binary | 1001010 | 11001010 | 11000100 | 111111 | 0 | 11 | 10101 | 10110001 | 110111 | 110110 |
Color Harmonies of #4ACAC4
Complementary color
Monochromatic Colors of #4ACAC4
Black with #4ACAC4
Text Example
Text Example
White with #4ACAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACAC4; }
p { color: rgb(74,202,196); }
H1.HeaderClassName
{
color: #4ACAC4;
}
.AnyTagClassName
{
color: #4ACAC4;
}
</style>
background-color css
<style>
a { background-color: #4ACAC4; }
a { background-color: rgb(74,202,196); }
div.DivClassName
{
background-color: #4ACAC4;
}
.BgClassName
{
background-color: #4ACAC4;
}
</style>
border-color css
<style>
span { border-color: #4ACAC4; }
span { border-color: rgb(74,202,196); }
td.TdClassName
{
border-color: #4ACAC4;
}
.TagClassName
{
border-color: #4ACAC4;
}
</style>