Shades of Medium Turquoise #4AD5B7
Tints of Medium Turquoise #4AD5B7
RGB
CMYK
RGB Variations
Color information
#4AD5B7 (or 0x4AD5B7) is known color: Medium Turquoise. HEX triplet: 4A, D5 and B7. RGB value is (74,213,183). Sum of RGB (Red+Green+Blue) = 74+213+183=470 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.74% from 470); Green value is 213 (83.59% from 255 or 45.32% from 470); Blue value is 183 (71.88% from 255 or 38.94% from 470); Max value from RGB is 213 - color contains mainly: green. Hex color #4AD5B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AD5B7 is #B52A48. Grayscale: #A7A7A7. Windows color (decimal): -11872841 or 12047690. OLE color: 12047690.
HSL color Cylindrical-coordinate representation of color #4AD5B7: hue angle of 167.05º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD5B7 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 213 | 183 | - |
| CMYK | 0.65 | 0 | 0.14 | 0.16 |
| HSL | 167.05º | 0.62% | 0.56% | - |
| HSV(B) | 167.05º | 0.65% | 0.84% | - |
| XYZ | 35.17 | 52.46 | 53.07 | - |
| YUV | 168.02 | 136.45 | 60.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 213 | 183 | 0.65 | 0 | 0.14 | 0.16 | 167.05 | 0.62 | 0.56 |
| Hex | 4A | D5 | B7 | 41 | 0 | E | 10 | A7 | 3E | 38 |
| Octal | 112 | 325 | 267 | 101 | 0 | 16 | 20 | 247 | 76 | 70 |
| Binary | 1001010 | 11010101 | 10110111 | 1000001 | 0 | 1110 | 10000 | 10100111 | 111110 | 111000 |
Color Harmonies of #4AD5B7
Complementary color
Monochromatic Colors of #4AD5B7
Black with #4AD5B7
Text Example
Text Example
White with #4AD5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD5B7; }
p { color: rgb(74,213,183); }
H1.HeaderClassName
{
color: #4AD5B7;
}
.AnyTagClassName
{
color: #4AD5B7;
}
</style>
background-color css
<style>
a { background-color: #4AD5B7; }
a { background-color: rgb(74,213,183); }
div.DivClassName
{
background-color: #4AD5B7;
}
.BgClassName
{
background-color: #4AD5B7;
}
</style>
border-color css
<style>
span { border-color: #4AD5B7; }
span { border-color: rgb(74,213,183); }
td.TdClassName
{
border-color: #4AD5B7;
}
.TagClassName
{
border-color: #4AD5B7;
}
</style>