Shades of Medium Turquoise #4ADBC2
Tints of Medium Turquoise #4ADBC2
RGB
CMYK
RGB Variations
Color information
#4ADBC2 (or 0x4ADBC2) is known color: Medium Turquoise. HEX triplet: 4A, DB and C2. RGB value is (74,219,194). Sum of RGB (Red+Green+Blue) = 74+219+194=487 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.20% from 487); Green value is 219 (85.94% from 255 or 44.97% from 487); Blue value is 194 (76.17% from 255 or 39.84% from 487); Max value from RGB is 219 - color contains mainly: green. Hex color #4ADBC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADBC2 is #B5243D. Grayscale: #ACACAC. Windows color (decimal): -11871294 or 12770122. OLE color: 12770122.
HSL color Cylindrical-coordinate representation of color #4ADBC2: hue angle of 169.66º 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 #4ADBC2 is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 219 | 194 | - |
| CMYK | 0.66 | 0 | 0.11 | 0.14 |
| HSL | 169.66º | 0.67% | 0.57% | - |
| HSV(B) | 169.66º | 0.66% | 0.86% | - |
| XYZ | 37.89 | 56.01 | 59.85 | - |
| YUV | 172.8 | 139.96 | 57.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 219 | 194 | 0.66 | 0 | 0.11 | 0.14 | 169.66 | 0.67 | 0.57 |
| Hex | 4A | DB | C2 | 42 | 0 | B | E | AA | 43 | 39 |
| Octal | 112 | 333 | 302 | 102 | 0 | 13 | 16 | 252 | 103 | 71 |
| Binary | 1001010 | 11011011 | 11000010 | 1000010 | 0 | 1011 | 1110 | 10101010 | 1000011 | 111001 |
Color Harmonies of #4ADBC2
Complementary color
Monochromatic Colors of #4ADBC2
Black with #4ADBC2
Text Example
Text Example
White with #4ADBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADBC2; }
p { color: rgb(74,219,194); }
H1.HeaderClassName
{
color: #4ADBC2;
}
.AnyTagClassName
{
color: #4ADBC2;
}
</style>
background-color css
<style>
a { background-color: #4ADBC2; }
a { background-color: rgb(74,219,194); }
div.DivClassName
{
background-color: #4ADBC2;
}
.BgClassName
{
background-color: #4ADBC2;
}
</style>
border-color css
<style>
span { border-color: #4ADBC2; }
span { border-color: rgb(74,219,194); }
td.TdClassName
{
border-color: #4ADBC2;
}
.TagClassName
{
border-color: #4ADBC2;
}
</style>