Shades of Medium Turquoise #4ACDB5
Tints of Medium Turquoise #4ACDB5
RGB
CMYK
RGB Variations
Color information
#4ACDB5 (or 0x4ACDB5) is known color: Medium Turquoise. HEX triplet: 4A, CD and B5. RGB value is (74,205,181). Sum of RGB (Red+Green+Blue) = 74+205+181=460 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.09% from 460); Green value is 205 (80.47% from 255 or 44.57% from 460); Blue value is 181 (71.09% from 255 or 39.35% from 460); Max value from RGB is 205 - color contains mainly: green. Hex color #4ACDB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACDB5 is #B5324A. Grayscale: #A3A3A3. Windows color (decimal): -11874891 or 11914570. OLE color: 11914570.
HSL color Cylindrical-coordinate representation of color #4ACDB5: hue angle of 169.01º 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 #4ACDB5 is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 205 | 181 | - |
| CMYK | 0.64 | 0 | 0.12 | 0.20 |
| HSL | 169.01º | 0.57% | 0.55% | - |
| HSV(B) | 169.01º | 0.64% | 0.8% | - |
| XYZ | 33 | 48.45 | 51.33 | - |
| YUV | 163.1 | 138.1 | 64.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 205 | 181 | 0.64 | 0 | 0.12 | 0.20 | 169.01 | 0.57 | 0.55 |
| Hex | 4A | CD | B5 | 40 | 0 | C | 14 | A9 | 39 | 37 |
| Octal | 112 | 315 | 265 | 100 | 0 | 14 | 24 | 251 | 71 | 67 |
| Binary | 1001010 | 11001101 | 10110101 | 1000000 | 0 | 1100 | 10100 | 10101001 | 111001 | 110111 |
Color Harmonies of #4ACDB5
Complementary color
Monochromatic Colors of #4ACDB5
Black with #4ACDB5
Text Example
Text Example
White with #4ACDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACDB5; }
p { color: rgb(74,205,181); }
H1.HeaderClassName
{
color: #4ACDB5;
}
.AnyTagClassName
{
color: #4ACDB5;
}
</style>
background-color css
<style>
a { background-color: #4ACDB5; }
a { background-color: rgb(74,205,181); }
div.DivClassName
{
background-color: #4ACDB5;
}
.BgClassName
{
background-color: #4ACDB5;
}
</style>
border-color css
<style>
span { border-color: #4ACDB5; }
span { border-color: rgb(74,205,181); }
td.TdClassName
{
border-color: #4ACDB5;
}
.TagClassName
{
border-color: #4ACDB5;
}
</style>