Shades of Medium Turquoise #4ADBC1
Tints of Medium Turquoise #4ADBC1
RGB
CMYK
RGB Variations
Color information
#4ADBC1 (or 0x4ADBC1) is known color: Medium Turquoise. HEX triplet: 4A, DB and C1. RGB value is (74,219,193). Sum of RGB (Red+Green+Blue) = 74+219+193=486 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.23% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 193 (75.78% from 255 or 39.71% from 486); Max value from RGB is 219 - color contains mainly: green. Hex color #4ADBC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADBC1 is #B5243E. Grayscale: #ACACAC. Windows color (decimal): -11871295 or 12704586. OLE color: 12704586.
HSL color Cylindrical-coordinate representation of color #4ADBC1: hue angle of 169.24º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ADBC1 is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 219 | 193 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.14 |
| HSL | 169.24º | 0.67% | 0.57% | - |
| HSV(B) | 169.24º | 0.66% | 0.86% | - |
| XYZ | 37.78 | 55.97 | 59.26 | - |
| YUV | 172.68 | 139.46 | 57.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 219 | 193 | 0.66 | 0 | 0.12 | 0.14 | 169.24 | 0.67 | 0.57 |
| Hex | 4A | DB | C1 | 42 | 0 | C | E | A9 | 43 | 39 |
| Octal | 112 | 333 | 301 | 102 | 0 | 14 | 16 | 251 | 103 | 71 |
| Binary | 1001010 | 11011011 | 11000001 | 1000010 | 0 | 1100 | 1110 | 10101001 | 1000011 | 111001 |
Color Harmonies of #4ADBC1
Complementary color
Monochromatic Colors of #4ADBC1
Black with #4ADBC1
Text Example
Text Example
White with #4ADBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADBC1; }
p { color: rgb(74,219,193); }
H1.HeaderClassName
{
color: #4ADBC1;
}
.AnyTagClassName
{
color: #4ADBC1;
}
</style>
background-color css
<style>
a { background-color: #4ADBC1; }
a { background-color: rgb(74,219,193); }
div.DivClassName
{
background-color: #4ADBC1;
}
.BgClassName
{
background-color: #4ADBC1;
}
</style>
border-color css
<style>
span { border-color: #4ADBC1; }
span { border-color: rgb(74,219,193); }
td.TdClassName
{
border-color: #4ADBC1;
}
.TagClassName
{
border-color: #4ADBC1;
}
</style>