Shades of Medium Turquoise #4ADAD8
Tints of Medium Turquoise #4ADAD8
RGB
CMYK
RGB Variations
Color information
#4ADAD8 (or 0x4ADAD8) is known color: Medium Turquoise. HEX triplet: 4A, DA and D8. RGB value is (74,218,216). Sum of RGB (Red+Green+Blue) = 74+218+216=508 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.57% from 508); Green value is 218 (85.55% from 255 or 42.91% from 508); Blue value is 216 (84.77% from 255 or 42.52% from 508); Max value from RGB is 218 - color contains mainly: green. Hex color #4ADAD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADAD8 is #B52527. Grayscale: #AEAEAE. Windows color (decimal): -11871528 or 14211658. OLE color: 14211658.
HSL color Cylindrical-coordinate representation of color #4ADAD8: hue angle of 179.17º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ADAD8 is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 218 | 216 | - |
| CMYK | 0.66 | 0 | 0.01 | 0.15 |
| HSL | 179.17º | 0.66% | 0.57% | - |
| HSV(B) | 179.17º | 0.66% | 0.85% | - |
| XYZ | 40.29 | 56.56 | 73.76 | - |
| YUV | 174.72 | 151.29 | 56.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 218 | 216 | 0.66 | 0 | 0.01 | 0.15 | 179.17 | 0.66 | 0.57 |
| Hex | 4A | DA | D8 | 42 | 0 | 1 | F | B3 | 42 | 39 |
| Octal | 112 | 332 | 330 | 102 | 0 | 1 | 17 | 263 | 102 | 71 |
| Binary | 1001010 | 11011010 | 11011000 | 1000010 | 0 | 1 | 1111 | 10110011 | 1000010 | 111001 |
Color Harmonies of #4ADAD8
Complementary color
Monochromatic Colors of #4ADAD8
Black with #4ADAD8
Text Example
Text Example
White with #4ADAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADAD8; }
p { color: rgb(74,218,216); }
H1.HeaderClassName
{
color: #4ADAD8;
}
.AnyTagClassName
{
color: #4ADAD8;
}
</style>
background-color css
<style>
a { background-color: #4ADAD8; }
a { background-color: rgb(74,218,216); }
div.DivClassName
{
background-color: #4ADAD8;
}
.BgClassName
{
background-color: #4ADAD8;
}
</style>
border-color css
<style>
span { border-color: #4ADAD8; }
span { border-color: rgb(74,218,216); }
td.TdClassName
{
border-color: #4ADAD8;
}
.TagClassName
{
border-color: #4ADAD8;
}
</style>