Shades of Medium Turquoise #4ADBC5
Tints of Medium Turquoise #4ADBC5
RGB
CMYK
RGB Variations
Color information
#4ADBC5 (or 0x4ADBC5) is known color: Medium Turquoise. HEX triplet: 4A, DB and C5. RGB value is (74,219,197). Sum of RGB (Red+Green+Blue) = 74+219+197=490 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.10% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 197 (77.34% from 255 or 40.20% from 490); Max value from RGB is 219 - color contains mainly: green. Hex color #4ADBC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADBC5 is #B5243A. Grayscale: #ADADAD. Windows color (decimal): -11871291 or 12966730. OLE color: 12966730.
HSL color Cylindrical-coordinate representation of color #4ADBC5: hue angle of 170.9º 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 #4ADBC5 is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 219 | 197 | - |
| CMYK | 0.66 | 0 | 0.10 | 0.14 |
| HSL | 170.9º | 0.67% | 0.57% | - |
| HSV(B) | 170.9º | 0.66% | 0.86% | - |
| XYZ | 38.23 | 56.15 | 61.65 | - |
| YUV | 173.14 | 141.46 | 57.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 219 | 197 | 0.66 | 0 | 0.10 | 0.14 | 170.9 | 0.67 | 0.57 |
| Hex | 4A | DB | C5 | 42 | 0 | A | E | AB | 43 | 39 |
| Octal | 112 | 333 | 305 | 102 | 0 | 12 | 16 | 253 | 103 | 71 |
| Binary | 1001010 | 11011011 | 11000101 | 1000010 | 0 | 1010 | 1110 | 10101011 | 1000011 | 111001 |
Color Harmonies of #4ADBC5
Complementary color
Monochromatic Colors of #4ADBC5
Black with #4ADBC5
Text Example
Text Example
White with #4ADBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADBC5; }
p { color: rgb(74,219,197); }
H1.HeaderClassName
{
color: #4ADBC5;
}
.AnyTagClassName
{
color: #4ADBC5;
}
</style>
background-color css
<style>
a { background-color: #4ADBC5; }
a { background-color: rgb(74,219,197); }
div.DivClassName
{
background-color: #4ADBC5;
}
.BgClassName
{
background-color: #4ADBC5;
}
</style>
border-color css
<style>
span { border-color: #4ADBC5; }
span { border-color: rgb(74,219,197); }
td.TdClassName
{
border-color: #4ADBC5;
}
.TagClassName
{
border-color: #4ADBC5;
}
</style>