Shades of Medium Turquoise #4AD0DA
Tints of Medium Turquoise #4AD0DA
RGB
CMYK
RGB Variations
Color information
#4AD0DA (or 0x4AD0DA) is known color: Medium Turquoise. HEX triplet: 4A, D0 and DA. RGB value is (74,208,218). Sum of RGB (Red+Green+Blue) = 74+208+218=500 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.8% from 500); Green value is 208 (81.64% from 255 or 41.6% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #4AD0DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AD0DA is #B52F25. Grayscale: #A8A8A8. Windows color (decimal): -11874086 or 14340170. OLE color: 14340170.
HSL color Cylindrical-coordinate representation of color #4AD0DA: hue angle of 184.17º 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 #4AD0DA is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 208 | 218 | - |
| CMYK | 0.66 | 0.05 | 0 | 0.15 |
| HSL | 184.17º | 0.66% | 0.57% | - |
| HSV(B) | 184.17º | 0.66% | 0.85% | - |
| XYZ | 38.03 | 51.63 | 74.29 | - |
| YUV | 169.07 | 155.61 | 60.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 208 | 218 | 0.66 | 0.05 | 0 | 0.15 | 184.17 | 0.66 | 0.57 |
| Hex | 4A | D0 | DA | 42 | 5 | 0 | F | B8 | 42 | 39 |
| Octal | 112 | 320 | 332 | 102 | 5 | 0 | 17 | 270 | 102 | 71 |
| Binary | 1001010 | 11010000 | 11011010 | 1000010 | 101 | 0 | 1111 | 10111000 | 1000010 | 111001 |
Color Harmonies of #4AD0DA
Complementary color
Monochromatic Colors of #4AD0DA
Black with #4AD0DA
Text Example
Text Example
White with #4AD0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD0DA; }
p { color: rgb(74,208,218); }
H1.HeaderClassName
{
color: #4AD0DA;
}
.AnyTagClassName
{
color: #4AD0DA;
}
</style>
background-color css
<style>
a { background-color: #4AD0DA; }
a { background-color: rgb(74,208,218); }
div.DivClassName
{
background-color: #4AD0DA;
}
.BgClassName
{
background-color: #4AD0DA;
}
</style>
border-color css
<style>
span { border-color: #4AD0DA; }
span { border-color: rgb(74,208,218); }
td.TdClassName
{
border-color: #4AD0DA;
}
.TagClassName
{
border-color: #4AD0DA;
}
</style>