Shades of Medium Turquoise #4AD7C7
Tints of Medium Turquoise #4AD7C7
RGB
CMYK
RGB Variations
Color information
#4AD7C7 (or 0x4AD7C7) is known color: Medium Turquoise. HEX triplet: 4A, D7 and C7. RGB value is (74,215,199). Sum of RGB (Red+Green+Blue) = 74+215+199=488 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.16% from 488); Green value is 215 (84.38% from 255 or 44.06% from 488); Blue value is 199 (78.12% from 255 or 40.78% from 488); Max value from RGB is 215 - color contains mainly: green. Hex color #4AD7C7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AD7C7 is #B52838. Grayscale: #AAAAAA. Windows color (decimal): -11872313 or 13096778. OLE color: 13096778.
HSL color Cylindrical-coordinate representation of color #4AD7C7: hue angle of 173.19º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AD7C7 is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 215 | 199 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.16 |
| HSL | 173.19º | 0.64% | 0.57% | - |
| HSV(B) | 173.19º | 0.66% | 0.84% | - |
| XYZ | 37.43 | 54.18 | 62.52 | - |
| YUV | 171.02 | 143.79 | 58.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 215 | 199 | 0.66 | 0 | 0.07 | 0.16 | 173.19 | 0.64 | 0.57 |
| Hex | 4A | D7 | C7 | 42 | 0 | 7 | 10 | AD | 40 | 39 |
| Octal | 112 | 327 | 307 | 102 | 0 | 7 | 20 | 255 | 100 | 71 |
| Binary | 1001010 | 11010111 | 11000111 | 1000010 | 0 | 111 | 10000 | 10101101 | 1000000 | 111001 |
Color Harmonies of #4AD7C7
Complementary color
Monochromatic Colors of #4AD7C7
Black with #4AD7C7
Text Example
Text Example
White with #4AD7C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD7C7; }
p { color: rgb(74,215,199); }
H1.HeaderClassName
{
color: #4AD7C7;
}
.AnyTagClassName
{
color: #4AD7C7;
}
</style>
background-color css
<style>
a { background-color: #4AD7C7; }
a { background-color: rgb(74,215,199); }
div.DivClassName
{
background-color: #4AD7C7;
}
.BgClassName
{
background-color: #4AD7C7;
}
</style>
border-color css
<style>
span { border-color: #4AD7C7; }
span { border-color: rgb(74,215,199); }
td.TdClassName
{
border-color: #4AD7C7;
}
.TagClassName
{
border-color: #4AD7C7;
}
</style>