Shades of Medium Turquoise #4AD7B8
Tints of Medium Turquoise #4AD7B8
RGB
CMYK
RGB Variations
Color information
#4AD7B8 (or 0x4AD7B8) is known color: Medium Turquoise. HEX triplet: 4A, D7 and B8. RGB value is (74,215,184). Sum of RGB (Red+Green+Blue) = 74+215+184=473 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.64% from 473); Green value is 215 (84.38% from 255 or 45.45% from 473); Blue value is 184 (72.27% from 255 or 38.90% from 473); Max value from RGB is 215 - color contains mainly: green. Hex color #4AD7B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AD7B8 is #B52847. Grayscale: #A9A9A9. Windows color (decimal): -11872328 or 12113738. OLE color: 12113738.
HSL color Cylindrical-coordinate representation of color #4AD7B8: hue angle of 166.81º 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 #4AD7B8 is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 215 | 184 | - |
| CMYK | 0.66 | 0 | 0.14 | 0.16 |
| HSL | 166.81º | 0.64% | 0.57% | - |
| HSV(B) | 166.81º | 0.66% | 0.84% | - |
| XYZ | 35.78 | 53.52 | 53.79 | - |
| YUV | 169.31 | 136.29 | 60.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 215 | 184 | 0.66 | 0 | 0.14 | 0.16 | 166.81 | 0.64 | 0.57 |
| Hex | 4A | D7 | B8 | 42 | 0 | E | 10 | A7 | 40 | 39 |
| Octal | 112 | 327 | 270 | 102 | 0 | 16 | 20 | 247 | 100 | 71 |
| Binary | 1001010 | 11010111 | 10111000 | 1000010 | 0 | 1110 | 10000 | 10100111 | 1000000 | 111001 |
Color Harmonies of #4AD7B8
Complementary color
Monochromatic Colors of #4AD7B8
Black with #4AD7B8
Text Example
Text Example
White with #4AD7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD7B8; }
p { color: rgb(74,215,184); }
H1.HeaderClassName
{
color: #4AD7B8;
}
.AnyTagClassName
{
color: #4AD7B8;
}
</style>
background-color css
<style>
a { background-color: #4AD7B8; }
a { background-color: rgb(74,215,184); }
div.DivClassName
{
background-color: #4AD7B8;
}
.BgClassName
{
background-color: #4AD7B8;
}
</style>
border-color css
<style>
span { border-color: #4AD7B8; }
span { border-color: rgb(74,215,184); }
td.TdClassName
{
border-color: #4AD7B8;
}
.TagClassName
{
border-color: #4AD7B8;
}
</style>