Shades of Medium Turquoise #4ACDB8
Tints of Medium Turquoise #4ACDB8
RGB
CMYK
RGB Variations
Color information
#4ACDB8 (or 0x4ACDB8) is known color: Medium Turquoise. HEX triplet: 4A, CD and B8. RGB value is (74,205,184). Sum of RGB (Red+Green+Blue) = 74+205+184=463 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.98% from 463); Green value is 205 (80.47% from 255 or 44.28% from 463); Blue value is 184 (72.27% from 255 or 39.74% from 463); Max value from RGB is 205 - color contains mainly: green. Hex color #4ACDB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACDB8 is #B53247. Grayscale: #A3A3A3. Windows color (decimal): -11874888 or 12111178. OLE color: 12111178.
HSL color Cylindrical-coordinate representation of color #4ACDB8: hue angle of 170.38º 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 #4ACDB8 is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 205 | 184 | - |
| CMYK | 0.64 | 0 | 0.10 | 0.20 |
| HSL | 170.38º | 0.57% | 0.55% | - |
| HSV(B) | 170.38º | 0.64% | 0.8% | - |
| XYZ | 33.31 | 48.58 | 52.97 | - |
| YUV | 163.44 | 139.6 | 64.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 205 | 184 | 0.64 | 0 | 0.10 | 0.20 | 170.38 | 0.57 | 0.55 |
| Hex | 4A | CD | B8 | 40 | 0 | A | 14 | AA | 39 | 37 |
| Octal | 112 | 315 | 270 | 100 | 0 | 12 | 24 | 252 | 71 | 67 |
| Binary | 1001010 | 11001101 | 10111000 | 1000000 | 0 | 1010 | 10100 | 10101010 | 111001 | 110111 |
Color Harmonies of #4ACDB8
Complementary color
Monochromatic Colors of #4ACDB8
Black with #4ACDB8
Text Example
Text Example
White with #4ACDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACDB8; }
p { color: rgb(74,205,184); }
H1.HeaderClassName
{
color: #4ACDB8;
}
.AnyTagClassName
{
color: #4ACDB8;
}
</style>
background-color css
<style>
a { background-color: #4ACDB8; }
a { background-color: rgb(74,205,184); }
div.DivClassName
{
background-color: #4ACDB8;
}
.BgClassName
{
background-color: #4ACDB8;
}
</style>
border-color css
<style>
span { border-color: #4ACDB8; }
span { border-color: rgb(74,205,184); }
td.TdClassName
{
border-color: #4ACDB8;
}
.TagClassName
{
border-color: #4ACDB8;
}
</style>