Shades of Medium Turquoise #4ADCB5
Tints of Medium Turquoise #4ADCB5
RGB
CMYK
RGB Variations
Color information
#4ADCB5 (or 0x4ADCB5) is known color: Medium Turquoise. HEX triplet: 4A, DC and B5. RGB value is (74,220,181). Sum of RGB (Red+Green+Blue) = 74+220+181=475 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.58% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 181 (71.09% from 255 or 38.11% from 475); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADCB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADCB5 is #B5234A. Grayscale: #ABABAB. Windows color (decimal): -11871051 or 11918410. OLE color: 11918410.
HSL color Cylindrical-coordinate representation of color #4ADCB5: hue angle of 163.97º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ADCB5 is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 220 | 181 | - |
| CMYK | 0.66 | 0 | 0.18 | 0.14 |
| HSL | 163.97º | 0.68% | 0.58% | - |
| HSV(B) | 163.97º | 0.66% | 0.86% | - |
| XYZ | 36.76 | 55.98 | 52.58 | - |
| YUV | 171.9 | 133.13 | 58.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 220 | 181 | 0.66 | 0 | 0.18 | 0.14 | 163.97 | 0.68 | 0.58 |
| Hex | 4A | DC | B5 | 42 | 0 | 12 | E | A4 | 44 | 3A |
| Octal | 112 | 334 | 265 | 102 | 0 | 22 | 16 | 244 | 104 | 72 |
| Binary | 1001010 | 11011100 | 10110101 | 1000010 | 0 | 10010 | 1110 | 10100100 | 1000100 | 111010 |
Color Harmonies of #4ADCB5
Complementary color
Monochromatic Colors of #4ADCB5
Black with #4ADCB5
Text Example
Text Example
White with #4ADCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADCB5; }
p { color: rgb(74,220,181); }
H1.HeaderClassName
{
color: #4ADCB5;
}
.AnyTagClassName
{
color: #4ADCB5;
}
</style>
background-color css
<style>
a { background-color: #4ADCB5; }
a { background-color: rgb(74,220,181); }
div.DivClassName
{
background-color: #4ADCB5;
}
.BgClassName
{
background-color: #4ADCB5;
}
</style>
border-color css
<style>
span { border-color: #4ADCB5; }
span { border-color: rgb(74,220,181); }
td.TdClassName
{
border-color: #4ADCB5;
}
.TagClassName
{
border-color: #4ADCB5;
}
</style>