Shades of Medium Turquoise #4ADBC9
Tints of Medium Turquoise #4ADBC9
RGB
CMYK
RGB Variations
Color information
#4ADBC9 (or 0x4ADBC9) is known color: Medium Turquoise. HEX triplet: 4A, DB and C9. RGB value is (74,219,201). Sum of RGB (Red+Green+Blue) = 74+219+201=494 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.98% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 201 (78.91% from 255 or 40.69% from 494); Max value from RGB is 219 - color contains mainly: green. Hex color #4ADBC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADBC9 is #B52436. Grayscale: #ADADAD. Windows color (decimal): -11871287 or 13228874. OLE color: 13228874.
HSL color Cylindrical-coordinate representation of color #4ADBC9: hue angle of 172.55º 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 #4ADBC9 is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 219 | 201 | - |
| CMYK | 0.66 | 0 | 0.08 | 0.14 |
| HSL | 172.55º | 0.67% | 0.57% | - |
| HSV(B) | 172.55º | 0.66% | 0.86% | - |
| XYZ | 38.7 | 56.34 | 64.09 | - |
| YUV | 173.59 | 143.46 | 56.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 219 | 201 | 0.66 | 0 | 0.08 | 0.14 | 172.55 | 0.67 | 0.57 |
| Hex | 4A | DB | C9 | 42 | 0 | 8 | E | AD | 43 | 39 |
| Octal | 112 | 333 | 311 | 102 | 0 | 10 | 16 | 255 | 103 | 71 |
| Binary | 1001010 | 11011011 | 11001001 | 1000010 | 0 | 1000 | 1110 | 10101101 | 1000011 | 111001 |
Color Harmonies of #4ADBC9
Complementary color
Monochromatic Colors of #4ADBC9
Black with #4ADBC9
Text Example
Text Example
White with #4ADBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADBC9; }
p { color: rgb(74,219,201); }
H1.HeaderClassName
{
color: #4ADBC9;
}
.AnyTagClassName
{
color: #4ADBC9;
}
</style>
background-color css
<style>
a { background-color: #4ADBC9; }
a { background-color: rgb(74,219,201); }
div.DivClassName
{
background-color: #4ADBC9;
}
.BgClassName
{
background-color: #4ADBC9;
}
</style>
border-color css
<style>
span { border-color: #4ADBC9; }
span { border-color: rgb(74,219,201); }
td.TdClassName
{
border-color: #4ADBC9;
}
.TagClassName
{
border-color: #4ADBC9;
}
</style>