Shades of Medium Turquoise #4ADBB9
Tints of Medium Turquoise #4ADBB9
RGB
CMYK
RGB Variations
Color information
#4ADBB9 (or 0x4ADBB9) is known color: Medium Turquoise. HEX triplet: 4A, DB and B9. RGB value is (74,219,185). Sum of RGB (Red+Green+Blue) = 74+219+185=478 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.48% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 185 (72.66% from 255 or 38.70% from 478); Max value from RGB is 219 - color contains mainly: green. Hex color #4ADBB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADBB9 is #B52446. Grayscale: #ABABAB. Windows color (decimal): -11871303 or 12180298. OLE color: 12180298.
HSL color Cylindrical-coordinate representation of color #4ADBB9: hue angle of 165.93º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ADBB9 is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 219 | 185 | - |
| CMYK | 0.66 | 0 | 0.16 | 0.14 |
| HSL | 165.93º | 0.67% | 0.57% | - |
| HSV(B) | 165.93º | 0.66% | 0.86% | - |
| XYZ | 36.91 | 55.62 | 54.69 | - |
| YUV | 171.77 | 135.46 | 58.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 219 | 185 | 0.66 | 0 | 0.16 | 0.14 | 165.93 | 0.67 | 0.57 |
| Hex | 4A | DB | B9 | 42 | 0 | 10 | E | A6 | 43 | 39 |
| Octal | 112 | 333 | 271 | 102 | 0 | 20 | 16 | 246 | 103 | 71 |
| Binary | 1001010 | 11011011 | 10111001 | 1000010 | 0 | 10000 | 1110 | 10100110 | 1000011 | 111001 |
Color Harmonies of #4ADBB9
Complementary color
Monochromatic Colors of #4ADBB9
Black with #4ADBB9
Text Example
Text Example
White with #4ADBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADBB9; }
p { color: rgb(74,219,185); }
H1.HeaderClassName
{
color: #4ADBB9;
}
.AnyTagClassName
{
color: #4ADBB9;
}
</style>
background-color css
<style>
a { background-color: #4ADBB9; }
a { background-color: rgb(74,219,185); }
div.DivClassName
{
background-color: #4ADBB9;
}
.BgClassName
{
background-color: #4ADBB9;
}
</style>
border-color css
<style>
span { border-color: #4ADBB9; }
span { border-color: rgb(74,219,185); }
td.TdClassName
{
border-color: #4ADBB9;
}
.TagClassName
{
border-color: #4ADBB9;
}
</style>