Shades of Medium Turquoise #4AD6B7
Tints of Medium Turquoise #4AD6B7
RGB
CMYK
RGB Variations
Color information
#4AD6B7 (or 0x4AD6B7) is known color: Medium Turquoise. HEX triplet: 4A, D6 and B7. RGB value is (74,214,183). Sum of RGB (Red+Green+Blue) = 74+214+183=471 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.71% from 471); Green value is 214 (83.98% from 255 or 45.44% from 471); Blue value is 183 (71.88% from 255 or 38.85% from 471); Max value from RGB is 214 - color contains mainly: green. Hex color #4AD6B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AD6B7 is #B52948. Grayscale: #A8A8A8. Windows color (decimal): -11872585 or 12047946. OLE color: 12047946.
HSL color Cylindrical-coordinate representation of color #4AD6B7: hue angle of 166.71º 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 #4AD6B7 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 214 | 183 | - |
| CMYK | 0.65 | 0 | 0.14 | 0.16 |
| HSL | 166.71º | 0.63% | 0.56% | - |
| HSV(B) | 166.71º | 0.65% | 0.84% | - |
| XYZ | 35.42 | 52.97 | 53.16 | - |
| YUV | 168.61 | 136.12 | 60.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 214 | 183 | 0.65 | 0 | 0.14 | 0.16 | 166.71 | 0.63 | 0.56 |
| Hex | 4A | D6 | B7 | 41 | 0 | E | 10 | A7 | 3F | 38 |
| Octal | 112 | 326 | 267 | 101 | 0 | 16 | 20 | 247 | 77 | 70 |
| Binary | 1001010 | 11010110 | 10110111 | 1000001 | 0 | 1110 | 10000 | 10100111 | 111111 | 111000 |
Color Harmonies of #4AD6B7
Complementary color
Monochromatic Colors of #4AD6B7
Black with #4AD6B7
Text Example
Text Example
White with #4AD6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD6B7; }
p { color: rgb(74,214,183); }
H1.HeaderClassName
{
color: #4AD6B7;
}
.AnyTagClassName
{
color: #4AD6B7;
}
</style>
background-color css
<style>
a { background-color: #4AD6B7; }
a { background-color: rgb(74,214,183); }
div.DivClassName
{
background-color: #4AD6B7;
}
.BgClassName
{
background-color: #4AD6B7;
}
</style>
border-color css
<style>
span { border-color: #4AD6B7; }
span { border-color: rgb(74,214,183); }
td.TdClassName
{
border-color: #4AD6B7;
}
.TagClassName
{
border-color: #4AD6B7;
}
</style>