Shades of Medium Turquoise #4ADBC4
Tints of Medium Turquoise #4ADBC4
RGB
CMYK
RGB Variations
Color information
#4ADBC4 (or 0x4ADBC4) is known color: Medium Turquoise. HEX triplet: 4A, DB and C4. RGB value is (74,219,196). Sum of RGB (Red+Green+Blue) = 74+219+196=489 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.13% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 196 (76.95% from 255 or 40.08% from 489); Max value from RGB is 219 - color contains mainly: green. Hex color #4ADBC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADBC4 is #B5243B. Grayscale: #ACACAC. Windows color (decimal): -11871292 or 12901194. OLE color: 12901194.
HSL color Cylindrical-coordinate representation of color #4ADBC4: hue angle of 170.48º 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 #4ADBC4 is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 219 | 196 | - |
| CMYK | 0.66 | 0 | 0.11 | 0.14 |
| HSL | 170.48º | 0.67% | 0.57% | - |
| HSV(B) | 170.48º | 0.66% | 0.86% | - |
| XYZ | 38.12 | 56.1 | 61.04 | - |
| YUV | 173.02 | 140.96 | 57.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 219 | 196 | 0.66 | 0 | 0.11 | 0.14 | 170.48 | 0.67 | 0.57 |
| Hex | 4A | DB | C4 | 42 | 0 | B | E | AA | 43 | 39 |
| Octal | 112 | 333 | 304 | 102 | 0 | 13 | 16 | 252 | 103 | 71 |
| Binary | 1001010 | 11011011 | 11000100 | 1000010 | 0 | 1011 | 1110 | 10101010 | 1000011 | 111001 |
Color Harmonies of #4ADBC4
Complementary color
Monochromatic Colors of #4ADBC4
Black with #4ADBC4
Text Example
Text Example
White with #4ADBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADBC4; }
p { color: rgb(74,219,196); }
H1.HeaderClassName
{
color: #4ADBC4;
}
.AnyTagClassName
{
color: #4ADBC4;
}
</style>
background-color css
<style>
a { background-color: #4ADBC4; }
a { background-color: rgb(74,219,196); }
div.DivClassName
{
background-color: #4ADBC4;
}
.BgClassName
{
background-color: #4ADBC4;
}
</style>
border-color css
<style>
span { border-color: #4ADBC4; }
span { border-color: rgb(74,219,196); }
td.TdClassName
{
border-color: #4ADBC4;
}
.TagClassName
{
border-color: #4ADBC4;
}
</style>