Shades of Medium Turquoise #4ADBBD
Tints of Medium Turquoise #4ADBBD
RGB
CMYK
RGB Variations
Color information
#4ADBBD (or 0x4ADBBD) is known color: Medium Turquoise. HEX triplet: 4A, DB and BD. RGB value is (74,219,189). Sum of RGB (Red+Green+Blue) = 74+219+189=482 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.35% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #4ADBBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADBBD is #B52442. Grayscale: #ACACAC. Windows color (decimal): -11871299 or 12442442. OLE color: 12442442.
HSL color Cylindrical-coordinate representation of color #4ADBBD: hue angle of 167.59º 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 #4ADBBD is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 219 | 189 | - |
| CMYK | 0.66 | 0 | 0.14 | 0.14 |
| HSL | 167.59º | 0.67% | 0.57% | - |
| HSV(B) | 167.59º | 0.66% | 0.86% | - |
| XYZ | 37.34 | 55.79 | 56.95 | - |
| YUV | 172.23 | 137.46 | 57.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 219 | 189 | 0.66 | 0 | 0.14 | 0.14 | 167.59 | 0.67 | 0.57 |
| Hex | 4A | DB | BD | 42 | 0 | E | E | A8 | 43 | 39 |
| Octal | 112 | 333 | 275 | 102 | 0 | 16 | 16 | 250 | 103 | 71 |
| Binary | 1001010 | 11011011 | 10111101 | 1000010 | 0 | 1110 | 1110 | 10101000 | 1000011 | 111001 |
Color Harmonies of #4ADBBD
Complementary color
Monochromatic Colors of #4ADBBD
Black with #4ADBBD
Text Example
Text Example
White with #4ADBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADBBD; }
p { color: rgb(74,219,189); }
H1.HeaderClassName
{
color: #4ADBBD;
}
.AnyTagClassName
{
color: #4ADBBD;
}
</style>
background-color css
<style>
a { background-color: #4ADBBD; }
a { background-color: rgb(74,219,189); }
div.DivClassName
{
background-color: #4ADBBD;
}
.BgClassName
{
background-color: #4ADBBD;
}
</style>
border-color css
<style>
span { border-color: #4ADBBD; }
span { border-color: rgb(74,219,189); }
td.TdClassName
{
border-color: #4ADBBD;
}
.TagClassName
{
border-color: #4ADBBD;
}
</style>