Shades of Medium Turquoise #4AD4B6
Tints of Medium Turquoise #4AD4B6
RGB
CMYK
RGB Variations
Color information
#4AD4B6 (or 0x4AD4B6) is known color: Medium Turquoise. HEX triplet: 4A, D4 and B6. RGB value is (74,212,182). Sum of RGB (Red+Green+Blue) = 74+212+182=468 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.81% from 468); Green value is 212 (83.20% from 255 or 45.30% from 468); Blue value is 182 (71.48% from 255 or 38.89% from 468); Max value from RGB is 212 - color contains mainly: green. Hex color #4AD4B6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AD4B6 is #B52B49. Grayscale: #A7A7A7. Windows color (decimal): -11873098 or 11981898. OLE color: 11981898.
HSL color Cylindrical-coordinate representation of color #4AD4B6: hue angle of 166.96º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD4B6 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 74 | 212 | 182 | - |
| CMYK | 0.65 | 0 | 0.14 | 0.17 |
| HSL | 166.96º | 0.62% | 0.56% | - |
| HSV(B) | 166.96º | 0.65% | 0.83% | - |
| XYZ | 34.81 | 51.92 | 52.44 | - |
| YUV | 167.32 | 136.28 | 61.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 212 | 182 | 0.65 | 0 | 0.14 | 0.17 | 166.96 | 0.62 | 0.56 |
| Hex | 4A | D4 | B6 | 41 | 0 | E | 11 | A7 | 3E | 38 |
| Octal | 112 | 324 | 266 | 101 | 0 | 16 | 21 | 247 | 76 | 70 |
| Binary | 1001010 | 11010100 | 10110110 | 1000001 | 0 | 1110 | 10001 | 10100111 | 111110 | 111000 |
Color Harmonies of #4AD4B6
Complementary color
Monochromatic Colors of #4AD4B6
Black with #4AD4B6
Text Example
Text Example
White with #4AD4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD4B6; }
p { color: rgb(74,212,182); }
H1.HeaderClassName
{
color: #4AD4B6;
}
.AnyTagClassName
{
color: #4AD4B6;
}
</style>
background-color css
<style>
a { background-color: #4AD4B6; }
a { background-color: rgb(74,212,182); }
div.DivClassName
{
background-color: #4AD4B6;
}
.BgClassName
{
background-color: #4AD4B6;
}
</style>
border-color css
<style>
span { border-color: #4AD4B6; }
span { border-color: rgb(74,212,182); }
td.TdClassName
{
border-color: #4AD4B6;
}
.TagClassName
{
border-color: #4AD4B6;
}
</style>