Shades of Medium Turquoise #4ADABB
Tints of Medium Turquoise #4ADABB
RGB
CMYK
RGB Variations
Color information
#4ADABB (or 0x4ADABB) is known color: Medium Turquoise. HEX triplet: 4A, DA and BB. RGB value is (74,218,187). Sum of RGB (Red+Green+Blue) = 74+218+187=479 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.45% from 479); Green value is 218 (85.55% from 255 or 45.51% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 218 - color contains mainly: green. Hex color #4ADABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADABB is #B52544. Grayscale: #ABABAB. Windows color (decimal): -11871557 or 12311114. OLE color: 12311114.
HSL color Cylindrical-coordinate representation of color #4ADABB: hue angle of 167.08º 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 #4ADABB is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 218 | 187 | - |
| CMYK | 0.66 | 0 | 0.14 | 0.15 |
| HSL | 167.08º | 0.66% | 0.57% | - |
| HSV(B) | 167.08º | 0.66% | 0.85% | - |
| XYZ | 36.87 | 55.19 | 55.72 | - |
| YUV | 171.41 | 136.79 | 58.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 218 | 187 | 0.66 | 0 | 0.14 | 0.15 | 167.08 | 0.66 | 0.57 |
| Hex | 4A | DA | BB | 42 | 0 | E | F | A7 | 42 | 39 |
| Octal | 112 | 332 | 273 | 102 | 0 | 16 | 17 | 247 | 102 | 71 |
| Binary | 1001010 | 11011010 | 10111011 | 1000010 | 0 | 1110 | 1111 | 10100111 | 1000010 | 111001 |
Color Harmonies of #4ADABB
Complementary color
Monochromatic Colors of #4ADABB
Black with #4ADABB
Text Example
Text Example
White with #4ADABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADABB; }
p { color: rgb(74,218,187); }
H1.HeaderClassName
{
color: #4ADABB;
}
.AnyTagClassName
{
color: #4ADABB;
}
</style>
background-color css
<style>
a { background-color: #4ADABB; }
a { background-color: rgb(74,218,187); }
div.DivClassName
{
background-color: #4ADABB;
}
.BgClassName
{
background-color: #4ADABB;
}
</style>
border-color css
<style>
span { border-color: #4ADABB; }
span { border-color: rgb(74,218,187); }
td.TdClassName
{
border-color: #4ADABB;
}
.TagClassName
{
border-color: #4ADABB;
}
</style>