Shades of Medium Turquoise #4ADADE
Tints of Medium Turquoise #4ADADE
RGB
CMYK
RGB Variations
Color information
#4ADADE (or 0x4ADADE) is known color: Medium Turquoise. HEX triplet: 4A, DA and DE. RGB value is (74,218,222). Sum of RGB (Red+Green+Blue) = 74+218+222=514 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.40% from 514); Green value is 218 (85.55% from 255 or 42.41% from 514); Blue value is 222 (87.11% from 255 or 43.19% from 514); Max value from RGB is 222 - color contains mainly: blue. Hex color #4ADADE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADADE is #B52521. Grayscale: #AFAFAF. Windows color (decimal): -11871522 or 14604874. OLE color: 14604874.
HSL color Cylindrical-coordinate representation of color #4ADADE: hue angle of 181.62º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ADADE is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 218 | 222 | - |
| CMYK | 0.67 | 0.02 | 0 | 0.13 |
| HSL | 181.62º | 0.69% | 0.58% | - |
| HSV(B) | 181.62º | 0.67% | 0.87% | - |
| XYZ | 41.08 | 56.87 | 77.92 | - |
| YUV | 175.4 | 154.29 | 55.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 218 | 222 | 0.67 | 0.02 | 0 | 0.13 | 181.62 | 0.69 | 0.58 |
| Hex | 4A | DA | DE | 43 | 2 | 0 | D | B6 | 45 | 3A |
| Octal | 112 | 332 | 336 | 103 | 2 | 0 | 15 | 266 | 105 | 72 |
| Binary | 1001010 | 11011010 | 11011110 | 1000011 | 10 | 0 | 1101 | 10110110 | 1000101 | 111010 |
Color Harmonies of #4ADADE
Complementary color
Monochromatic Colors of #4ADADE
Black with #4ADADE
Text Example
Text Example
White with #4ADADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADADE; }
p { color: rgb(74,218,222); }
H1.HeaderClassName
{
color: #4ADADE;
}
.AnyTagClassName
{
color: #4ADADE;
}
</style>
background-color css
<style>
a { background-color: #4ADADE; }
a { background-color: rgb(74,218,222); }
div.DivClassName
{
background-color: #4ADADE;
}
.BgClassName
{
background-color: #4ADADE;
}
</style>
border-color css
<style>
span { border-color: #4ADADE; }
span { border-color: rgb(74,218,222); }
td.TdClassName
{
border-color: #4ADADE;
}
.TagClassName
{
border-color: #4ADADE;
}
</style>