Shades of Medium Turquoise #4AD0C9
Tints of Medium Turquoise #4AD0C9
RGB
CMYK
RGB Variations
Color information
#4AD0C9 (or 0x4AD0C9) is known color: Medium Turquoise. HEX triplet: 4A, D0 and C9. RGB value is (74,208,201). Sum of RGB (Red+Green+Blue) = 74+208+201=483 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.32% from 483); Green value is 208 (81.64% from 255 or 43.06% from 483); Blue value is 201 (78.91% from 255 or 41.61% from 483); Max value from RGB is 208 - color contains mainly: green. Hex color #4AD0C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AD0C9 is #B52F36. Grayscale: #A7A7A7. Windows color (decimal): -11874103 or 13226058. OLE color: 13226058.
HSL color Cylindrical-coordinate representation of color #4AD0C9: hue angle of 176.87º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4AD0C9 is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 208 | 201 | - |
| CMYK | 0.64 | 0 | 0.03 | 0.18 |
| HSL | 176.87º | 0.59% | 0.55% | - |
| HSV(B) | 176.87º | 0.64% | 0.82% | - |
| XYZ | 35.92 | 50.78 | 63.17 | - |
| YUV | 167.14 | 147.11 | 61.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 208 | 201 | 0.64 | 0 | 0.03 | 0.18 | 176.87 | 0.59 | 0.55 |
| Hex | 4A | D0 | C9 | 40 | 0 | 3 | 12 | B1 | 3B | 37 |
| Octal | 112 | 320 | 311 | 100 | 0 | 3 | 22 | 261 | 73 | 67 |
| Binary | 1001010 | 11010000 | 11001001 | 1000000 | 0 | 11 | 10010 | 10110001 | 111011 | 110111 |
Color Harmonies of #4AD0C9
Complementary color
Monochromatic Colors of #4AD0C9
Black with #4AD0C9
Text Example
Text Example
White with #4AD0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD0C9; }
p { color: rgb(74,208,201); }
H1.HeaderClassName
{
color: #4AD0C9;
}
.AnyTagClassName
{
color: #4AD0C9;
}
</style>
background-color css
<style>
a { background-color: #4AD0C9; }
a { background-color: rgb(74,208,201); }
div.DivClassName
{
background-color: #4AD0C9;
}
.BgClassName
{
background-color: #4AD0C9;
}
</style>
border-color css
<style>
span { border-color: #4AD0C9; }
span { border-color: rgb(74,208,201); }
td.TdClassName
{
border-color: #4AD0C9;
}
.TagClassName
{
border-color: #4AD0C9;
}
</style>