Shades of Medium Turquoise #4AD0B5
Tints of Medium Turquoise #4AD0B5
RGB
CMYK
RGB Variations
Color information
#4AD0B5 (or 0x4AD0B5) is known color: Medium Turquoise. HEX triplet: 4A, D0 and B5. RGB value is (74,208,181). Sum of RGB (Red+Green+Blue) = 74+208+181=463 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.98% from 463); Green value is 208 (81.64% from 255 or 44.92% from 463); Blue value is 181 (71.09% from 255 or 39.09% from 463); Max value from RGB is 208 - color contains mainly: green. Hex color #4AD0B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AD0B5 is #B52F4A. Grayscale: #A4A4A4. Windows color (decimal): -11874123 or 11915338. OLE color: 11915338.
HSL color Cylindrical-coordinate representation of color #4AD0B5: hue angle of 167.91º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4AD0B5 is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 208 | 181 | - |
| CMYK | 0.64 | 0 | 0.13 | 0.18 |
| HSL | 167.91º | 0.59% | 0.55% | - |
| HSV(B) | 167.91º | 0.64% | 0.82% | - |
| XYZ | 33.72 | 49.9 | 51.57 | - |
| YUV | 164.86 | 137.11 | 63.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 208 | 181 | 0.64 | 0 | 0.13 | 0.18 | 167.91 | 0.59 | 0.55 |
| Hex | 4A | D0 | B5 | 40 | 0 | D | 12 | A8 | 3B | 37 |
| Octal | 112 | 320 | 265 | 100 | 0 | 15 | 22 | 250 | 73 | 67 |
| Binary | 1001010 | 11010000 | 10110101 | 1000000 | 0 | 1101 | 10010 | 10101000 | 111011 | 110111 |
Color Harmonies of #4AD0B5
Complementary color
Monochromatic Colors of #4AD0B5
Black with #4AD0B5
Text Example
Text Example
White with #4AD0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD0B5; }
p { color: rgb(74,208,181); }
H1.HeaderClassName
{
color: #4AD0B5;
}
.AnyTagClassName
{
color: #4AD0B5;
}
</style>
background-color css
<style>
a { background-color: #4AD0B5; }
a { background-color: rgb(74,208,181); }
div.DivClassName
{
background-color: #4AD0B5;
}
.BgClassName
{
background-color: #4AD0B5;
}
</style>
border-color css
<style>
span { border-color: #4AD0B5; }
span { border-color: rgb(74,208,181); }
td.TdClassName
{
border-color: #4AD0B5;
}
.TagClassName
{
border-color: #4AD0B5;
}
</style>