Shades of Medium Turquoise #4AD5BF
Tints of Medium Turquoise #4AD5BF
RGB
CMYK
RGB Variations
Color information
#4AD5BF (or 0x4AD5BF) is known color: Medium Turquoise. HEX triplet: 4A, D5 and BF. RGB value is (74,213,191). Sum of RGB (Red+Green+Blue) = 74+213+191=478 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.48% from 478); Green value is 213 (83.59% from 255 or 44.56% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 213 - color contains mainly: green. Hex color #4AD5BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AD5BF is #B52A40. Grayscale: #A8A8A8. Windows color (decimal): -11872833 or 12571978. OLE color: 12571978.
HSL color Cylindrical-coordinate representation of color #4AD5BF: hue angle of 170.5º degrees, saturation: 0.62, 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 #4AD5BF is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 213 | 191 | - |
| CMYK | 0.65 | 0 | 0.10 | 0.16 |
| HSL | 170.5º | 0.62% | 0.56% | - |
| HSV(B) | 170.5º | 0.65% | 0.84% | - |
| XYZ | 36.02 | 52.81 | 57.58 | - |
| YUV | 168.93 | 140.45 | 60.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 213 | 191 | 0.65 | 0 | 0.10 | 0.16 | 170.5 | 0.62 | 0.56 |
| Hex | 4A | D5 | BF | 41 | 0 | A | 10 | AB | 3E | 38 |
| Octal | 112 | 325 | 277 | 101 | 0 | 12 | 20 | 253 | 76 | 70 |
| Binary | 1001010 | 11010101 | 10111111 | 1000001 | 0 | 1010 | 10000 | 10101011 | 111110 | 111000 |
Color Harmonies of #4AD5BF
Complementary color
Monochromatic Colors of #4AD5BF
Black with #4AD5BF
Text Example
Text Example
White with #4AD5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD5BF; }
p { color: rgb(74,213,191); }
H1.HeaderClassName
{
color: #4AD5BF;
}
.AnyTagClassName
{
color: #4AD5BF;
}
</style>
background-color css
<style>
a { background-color: #4AD5BF; }
a { background-color: rgb(74,213,191); }
div.DivClassName
{
background-color: #4AD5BF;
}
.BgClassName
{
background-color: #4AD5BF;
}
</style>
border-color css
<style>
span { border-color: #4AD5BF; }
span { border-color: rgb(74,213,191); }
td.TdClassName
{
border-color: #4AD5BF;
}
.TagClassName
{
border-color: #4AD5BF;
}
</style>