Shades of Medium Turquoise #4AD6D0
Tints of Medium Turquoise #4AD6D0
RGB
CMYK
RGB Variations
Color information
#4AD6D0 (or 0x4AD6D0) is known color: Medium Turquoise. HEX triplet: 4A, D6 and D0. RGB value is (74,214,208). Sum of RGB (Red+Green+Blue) = 74+214+208=496 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.92% from 496); Green value is 214 (83.98% from 255 or 43.15% from 496); Blue value is 208 (81.64% from 255 or 41.94% from 496); Max value from RGB is 214 - color contains mainly: green. Hex color #4AD6D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AD6D0 is #B5292F. Grayscale: #ABABAB. Windows color (decimal): -11872560 or 13686346. OLE color: 13686346.
HSL color Cylindrical-coordinate representation of color #4AD6D0: hue angle of 177.43º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD6D0 is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 214 | 208 | - |
| CMYK | 0.65 | 0 | 0.03 | 0.16 |
| HSL | 177.43º | 0.63% | 0.56% | - |
| HSV(B) | 177.43º | 0.65% | 0.84% | - |
| XYZ | 38.26 | 54.1 | 68.1 | - |
| YUV | 171.46 | 148.62 | 58.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 214 | 208 | 0.65 | 0 | 0.03 | 0.16 | 177.43 | 0.63 | 0.56 |
| Hex | 4A | D6 | D0 | 41 | 0 | 3 | 10 | B1 | 3F | 38 |
| Octal | 112 | 326 | 320 | 101 | 0 | 3 | 20 | 261 | 77 | 70 |
| Binary | 1001010 | 11010110 | 11010000 | 1000001 | 0 | 11 | 10000 | 10110001 | 111111 | 111000 |
Color Harmonies of #4AD6D0
Complementary color
Monochromatic Colors of #4AD6D0
Black with #4AD6D0
Text Example
Text Example
White with #4AD6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD6D0; }
p { color: rgb(74,214,208); }
H1.HeaderClassName
{
color: #4AD6D0;
}
.AnyTagClassName
{
color: #4AD6D0;
}
</style>
background-color css
<style>
a { background-color: #4AD6D0; }
a { background-color: rgb(74,214,208); }
div.DivClassName
{
background-color: #4AD6D0;
}
.BgClassName
{
background-color: #4AD6D0;
}
</style>
border-color css
<style>
span { border-color: #4AD6D0; }
span { border-color: rgb(74,214,208); }
td.TdClassName
{
border-color: #4AD6D0;
}
.TagClassName
{
border-color: #4AD6D0;
}
</style>