Shades of Medium Turquoise #4AD1B5
Tints of Medium Turquoise #4AD1B5
RGB
CMYK
RGB Variations
Color information
#4AD1B5 (or 0x4AD1B5) is known color: Medium Turquoise. HEX triplet: 4A, D1 and B5. RGB value is (74,209,181). Sum of RGB (Red+Green+Blue) = 74+209+181=464 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.95% from 464); Green value is 209 (82.03% from 255 or 45.04% from 464); Blue value is 181 (71.09% from 255 or 39.01% from 464); Max value from RGB is 209 - color contains mainly: green. Hex color #4AD1B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AD1B5 is #B52E4A. Grayscale: #A5A5A5. Windows color (decimal): -11873867 or 11915594. OLE color: 11915594.
HSL color Cylindrical-coordinate representation of color #4AD1B5: hue angle of 167.56º 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 #4AD1B5 is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 209 | 181 | - |
| CMYK | 0.65 | 0 | 0.13 | 0.18 |
| HSL | 167.56º | 0.59% | 0.55% | - |
| HSV(B) | 167.56º | 0.65% | 0.82% | - |
| XYZ | 33.97 | 50.39 | 51.65 | - |
| YUV | 165.44 | 136.77 | 62.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 209 | 181 | 0.65 | 0 | 0.13 | 0.18 | 167.56 | 0.59 | 0.55 |
| Hex | 4A | D1 | B5 | 41 | 0 | D | 12 | A8 | 3B | 37 |
| Octal | 112 | 321 | 265 | 101 | 0 | 15 | 22 | 250 | 73 | 67 |
| Binary | 1001010 | 11010001 | 10110101 | 1000001 | 0 | 1101 | 10010 | 10101000 | 111011 | 110111 |
Color Harmonies of #4AD1B5
Complementary color
Monochromatic Colors of #4AD1B5
Black with #4AD1B5
Text Example
Text Example
White with #4AD1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD1B5; }
p { color: rgb(74,209,181); }
H1.HeaderClassName
{
color: #4AD1B5;
}
.AnyTagClassName
{
color: #4AD1B5;
}
</style>
background-color css
<style>
a { background-color: #4AD1B5; }
a { background-color: rgb(74,209,181); }
div.DivClassName
{
background-color: #4AD1B5;
}
.BgClassName
{
background-color: #4AD1B5;
}
</style>
border-color css
<style>
span { border-color: #4AD1B5; }
span { border-color: rgb(74,209,181); }
td.TdClassName
{
border-color: #4AD1B5;
}
.TagClassName
{
border-color: #4AD1B5;
}
</style>