Shades of Medium Turquoise #4ADBB7
Tints of Medium Turquoise #4ADBB7
RGB
CMYK
RGB Variations
Color information
#4ADBB7 (or 0x4ADBB7) is known color: Medium Turquoise. HEX triplet: 4A, DB and B7. RGB value is (74,219,183). Sum of RGB (Red+Green+Blue) = 74+219+183=476 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.55% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 183 (71.88% from 255 or 38.45% from 476); Max value from RGB is 219 - color contains mainly: green. Hex color #4ADBB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADBB7 is #B52448. Grayscale: #ABABAB. Windows color (decimal): -11871305 or 12049226. OLE color: 12049226.
HSL color Cylindrical-coordinate representation of color #4ADBB7: hue angle of 165.1º 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 #4ADBB7 is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 219 | 183 | - |
| CMYK | 0.66 | 0 | 0.16 | 0.14 |
| HSL | 165.1º | 0.67% | 0.57% | - |
| HSV(B) | 165.1º | 0.66% | 0.86% | - |
| XYZ | 36.7 | 55.54 | 53.59 | - |
| YUV | 171.54 | 134.46 | 58.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 219 | 183 | 0.66 | 0 | 0.16 | 0.14 | 165.1 | 0.67 | 0.57 |
| Hex | 4A | DB | B7 | 42 | 0 | 10 | E | A5 | 43 | 39 |
| Octal | 112 | 333 | 267 | 102 | 0 | 20 | 16 | 245 | 103 | 71 |
| Binary | 1001010 | 11011011 | 10110111 | 1000010 | 0 | 10000 | 1110 | 10100101 | 1000011 | 111001 |
Color Harmonies of #4ADBB7
Complementary color
Monochromatic Colors of #4ADBB7
Black with #4ADBB7
Text Example
Text Example
White with #4ADBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADBB7; }
p { color: rgb(74,219,183); }
H1.HeaderClassName
{
color: #4ADBB7;
}
.AnyTagClassName
{
color: #4ADBB7;
}
</style>
background-color css
<style>
a { background-color: #4ADBB7; }
a { background-color: rgb(74,219,183); }
div.DivClassName
{
background-color: #4ADBB7;
}
.BgClassName
{
background-color: #4ADBB7;
}
</style>
border-color css
<style>
span { border-color: #4ADBB7; }
span { border-color: rgb(74,219,183); }
td.TdClassName
{
border-color: #4ADBB7;
}
.TagClassName
{
border-color: #4ADBB7;
}
</style>