Shades of Medium Turquoise #4ADCB8
Tints of Medium Turquoise #4ADCB8
RGB
CMYK
RGB Variations
Color information
#4ADCB8 (or 0x4ADCB8) is known color: Medium Turquoise. HEX triplet: 4A, DC and B8. RGB value is (74,220,184). Sum of RGB (Red+Green+Blue) = 74+220+184=478 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.48% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 184 (72.27% from 255 or 38.49% from 478); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADCB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADCB8 is #B52347. Grayscale: #ACACAC. Windows color (decimal): -11871048 or 12115018. OLE color: 12115018.
HSL color Cylindrical-coordinate representation of color #4ADCB8: hue angle of 165.21º 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 #4ADCB8 is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 220 | 184 | - |
| CMYK | 0.66 | 0 | 0.16 | 0.14 |
| HSL | 165.21º | 0.68% | 0.58% | - |
| HSV(B) | 165.21º | 0.66% | 0.86% | - |
| XYZ | 37.07 | 56.1 | 54.22 | - |
| YUV | 172.24 | 134.63 | 57.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 220 | 184 | 0.66 | 0 | 0.16 | 0.14 | 165.21 | 0.68 | 0.58 |
| Hex | 4A | DC | B8 | 42 | 0 | 10 | E | A5 | 44 | 3A |
| Octal | 112 | 334 | 270 | 102 | 0 | 20 | 16 | 245 | 104 | 72 |
| Binary | 1001010 | 11011100 | 10111000 | 1000010 | 0 | 10000 | 1110 | 10100101 | 1000100 | 111010 |
Color Harmonies of #4ADCB8
Complementary color
Monochromatic Colors of #4ADCB8
Black with #4ADCB8
Text Example
Text Example
White with #4ADCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADCB8; }
p { color: rgb(74,220,184); }
H1.HeaderClassName
{
color: #4ADCB8;
}
.AnyTagClassName
{
color: #4ADCB8;
}
</style>
background-color css
<style>
a { background-color: #4ADCB8; }
a { background-color: rgb(74,220,184); }
div.DivClassName
{
background-color: #4ADCB8;
}
.BgClassName
{
background-color: #4ADCB8;
}
</style>
border-color css
<style>
span { border-color: #4ADCB8; }
span { border-color: rgb(74,220,184); }
td.TdClassName
{
border-color: #4ADCB8;
}
.TagClassName
{
border-color: #4ADCB8;
}
</style>