Shades of Medium Turquoise #4AD2DB
Tints of Medium Turquoise #4AD2DB
RGB
CMYK
RGB Variations
Color information
#4AD2DB (or 0x4AD2DB) is known color: Medium Turquoise. HEX triplet: 4A, D2 and DB. RGB value is (74,210,219). Sum of RGB (Red+Green+Blue) = 74+210+219=503 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.71% from 503); Green value is 210 (82.42% from 255 or 41.75% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #4AD2DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AD2DB is #B52D24. Grayscale: #AAAAAA. Windows color (decimal): -11873573 or 14406218. OLE color: 14406218.
HSL color Cylindrical-coordinate representation of color #4AD2DB: hue angle of 183.72º 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 #4AD2DB is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 210 | 219 | - |
| CMYK | 0.66 | 0.04 | 0 | 0.14 |
| HSL | 183.72º | 0.67% | 0.57% | - |
| HSV(B) | 183.72º | 0.66% | 0.86% | - |
| XYZ | 38.66 | 52.66 | 75.15 | - |
| YUV | 170.36 | 155.44 | 59.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 210 | 219 | 0.66 | 0.04 | 0 | 0.14 | 183.72 | 0.67 | 0.57 |
| Hex | 4A | D2 | DB | 42 | 4 | 0 | E | B8 | 43 | 39 |
| Octal | 112 | 322 | 333 | 102 | 4 | 0 | 16 | 270 | 103 | 71 |
| Binary | 1001010 | 11010010 | 11011011 | 1000010 | 100 | 0 | 1110 | 10111000 | 1000011 | 111001 |
Color Harmonies of #4AD2DB
Complementary color
Monochromatic Colors of #4AD2DB
Black with #4AD2DB
Text Example
Text Example
White with #4AD2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD2DB; }
p { color: rgb(74,210,219); }
H1.HeaderClassName
{
color: #4AD2DB;
}
.AnyTagClassName
{
color: #4AD2DB;
}
</style>
background-color css
<style>
a { background-color: #4AD2DB; }
a { background-color: rgb(74,210,219); }
div.DivClassName
{
background-color: #4AD2DB;
}
.BgClassName
{
background-color: #4AD2DB;
}
</style>
border-color css
<style>
span { border-color: #4AD2DB; }
span { border-color: rgb(74,210,219); }
td.TdClassName
{
border-color: #4AD2DB;
}
.TagClassName
{
border-color: #4AD2DB;
}
</style>