Shades of Medium Turquoise #4AD9DC
Tints of Medium Turquoise #4AD9DC
RGB
CMYK
RGB Variations
Color information
#4AD9DC (or 0x4AD9DC) is known color: Medium Turquoise. HEX triplet: 4A, D9 and DC. RGB value is (74,217,220). Sum of RGB (Red+Green+Blue) = 74+217+220=511 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.48% from 511); Green value is 217 (85.16% from 255 or 42.47% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #4AD9DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AD9DC is #B52623. Grayscale: #AEAEAE. Windows color (decimal): -11871780 or 14473546. OLE color: 14473546.
HSL color Cylindrical-coordinate representation of color #4AD9DC: hue angle of 181.23º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AD9DC is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 217 | 220 | - |
| CMYK | 0.66 | 0.01 | 0 | 0.14 |
| HSL | 181.23º | 0.68% | 0.58% | - |
| HSV(B) | 181.23º | 0.66% | 0.86% | - |
| XYZ | 40.56 | 56.25 | 76.43 | - |
| YUV | 174.59 | 153.62 | 56.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 217 | 220 | 0.66 | 0.01 | 0 | 0.14 | 181.23 | 0.68 | 0.58 |
| Hex | 4A | D9 | DC | 42 | 1 | 0 | E | B5 | 44 | 3A |
| Octal | 112 | 331 | 334 | 102 | 1 | 0 | 16 | 265 | 104 | 72 |
| Binary | 1001010 | 11011001 | 11011100 | 1000010 | 1 | 0 | 1110 | 10110101 | 1000100 | 111010 |
Color Harmonies of #4AD9DC
Complementary color
Monochromatic Colors of #4AD9DC
Black with #4AD9DC
Text Example
Text Example
White with #4AD9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD9DC; }
p { color: rgb(74,217,220); }
H1.HeaderClassName
{
color: #4AD9DC;
}
.AnyTagClassName
{
color: #4AD9DC;
}
</style>
background-color css
<style>
a { background-color: #4AD9DC; }
a { background-color: rgb(74,217,220); }
div.DivClassName
{
background-color: #4AD9DC;
}
.BgClassName
{
background-color: #4AD9DC;
}
</style>
border-color css
<style>
span { border-color: #4AD9DC; }
span { border-color: rgb(74,217,220); }
td.TdClassName
{
border-color: #4AD9DC;
}
.TagClassName
{
border-color: #4AD9DC;
}
</style>