Shades of Medium Turquoise #4ACDBB
Tints of Medium Turquoise #4ACDBB
RGB
CMYK
RGB Variations
Color information
#4ACDBB (or 0x4ACDBB) is known color: Medium Turquoise. HEX triplet: 4A, CD and BB. RGB value is (74,205,187). Sum of RGB (Red+Green+Blue) = 74+205+187=466 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.88% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 205 - color contains mainly: green. Hex color #4ACDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACDBB is #B53244. Grayscale: #A3A3A3. Windows color (decimal): -11874885 or 12307786. OLE color: 12307786.
HSL color Cylindrical-coordinate representation of color #4ACDBB: hue angle of 171.76º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACDBB is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 205 | 187 | - |
| CMYK | 0.64 | 0 | 0.09 | 0.20 |
| HSL | 171.76º | 0.57% | 0.55% | - |
| HSV(B) | 171.76º | 0.64% | 0.8% | - |
| XYZ | 33.63 | 48.71 | 54.64 | - |
| YUV | 163.78 | 141.1 | 63.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 205 | 187 | 0.64 | 0 | 0.09 | 0.20 | 171.76 | 0.57 | 0.55 |
| Hex | 4A | CD | BB | 40 | 0 | 9 | 14 | AC | 39 | 37 |
| Octal | 112 | 315 | 273 | 100 | 0 | 11 | 24 | 254 | 71 | 67 |
| Binary | 1001010 | 11001101 | 10111011 | 1000000 | 0 | 1001 | 10100 | 10101100 | 111001 | 110111 |
Color Harmonies of #4ACDBB
Complementary color
Monochromatic Colors of #4ACDBB
Black with #4ACDBB
Text Example
Text Example
White with #4ACDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACDBB; }
p { color: rgb(74,205,187); }
H1.HeaderClassName
{
color: #4ACDBB;
}
.AnyTagClassName
{
color: #4ACDBB;
}
</style>
background-color css
<style>
a { background-color: #4ACDBB; }
a { background-color: rgb(74,205,187); }
div.DivClassName
{
background-color: #4ACDBB;
}
.BgClassName
{
background-color: #4ACDBB;
}
</style>
border-color css
<style>
span { border-color: #4ACDBB; }
span { border-color: rgb(74,205,187); }
td.TdClassName
{
border-color: #4ACDBB;
}
.TagClassName
{
border-color: #4ACDBB;
}
</style>