Shades of Medium Turquoise #4AC0BB
Tints of Medium Turquoise #4AC0BB
RGB
CMYK
RGB Variations
Color information
#4AC0BB (or 0x4AC0BB) is known color: Medium Turquoise. HEX triplet: 4A, C0 and BB. RGB value is (74,192,187). Sum of RGB (Red+Green+Blue) = 74+192+187=453 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.34% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 192 - color contains mainly: green. Hex color #4AC0BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AC0BB is #B53F44. Grayscale: #9C9C9C. Windows color (decimal): -11878213 or 12304458. OLE color: 12304458.
HSL color Cylindrical-coordinate representation of color #4AC0BB: hue angle of 177.46º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4AC0BB is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 74 | 192 | 187 | - |
| CMYK | 0.61 | 0 | 0.03 | 0.25 |
| HSL | 177.46º | 0.48% | 0.52% | - |
| HSV(B) | 177.46º | 0.61% | 0.75% | - |
| XYZ | 30.64 | 42.74 | 53.65 | - |
| YUV | 156.15 | 145.41 | 69.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 192 | 187 | 0.61 | 0 | 0.03 | 0.25 | 177.46 | 0.48 | 0.52 |
| Hex | 4A | C0 | BB | 3D | 0 | 3 | 19 | B1 | 30 | 34 |
| Octal | 112 | 300 | 273 | 75 | 0 | 3 | 31 | 261 | 60 | 64 |
| Binary | 1001010 | 11000000 | 10111011 | 111101 | 0 | 11 | 11001 | 10110001 | 110000 | 110100 |
Color Harmonies of #4AC0BB
Complementary color
Monochromatic Colors of #4AC0BB
Black with #4AC0BB
Text Example
Text Example
White with #4AC0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC0BB; }
p { color: rgb(74,192,187); }
H1.HeaderClassName
{
color: #4AC0BB;
}
.AnyTagClassName
{
color: #4AC0BB;
}
</style>
background-color css
<style>
a { background-color: #4AC0BB; }
a { background-color: rgb(74,192,187); }
div.DivClassName
{
background-color: #4AC0BB;
}
.BgClassName
{
background-color: #4AC0BB;
}
</style>
border-color css
<style>
span { border-color: #4AC0BB; }
span { border-color: rgb(74,192,187); }
td.TdClassName
{
border-color: #4AC0BB;
}
.TagClassName
{
border-color: #4AC0BB;
}
</style>