Shades of Medium Turquoise #4AC6CA
Tints of Medium Turquoise #4AC6CA
RGB
CMYK
RGB Variations
Color information
#4AC6CA (or 0x4AC6CA) is known color: Medium Turquoise. HEX triplet: 4A, C6 and CA. RGB value is (74,198,202). Sum of RGB (Red+Green+Blue) = 74+198+202=474 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.61% from 474); Green value is 198 (77.73% from 255 or 41.77% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #4AC6CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AC6CA is #B53935. Grayscale: #A1A1A1. Windows color (decimal): -11876662 or 13289034. OLE color: 13289034.
HSL color Cylindrical-coordinate representation of color #4AC6CA: hue angle of 181.88º 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 #4AC6CA is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 74 | 198 | 202 | - |
| CMYK | 0.63 | 0.02 | 0 | 0.21 |
| HSL | 181.88º | 0.55% | 0.54% | - |
| HSV(B) | 181.88º | 0.63% | 0.79% | - |
| XYZ | 33.68 | 46.11 | 63 | - |
| YUV | 161.38 | 150.92 | 65.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 198 | 202 | 0.63 | 0.02 | 0 | 0.21 | 181.88 | 0.55 | 0.54 |
| Hex | 4A | C6 | CA | 3F | 2 | 0 | 15 | B6 | 37 | 36 |
| Octal | 112 | 306 | 312 | 77 | 2 | 0 | 25 | 266 | 67 | 66 |
| Binary | 1001010 | 11000110 | 11001010 | 111111 | 10 | 0 | 10101 | 10110110 | 110111 | 110110 |
Color Harmonies of #4AC6CA
Complementary color
Monochromatic Colors of #4AC6CA
Black with #4AC6CA
Text Example
Text Example
White with #4AC6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC6CA; }
p { color: rgb(74,198,202); }
H1.HeaderClassName
{
color: #4AC6CA;
}
.AnyTagClassName
{
color: #4AC6CA;
}
</style>
background-color css
<style>
a { background-color: #4AC6CA; }
a { background-color: rgb(74,198,202); }
div.DivClassName
{
background-color: #4AC6CA;
}
.BgClassName
{
background-color: #4AC6CA;
}
</style>
border-color css
<style>
span { border-color: #4AC6CA; }
span { border-color: rgb(74,198,202); }
td.TdClassName
{
border-color: #4AC6CA;
}
.TagClassName
{
border-color: #4AC6CA;
}
</style>