Shades of Medium Turquoise #4ACBBB
Tints of Medium Turquoise #4ACBBB
RGB
CMYK
RGB Variations
Color information
#4ACBBB (or 0x4ACBBB) is known color: Medium Turquoise. HEX triplet: 4A, CB and BB. RGB value is (74,203,187). Sum of RGB (Red+Green+Blue) = 74+203+187=464 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.95% from 464); Green value is 203 (79.69% from 255 or 43.75% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 203 - color contains mainly: green. Hex color #4ACBBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACBBB is #B53444. Grayscale: #A2A2A2. Windows color (decimal): -11875397 or 12307274. OLE color: 12307274.
HSL color Cylindrical-coordinate representation of color #4ACBBB: hue angle of 172.56º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACBBB is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 203 | 187 | - |
| CMYK | 0.64 | 0 | 0.08 | 0.20 |
| HSL | 172.56º | 0.55% | 0.54% | - |
| HSV(B) | 172.56º | 0.64% | 0.8% | - |
| XYZ | 33.15 | 47.76 | 54.48 | - |
| YUV | 162.61 | 141.76 | 64.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 203 | 187 | 0.64 | 0 | 0.08 | 0.20 | 172.56 | 0.55 | 0.54 |
| Hex | 4A | CB | BB | 40 | 0 | 8 | 14 | AD | 37 | 36 |
| Octal | 112 | 313 | 273 | 100 | 0 | 10 | 24 | 255 | 67 | 66 |
| Binary | 1001010 | 11001011 | 10111011 | 1000000 | 0 | 1000 | 10100 | 10101101 | 110111 | 110110 |
Color Harmonies of #4ACBBB
Complementary color
Monochromatic Colors of #4ACBBB
Black with #4ACBBB
Text Example
Text Example
White with #4ACBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACBBB; }
p { color: rgb(74,203,187); }
H1.HeaderClassName
{
color: #4ACBBB;
}
.AnyTagClassName
{
color: #4ACBBB;
}
</style>
background-color css
<style>
a { background-color: #4ACBBB; }
a { background-color: rgb(74,203,187); }
div.DivClassName
{
background-color: #4ACBBB;
}
.BgClassName
{
background-color: #4ACBBB;
}
</style>
border-color css
<style>
span { border-color: #4ACBBB; }
span { border-color: rgb(74,203,187); }
td.TdClassName
{
border-color: #4ACBBB;
}
.TagClassName
{
border-color: #4ACBBB;
}
</style>