Shades of Medium Turquoise #4AD3DB
Tints of Medium Turquoise #4AD3DB
RGB
CMYK
RGB Variations
Color information
#4AD3DB (or 0x4AD3DB) is known color: Medium Turquoise. HEX triplet: 4A, D3 and DB. RGB value is (74,211,219). Sum of RGB (Red+Green+Blue) = 74+211+219=504 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.68% from 504); Green value is 211 (82.81% from 255 or 41.87% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #4AD3DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AD3DB is #B52C24. Grayscale: #AAAAAA. Windows color (decimal): -11873317 or 14406474. OLE color: 14406474.
HSL color Cylindrical-coordinate representation of color #4AD3DB: hue angle of 183.31º 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 #4AD3DB is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 211 | 219 | - |
| CMYK | 0.66 | 0.04 | 0 | 0.14 |
| HSL | 183.31º | 0.67% | 0.57% | - |
| HSV(B) | 183.31º | 0.66% | 0.86% | - |
| XYZ | 38.9 | 53.16 | 75.23 | - |
| YUV | 170.95 | 155.11 | 58.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 211 | 219 | 0.66 | 0.04 | 0 | 0.14 | 183.31 | 0.67 | 0.57 |
| Hex | 4A | D3 | DB | 42 | 4 | 0 | E | B7 | 43 | 39 |
| Octal | 112 | 323 | 333 | 102 | 4 | 0 | 16 | 267 | 103 | 71 |
| Binary | 1001010 | 11010011 | 11011011 | 1000010 | 100 | 0 | 1110 | 10110111 | 1000011 | 111001 |
Color Harmonies of #4AD3DB
Complementary color
Monochromatic Colors of #4AD3DB
Black with #4AD3DB
Text Example
Text Example
White with #4AD3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD3DB; }
p { color: rgb(74,211,219); }
H1.HeaderClassName
{
color: #4AD3DB;
}
.AnyTagClassName
{
color: #4AD3DB;
}
</style>
background-color css
<style>
a { background-color: #4AD3DB; }
a { background-color: rgb(74,211,219); }
div.DivClassName
{
background-color: #4AD3DB;
}
.BgClassName
{
background-color: #4AD3DB;
}
</style>
border-color css
<style>
span { border-color: #4AD3DB; }
span { border-color: rgb(74,211,219); }
td.TdClassName
{
border-color: #4AD3DB;
}
.TagClassName
{
border-color: #4AD3DB;
}
</style>