Shades of Medium Turquoise #4ADAB9
Tints of Medium Turquoise #4ADAB9
RGB
CMYK
RGB Variations
Color information
#4ADAB9 (or 0x4ADAB9) is known color: Medium Turquoise. HEX triplet: 4A, DA and B9. RGB value is (74,218,185). Sum of RGB (Red+Green+Blue) = 74+218+185=477 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.51% from 477); Green value is 218 (85.55% from 255 or 45.70% from 477); Blue value is 185 (72.66% from 255 or 38.78% from 477); Max value from RGB is 218 - color contains mainly: green. Hex color #4ADAB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADAB9 is #B52546. Grayscale: #ABABAB. Windows color (decimal): -11871559 or 12180042. OLE color: 12180042.
HSL color Cylindrical-coordinate representation of color #4ADAB9: hue angle of 166.25º 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 #4ADAB9 is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 218 | 185 | - |
| CMYK | 0.66 | 0 | 0.15 | 0.15 |
| HSL | 166.25º | 0.66% | 0.57% | - |
| HSV(B) | 166.25º | 0.66% | 0.85% | - |
| XYZ | 36.65 | 55.1 | 54.6 | - |
| YUV | 171.18 | 135.79 | 58.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 218 | 185 | 0.66 | 0 | 0.15 | 0.15 | 166.25 | 0.66 | 0.57 |
| Hex | 4A | DA | B9 | 42 | 0 | F | F | A6 | 42 | 39 |
| Octal | 112 | 332 | 271 | 102 | 0 | 17 | 17 | 246 | 102 | 71 |
| Binary | 1001010 | 11011010 | 10111001 | 1000010 | 0 | 1111 | 1111 | 10100110 | 1000010 | 111001 |
Color Harmonies of #4ADAB9
Complementary color
Monochromatic Colors of #4ADAB9
Black with #4ADAB9
Text Example
Text Example
White with #4ADAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADAB9; }
p { color: rgb(74,218,185); }
H1.HeaderClassName
{
color: #4ADAB9;
}
.AnyTagClassName
{
color: #4ADAB9;
}
</style>
background-color css
<style>
a { background-color: #4ADAB9; }
a { background-color: rgb(74,218,185); }
div.DivClassName
{
background-color: #4ADAB9;
}
.BgClassName
{
background-color: #4ADAB9;
}
</style>
border-color css
<style>
span { border-color: #4ADAB9; }
span { border-color: rgb(74,218,185); }
td.TdClassName
{
border-color: #4ADAB9;
}
.TagClassName
{
border-color: #4ADAB9;
}
</style>