Shades of Medium Turquoise #4ACADC
Tints of Medium Turquoise #4ACADC
RGB
CMYK
RGB Variations
Color information
#4ACADC (or 0x4ACADC) is known color: Medium Turquoise. HEX triplet: 4A, CA and DC. RGB value is (74,202,220). Sum of RGB (Red+Green+Blue) = 74+202+220=496 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.92% from 496); Green value is 202 (79.30% from 255 or 40.73% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #4ACADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACADC is #B53523. Grayscale: #A5A5A5. Windows color (decimal): -11875620 or 14469706. OLE color: 14469706.
HSL color Cylindrical-coordinate representation of color #4ACADC: hue angle of 187.4º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ACADC is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 202 | 220 | - |
| CMYK | 0.66 | 0.08 | 0 | 0.14 |
| HSL | 187.4º | 0.68% | 0.58% | - |
| HSV(B) | 187.4º | 0.66% | 0.86% | - |
| XYZ | 36.86 | 48.86 | 75.2 | - |
| YUV | 165.78 | 158.59 | 62.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 202 | 220 | 0.66 | 0.08 | 0 | 0.14 | 187.4 | 0.68 | 0.58 |
| Hex | 4A | CA | DC | 42 | 8 | 0 | E | BB | 44 | 3A |
| Octal | 112 | 312 | 334 | 102 | 10 | 0 | 16 | 273 | 104 | 72 |
| Binary | 1001010 | 11001010 | 11011100 | 1000010 | 1000 | 0 | 1110 | 10111011 | 1000100 | 111010 |
Color Harmonies of #4ACADC
Complementary color
Monochromatic Colors of #4ACADC
Black with #4ACADC
Text Example
Text Example
White with #4ACADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACADC; }
p { color: rgb(74,202,220); }
H1.HeaderClassName
{
color: #4ACADC;
}
.AnyTagClassName
{
color: #4ACADC;
}
</style>
background-color css
<style>
a { background-color: #4ACADC; }
a { background-color: rgb(74,202,220); }
div.DivClassName
{
background-color: #4ACADC;
}
.BgClassName
{
background-color: #4ACADC;
}
</style>
border-color css
<style>
span { border-color: #4ACADC; }
span { border-color: rgb(74,202,220); }
td.TdClassName
{
border-color: #4ACADC;
}
.TagClassName
{
border-color: #4ACADC;
}
</style>