Shades of Medium Turquoise #4ADBC6
Tints of Medium Turquoise #4ADBC6
RGB
CMYK
RGB Variations
Color information
#4ADBC6 (or 0x4ADBC6) is known color: Medium Turquoise. HEX triplet: 4A, DB and C6. RGB value is (74,219,198). Sum of RGB (Red+Green+Blue) = 74+219+198=491 (65% of max value = 765). Red value is 74 (29.30% from 255 or 15.07% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 198 (77.73% from 255 or 40.33% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #4ADBC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADBC6 is #B52439. Grayscale: #ADADAD. Windows color (decimal): -11871290 or 13032266. OLE color: 13032266.
HSL color Cylindrical-coordinate representation of color #4ADBC6: hue angle of 171.31º 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 #4ADBC6 is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 219 | 198 | - |
| CMYK | 0.66 | 0 | 0.10 | 0.14 |
| HSL | 171.31º | 0.67% | 0.57% | - |
| HSV(B) | 171.31º | 0.66% | 0.86% | - |
| XYZ | 38.35 | 56.2 | 62.25 | - |
| YUV | 173.25 | 141.96 | 57.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 219 | 198 | 0.66 | 0 | 0.10 | 0.14 | 171.31 | 0.67 | 0.57 |
| Hex | 4A | DB | C6 | 42 | 0 | A | E | AB | 43 | 39 |
| Octal | 112 | 333 | 306 | 102 | 0 | 12 | 16 | 253 | 103 | 71 |
| Binary | 1001010 | 11011011 | 11000110 | 1000010 | 0 | 1010 | 1110 | 10101011 | 1000011 | 111001 |
Color Harmonies of #4ADBC6
Complementary color
Monochromatic Colors of #4ADBC6
Black with #4ADBC6
Text Example
Text Example
White with #4ADBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADBC6; }
p { color: rgb(74,219,198); }
H1.HeaderClassName
{
color: #4ADBC6;
}
.AnyTagClassName
{
color: #4ADBC6;
}
</style>
background-color css
<style>
a { background-color: #4ADBC6; }
a { background-color: rgb(74,219,198); }
div.DivClassName
{
background-color: #4ADBC6;
}
.BgClassName
{
background-color: #4ADBC6;
}
</style>
border-color css
<style>
span { border-color: #4ADBC6; }
span { border-color: rgb(74,219,198); }
td.TdClassName
{
border-color: #4ADBC6;
}
.TagClassName
{
border-color: #4ADBC6;
}
</style>