Shades of Medium Turquoise #4ACACC
Tints of Medium Turquoise #4ACACC
RGB
CMYK
RGB Variations
Color information
#4ACACC (or 0x4ACACC) is known color: Medium Turquoise. HEX triplet: 4A, CA and CC. RGB value is (74,202,204). Sum of RGB (Red+Green+Blue) = 74+202+204=480 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.42% from 480); Green value is 202 (79.30% from 255 or 42.08% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #4ACACC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACACC is #B53533. Grayscale: #A3A3A3. Windows color (decimal): -11875636 or 13421130. OLE color: 13421130.
HSL color Cylindrical-coordinate representation of color #4ACACC: hue angle of 180.92º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACACC is Cyan = 0.64, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 74 | 202 | 204 | - |
| CMYK | 0.64 | 0.01 | 0 | 0.2 |
| HSL | 180.92º | 0.56% | 0.55% | - |
| HSV(B) | 180.92º | 0.64% | 0.8% | - |
| XYZ | 34.84 | 48.06 | 64.57 | - |
| YUV | 163.96 | 150.59 | 63.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 202 | 204 | 0.64 | 0.01 | 0 | 0.2 | 180.92 | 0.56 | 0.55 |
| Hex | 4A | CA | CC | 40 | 1 | 0 | 14 | B5 | 38 | 37 |
| Octal | 112 | 312 | 314 | 100 | 1 | 0 | 24 | 265 | 70 | 67 |
| Binary | 1001010 | 11001010 | 11001100 | 1000000 | 1 | 0 | 10100 | 10110101 | 111000 | 110111 |
Color Harmonies of #4ACACC
Complementary color
Monochromatic Colors of #4ACACC
Black with #4ACACC
Text Example
Text Example
White with #4ACACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACACC; }
p { color: rgb(74,202,204); }
H1.HeaderClassName
{
color: #4ACACC;
}
.AnyTagClassName
{
color: #4ACACC;
}
</style>
background-color css
<style>
a { background-color: #4ACACC; }
a { background-color: rgb(74,202,204); }
div.DivClassName
{
background-color: #4ACACC;
}
.BgClassName
{
background-color: #4ACACC;
}
</style>
border-color css
<style>
span { border-color: #4ACACC; }
span { border-color: rgb(74,202,204); }
td.TdClassName
{
border-color: #4ACACC;
}
.TagClassName
{
border-color: #4ACACC;
}
</style>