Shades of Medium Turquoise #4AC8B6
Tints of Medium Turquoise #4AC8B6
RGB
CMYK
RGB Variations
Color information
#4AC8B6 (or 0x4AC8B6) is known color: Medium Turquoise. HEX triplet: 4A, C8 and B6. RGB value is (74,200,182). Sum of RGB (Red+Green+Blue) = 74+200+182=456 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.23% from 456); Green value is 200 (78.52% from 255 or 43.86% from 456); Blue value is 182 (71.48% from 255 or 39.91% from 456); Max value from RGB is 200 - color contains mainly: green. Hex color #4AC8B6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AC8B6 is #B53749. Grayscale: #A0A0A0. Windows color (decimal): -11876170 or 11978826. OLE color: 11978826.
HSL color Cylindrical-coordinate representation of color #4AC8B6: hue angle of 171.43º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4AC8B6 is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 74 | 200 | 182 | - |
| CMYK | 0.63 | 0 | 0.09 | 0.22 |
| HSL | 171.43º | 0.53% | 0.54% | - |
| HSV(B) | 171.43º | 0.63% | 0.78% | - |
| XYZ | 31.92 | 46.14 | 51.48 | - |
| YUV | 160.27 | 140.26 | 66.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 200 | 182 | 0.63 | 0 | 0.09 | 0.22 | 171.43 | 0.53 | 0.54 |
| Hex | 4A | C8 | B6 | 3F | 0 | 9 | 16 | AB | 35 | 36 |
| Octal | 112 | 310 | 266 | 77 | 0 | 11 | 26 | 253 | 65 | 66 |
| Binary | 1001010 | 11001000 | 10110110 | 111111 | 0 | 1001 | 10110 | 10101011 | 110101 | 110110 |
Color Harmonies of #4AC8B6
Complementary color
Monochromatic Colors of #4AC8B6
Black with #4AC8B6
Text Example
Text Example
White with #4AC8B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC8B6; }
p { color: rgb(74,200,182); }
H1.HeaderClassName
{
color: #4AC8B6;
}
.AnyTagClassName
{
color: #4AC8B6;
}
</style>
background-color css
<style>
a { background-color: #4AC8B6; }
a { background-color: rgb(74,200,182); }
div.DivClassName
{
background-color: #4AC8B6;
}
.BgClassName
{
background-color: #4AC8B6;
}
</style>
border-color css
<style>
span { border-color: #4AC8B6; }
span { border-color: rgb(74,200,182); }
td.TdClassName
{
border-color: #4AC8B6;
}
.TagClassName
{
border-color: #4AC8B6;
}
</style>