Shades of Medium Turquoise #4ADBBC
Tints of Medium Turquoise #4ADBBC
RGB
CMYK
RGB Variations
Color information
#4ADBBC (or 0x4ADBBC) is known color: Medium Turquoise. HEX triplet: 4A, DB and BC. RGB value is (74,219,188). Sum of RGB (Red+Green+Blue) = 74+219+188=481 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.38% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 219 - color contains mainly: green. Hex color #4ADBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADBBC is #B52443. Grayscale: #ACACAC. Windows color (decimal): -11871300 or 12376906. OLE color: 12376906.
HSL color Cylindrical-coordinate representation of color #4ADBBC: hue angle of 167.17º 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 #4ADBBC is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 219 | 188 | - |
| CMYK | 0.66 | 0 | 0.14 | 0.14 |
| HSL | 167.17º | 0.67% | 0.57% | - |
| HSV(B) | 167.17º | 0.66% | 0.86% | - |
| XYZ | 37.23 | 55.75 | 56.38 | - |
| YUV | 172.11 | 136.96 | 58.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 219 | 188 | 0.66 | 0 | 0.14 | 0.14 | 167.17 | 0.67 | 0.57 |
| Hex | 4A | DB | BC | 42 | 0 | E | E | A7 | 43 | 39 |
| Octal | 112 | 333 | 274 | 102 | 0 | 16 | 16 | 247 | 103 | 71 |
| Binary | 1001010 | 11011011 | 10111100 | 1000010 | 0 | 1110 | 1110 | 10100111 | 1000011 | 111001 |
Color Harmonies of #4ADBBC
Complementary color
Monochromatic Colors of #4ADBBC
Black with #4ADBBC
Text Example
Text Example
White with #4ADBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADBBC; }
p { color: rgb(74,219,188); }
H1.HeaderClassName
{
color: #4ADBBC;
}
.AnyTagClassName
{
color: #4ADBBC;
}
</style>
background-color css
<style>
a { background-color: #4ADBBC; }
a { background-color: rgb(74,219,188); }
div.DivClassName
{
background-color: #4ADBBC;
}
.BgClassName
{
background-color: #4ADBBC;
}
</style>
border-color css
<style>
span { border-color: #4ADBBC; }
span { border-color: rgb(74,219,188); }
td.TdClassName
{
border-color: #4ADBBC;
}
.TagClassName
{
border-color: #4ADBBC;
}
</style>