Shades of Medium Turquoise #4ACABD
Tints of Medium Turquoise #4ACABD
RGB
CMYK
RGB Variations
Color information
#4ACABD (or 0x4ACABD) is known color: Medium Turquoise. HEX triplet: 4A, CA and BD. RGB value is (74,202,189). Sum of RGB (Red+Green+Blue) = 74+202+189=465 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.91% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 202 - color contains mainly: green. Hex color #4ACABD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACABD is #B53542. Grayscale: #A2A2A2. Windows color (decimal): -11875651 or 12438090. OLE color: 12438090.
HSL color Cylindrical-coordinate representation of color #4ACABD: hue angle of 173.91º 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 #4ACABD is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 74 | 202 | 189 | - |
| CMYK | 0.63 | 0 | 0.06 | 0.21 |
| HSL | 173.91º | 0.55% | 0.54% | - |
| HSV(B) | 173.91º | 0.63% | 0.79% | - |
| XYZ | 33.13 | 47.37 | 55.54 | - |
| YUV | 162.25 | 143.09 | 65.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 202 | 189 | 0.63 | 0 | 0.06 | 0.21 | 173.91 | 0.55 | 0.54 |
| Hex | 4A | CA | BD | 3F | 0 | 6 | 15 | AE | 37 | 36 |
| Octal | 112 | 312 | 275 | 77 | 0 | 6 | 25 | 256 | 67 | 66 |
| Binary | 1001010 | 11001010 | 10111101 | 111111 | 0 | 110 | 10101 | 10101110 | 110111 | 110110 |
Color Harmonies of #4ACABD
Complementary color
Monochromatic Colors of #4ACABD
Black with #4ACABD
Text Example
Text Example
White with #4ACABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACABD; }
p { color: rgb(74,202,189); }
H1.HeaderClassName
{
color: #4ACABD;
}
.AnyTagClassName
{
color: #4ACABD;
}
</style>
background-color css
<style>
a { background-color: #4ACABD; }
a { background-color: rgb(74,202,189); }
div.DivClassName
{
background-color: #4ACABD;
}
.BgClassName
{
background-color: #4ACABD;
}
</style>
border-color css
<style>
span { border-color: #4ACABD; }
span { border-color: rgb(74,202,189); }
td.TdClassName
{
border-color: #4ACABD;
}
.TagClassName
{
border-color: #4ACABD;
}
</style>