Shades of Medium Turquoise #4ADACE
Tints of Medium Turquoise #4ADACE
RGB
CMYK
RGB Variations
Color information
#4ADACE (or 0x4ADACE) is known color: Medium Turquoise. HEX triplet: 4A, DA and CE. RGB value is (74,218,206). Sum of RGB (Red+Green+Blue) = 74+218+206=498 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.86% from 498); Green value is 218 (85.55% from 255 or 43.78% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 218 - color contains mainly: green. Hex color #4ADACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADACE is #B52531. Grayscale: #ADADAD. Windows color (decimal): -11871538 or 13556298. OLE color: 13556298.
HSL color Cylindrical-coordinate representation of color #4ADACE: hue angle of 175º 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 #4ADACE is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 218 | 206 | - |
| CMYK | 0.66 | 0 | 0.06 | 0.15 |
| HSL | 175º | 0.66% | 0.57% | - |
| HSV(B) | 175º | 0.66% | 0.85% | - |
| XYZ | 39.04 | 56.05 | 67.15 | - |
| YUV | 173.58 | 146.29 | 56.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 218 | 206 | 0.66 | 0 | 0.06 | 0.15 | 175 | 0.66 | 0.57 |
| Hex | 4A | DA | CE | 42 | 0 | 6 | F | AF | 42 | 39 |
| Octal | 112 | 332 | 316 | 102 | 0 | 6 | 17 | 257 | 102 | 71 |
| Binary | 1001010 | 11011010 | 11001110 | 1000010 | 0 | 110 | 1111 | 10101111 | 1000010 | 111001 |
Color Harmonies of #4ADACE
Complementary color
Monochromatic Colors of #4ADACE
Black with #4ADACE
Text Example
Text Example
White with #4ADACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADACE; }
p { color: rgb(74,218,206); }
H1.HeaderClassName
{
color: #4ADACE;
}
.AnyTagClassName
{
color: #4ADACE;
}
</style>
background-color css
<style>
a { background-color: #4ADACE; }
a { background-color: rgb(74,218,206); }
div.DivClassName
{
background-color: #4ADACE;
}
.BgClassName
{
background-color: #4ADACE;
}
</style>
border-color css
<style>
span { border-color: #4ADACE; }
span { border-color: rgb(74,218,206); }
td.TdClassName
{
border-color: #4ADACE;
}
.TagClassName
{
border-color: #4ADACE;
}
</style>