Shades of Medium Turquoise #4ACEB7
Tints of Medium Turquoise #4ACEB7
RGB
CMYK
RGB Variations
Color information
#4ACEB7 (or 0x4ACEB7) is known color: Medium Turquoise. HEX triplet: 4A, CE and B7. RGB value is (74,206,183). Sum of RGB (Red+Green+Blue) = 74+206+183=463 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.98% from 463); Green value is 206 (80.86% from 255 or 44.49% from 463); Blue value is 183 (71.88% from 255 or 39.52% from 463); Max value from RGB is 206 - color contains mainly: green. Hex color #4ACEB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACEB7 is #B53148. Grayscale: #A3A3A3. Windows color (decimal): -11874633 or 12045898. OLE color: 12045898.
HSL color Cylindrical-coordinate representation of color #4ACEB7: hue angle of 169.55º 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 #4ACEB7 is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 206 | 183 | - |
| CMYK | 0.64 | 0 | 0.11 | 0.19 |
| HSL | 169.55º | 0.57% | 0.55% | - |
| HSV(B) | 169.55º | 0.64% | 0.81% | - |
| XYZ | 33.44 | 49.02 | 52.5 | - |
| YUV | 163.91 | 138.77 | 63.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 206 | 183 | 0.64 | 0 | 0.11 | 0.19 | 169.55 | 0.57 | 0.55 |
| Hex | 4A | CE | B7 | 40 | 0 | B | 13 | AA | 39 | 37 |
| Octal | 112 | 316 | 267 | 100 | 0 | 13 | 23 | 252 | 71 | 67 |
| Binary | 1001010 | 11001110 | 10110111 | 1000000 | 0 | 1011 | 10011 | 10101010 | 111001 | 110111 |
Color Harmonies of #4ACEB7
Complementary color
Monochromatic Colors of #4ACEB7
Black with #4ACEB7
Text Example
Text Example
White with #4ACEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACEB7; }
p { color: rgb(74,206,183); }
H1.HeaderClassName
{
color: #4ACEB7;
}
.AnyTagClassName
{
color: #4ACEB7;
}
</style>
background-color css
<style>
a { background-color: #4ACEB7; }
a { background-color: rgb(74,206,183); }
div.DivClassName
{
background-color: #4ACEB7;
}
.BgClassName
{
background-color: #4ACEB7;
}
</style>
border-color css
<style>
span { border-color: #4ACEB7; }
span { border-color: rgb(74,206,183); }
td.TdClassName
{
border-color: #4ACEB7;
}
.TagClassName
{
border-color: #4ACEB7;
}
</style>