Shades of Medium Turquoise #4ACABB
Tints of Medium Turquoise #4ACABB
RGB
CMYK
RGB Variations
Color information
#4ACABB (or 0x4ACABB) is known color: Medium Turquoise. HEX triplet: 4A, CA and BB. RGB value is (74,202,187). Sum of RGB (Red+Green+Blue) = 74+202+187=463 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.98% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 202 - color contains mainly: green. Hex color #4ACABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACABB is #B53544. Grayscale: #A1A1A1. Windows color (decimal): -11875653 or 12307018. OLE color: 12307018.
HSL color Cylindrical-coordinate representation of color #4ACABB: hue angle of 172.97º 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 #4ACABB is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 74 | 202 | 187 | - |
| CMYK | 0.63 | 0 | 0.07 | 0.21 |
| HSL | 172.97º | 0.55% | 0.54% | - |
| HSV(B) | 172.97º | 0.63% | 0.79% | - |
| XYZ | 32.91 | 47.28 | 54.41 | - |
| YUV | 162.02 | 142.09 | 65.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 202 | 187 | 0.63 | 0 | 0.07 | 0.21 | 172.97 | 0.55 | 0.54 |
| Hex | 4A | CA | BB | 3F | 0 | 7 | 15 | AD | 37 | 36 |
| Octal | 112 | 312 | 273 | 77 | 0 | 7 | 25 | 255 | 67 | 66 |
| Binary | 1001010 | 11001010 | 10111011 | 111111 | 0 | 111 | 10101 | 10101101 | 110111 | 110110 |
Color Harmonies of #4ACABB
Complementary color
Monochromatic Colors of #4ACABB
Black with #4ACABB
Text Example
Text Example
White with #4ACABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACABB; }
p { color: rgb(74,202,187); }
H1.HeaderClassName
{
color: #4ACABB;
}
.AnyTagClassName
{
color: #4ACABB;
}
</style>
background-color css
<style>
a { background-color: #4ACABB; }
a { background-color: rgb(74,202,187); }
div.DivClassName
{
background-color: #4ACABB;
}
.BgClassName
{
background-color: #4ACABB;
}
</style>
border-color css
<style>
span { border-color: #4ACABB; }
span { border-color: rgb(74,202,187); }
td.TdClassName
{
border-color: #4ACABB;
}
.TagClassName
{
border-color: #4ACABB;
}
</style>