Shades of Medium Turquoise #4ABDB7
Tints of Medium Turquoise #4ABDB7
RGB
CMYK
RGB Variations
Color information
#4ABDB7 (or 0x4ABDB7) is known color: Medium Turquoise. HEX triplet: 4A, BD and B7. RGB value is (74,189,183). Sum of RGB (Red+Green+Blue) = 74+189+183=446 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.59% from 446); Green value is 189 (74.22% from 255 or 42.38% from 446); Blue value is 183 (71.88% from 255 or 41.03% from 446); Max value from RGB is 189 - color contains mainly: green. Hex color #4ABDB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABDB7 is #B54248. Grayscale: #999999. Windows color (decimal): -11878985 or 12041546. OLE color: 12041546.
HSL color Cylindrical-coordinate representation of color #4ABDB7: hue angle of 176.87º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABDB7 is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 189 | 183 | - |
| CMYK | 0.61 | 0 | 0.03 | 0.26 |
| HSL | 176.87º | 0.47% | 0.52% | - |
| HSV(B) | 176.87º | 0.61% | 0.74% | - |
| XYZ | 29.57 | 41.27 | 51.21 | - |
| YUV | 153.93 | 144.4 | 70.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 189 | 183 | 0.61 | 0 | 0.03 | 0.26 | 176.87 | 0.47 | 0.52 |
| Hex | 4A | BD | B7 | 3D | 0 | 3 | 1A | B1 | 2F | 34 |
| Octal | 112 | 275 | 267 | 75 | 0 | 3 | 32 | 261 | 57 | 64 |
| Binary | 1001010 | 10111101 | 10110111 | 111101 | 0 | 11 | 11010 | 10110001 | 101111 | 110100 |
Color Harmonies of #4ABDB7
Complementary color
Monochromatic Colors of #4ABDB7
Black with #4ABDB7
Text Example
Text Example
White with #4ABDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABDB7; }
p { color: rgb(74,189,183); }
H1.HeaderClassName
{
color: #4ABDB7;
}
.AnyTagClassName
{
color: #4ABDB7;
}
</style>
background-color css
<style>
a { background-color: #4ABDB7; }
a { background-color: rgb(74,189,183); }
div.DivClassName
{
background-color: #4ABDB7;
}
.BgClassName
{
background-color: #4ABDB7;
}
</style>
border-color css
<style>
span { border-color: #4ABDB7; }
span { border-color: rgb(74,189,183); }
td.TdClassName
{
border-color: #4ABDB7;
}
.TagClassName
{
border-color: #4ABDB7;
}
</style>