Shades of Medium Turquoise #4AD1BD
Tints of Medium Turquoise #4AD1BD
RGB
CMYK
RGB Variations
Color information
#4AD1BD (or 0x4AD1BD) is known color: Medium Turquoise. HEX triplet: 4A, D1 and BD. RGB value is (74,209,189). Sum of RGB (Red+Green+Blue) = 74+209+189=472 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.68% from 472); Green value is 209 (82.03% from 255 or 44.28% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 209 - color contains mainly: green. Hex color #4AD1BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AD1BD is #B52E42. Grayscale: #A6A6A6. Windows color (decimal): -11873859 or 12439882. OLE color: 12439882.
HSL color Cylindrical-coordinate representation of color #4AD1BD: hue angle of 171.11º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD1BD is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 209 | 189 | - |
| CMYK | 0.65 | 0 | 0.10 | 0.18 |
| HSL | 171.11º | 0.59% | 0.55% | - |
| HSV(B) | 171.11º | 0.65% | 0.82% | - |
| XYZ | 34.81 | 50.73 | 56.1 | - |
| YUV | 166.36 | 140.77 | 62.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 209 | 189 | 0.65 | 0 | 0.10 | 0.18 | 171.11 | 0.59 | 0.55 |
| Hex | 4A | D1 | BD | 41 | 0 | A | 12 | AB | 3B | 37 |
| Octal | 112 | 321 | 275 | 101 | 0 | 12 | 22 | 253 | 73 | 67 |
| Binary | 1001010 | 11010001 | 10111101 | 1000001 | 0 | 1010 | 10010 | 10101011 | 111011 | 110111 |
Color Harmonies of #4AD1BD
Complementary color
Monochromatic Colors of #4AD1BD
Black with #4AD1BD
Text Example
Text Example
White with #4AD1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD1BD; }
p { color: rgb(74,209,189); }
H1.HeaderClassName
{
color: #4AD1BD;
}
.AnyTagClassName
{
color: #4AD1BD;
}
</style>
background-color css
<style>
a { background-color: #4AD1BD; }
a { background-color: rgb(74,209,189); }
div.DivClassName
{
background-color: #4AD1BD;
}
.BgClassName
{
background-color: #4AD1BD;
}
</style>
border-color css
<style>
span { border-color: #4AD1BD; }
span { border-color: rgb(74,209,189); }
td.TdClassName
{
border-color: #4AD1BD;
}
.TagClassName
{
border-color: #4AD1BD;
}
</style>