Shades of Medium Turquoise #4ACEBB
Tints of Medium Turquoise #4ACEBB
RGB
CMYK
RGB Variations
Color information
#4ACEBB (or 0x4ACEBB) is known color: Medium Turquoise. HEX triplet: 4A, CE and BB. RGB value is (74,206,187). Sum of RGB (Red+Green+Blue) = 74+206+187=467 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.85% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 206 - color contains mainly: green. Hex color #4ACEBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACEBB is #B53144. Grayscale: #A4A4A4. Windows color (decimal): -11874629 or 12308042. OLE color: 12308042.
HSL color Cylindrical-coordinate representation of color #4ACEBB: hue angle of 171.36º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACEBB is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 206 | 187 | - |
| CMYK | 0.64 | 0 | 0.09 | 0.19 |
| HSL | 171.36º | 0.57% | 0.55% | - |
| HSV(B) | 171.36º | 0.64% | 0.81% | - |
| XYZ | 33.86 | 49.19 | 54.72 | - |
| YUV | 164.37 | 140.77 | 63.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 206 | 187 | 0.64 | 0 | 0.09 | 0.19 | 171.36 | 0.57 | 0.55 |
| Hex | 4A | CE | BB | 40 | 0 | 9 | 13 | AB | 39 | 37 |
| Octal | 112 | 316 | 273 | 100 | 0 | 11 | 23 | 253 | 71 | 67 |
| Binary | 1001010 | 11001110 | 10111011 | 1000000 | 0 | 1001 | 10011 | 10101011 | 111001 | 110111 |
Color Harmonies of #4ACEBB
Complementary color
Monochromatic Colors of #4ACEBB
Black with #4ACEBB
Text Example
Text Example
White with #4ACEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACEBB; }
p { color: rgb(74,206,187); }
H1.HeaderClassName
{
color: #4ACEBB;
}
.AnyTagClassName
{
color: #4ACEBB;
}
</style>
background-color css
<style>
a { background-color: #4ACEBB; }
a { background-color: rgb(74,206,187); }
div.DivClassName
{
background-color: #4ACEBB;
}
.BgClassName
{
background-color: #4ACEBB;
}
</style>
border-color css
<style>
span { border-color: #4ACEBB; }
span { border-color: rgb(74,206,187); }
td.TdClassName
{
border-color: #4ACEBB;
}
.TagClassName
{
border-color: #4ACEBB;
}
</style>