Shades of Medium Turquoise #4ACCCA
Tints of Medium Turquoise #4ACCCA
RGB
CMYK
RGB Variations
Color information
#4ACCCA (or 0x4ACCCA) is known color: Medium Turquoise. HEX triplet: 4A, CC and CA. RGB value is (74,204,202). Sum of RGB (Red+Green+Blue) = 74+204+202=480 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.42% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 204 - color contains mainly: green. Hex color #4ACCCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACCCA is #B53335. Grayscale: #A4A4A4. Windows color (decimal): -11875126 or 13290570. OLE color: 13290570.
HSL color Cylindrical-coordinate representation of color #4ACCCA: hue angle of 179.08º 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 #4ACCCA is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 74 | 204 | 202 | - |
| CMYK | 0.64 | 0 | 0.01 | 0.2 |
| HSL | 179.08º | 0.56% | 0.55% | - |
| HSV(B) | 179.08º | 0.64% | 0.8% | - |
| XYZ | 35.08 | 48.91 | 63.47 | - |
| YUV | 164.9 | 148.93 | 63.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 204 | 202 | 0.64 | 0 | 0.01 | 0.2 | 179.08 | 0.56 | 0.55 |
| Hex | 4A | CC | CA | 40 | 0 | 1 | 14 | B3 | 38 | 37 |
| Octal | 112 | 314 | 312 | 100 | 0 | 1 | 24 | 263 | 70 | 67 |
| Binary | 1001010 | 11001100 | 11001010 | 1000000 | 0 | 1 | 10100 | 10110011 | 111000 | 110111 |
Color Harmonies of #4ACCCA
Complementary color
Monochromatic Colors of #4ACCCA
Black with #4ACCCA
Text Example
Text Example
White with #4ACCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACCCA; }
p { color: rgb(74,204,202); }
H1.HeaderClassName
{
color: #4ACCCA;
}
.AnyTagClassName
{
color: #4ACCCA;
}
</style>
background-color css
<style>
a { background-color: #4ACCCA; }
a { background-color: rgb(74,204,202); }
div.DivClassName
{
background-color: #4ACCCA;
}
.BgClassName
{
background-color: #4ACCCA;
}
</style>
border-color css
<style>
span { border-color: #4ACCCA; }
span { border-color: rgb(74,204,202); }
td.TdClassName
{
border-color: #4ACCCA;
}
.TagClassName
{
border-color: #4ACCCA;
}
</style>