Shades of Medium Turquoise #4ACFB6
Tints of Medium Turquoise #4ACFB6
RGB
CMYK
RGB Variations
Color information
#4ACFB6 (or 0x4ACFB6) is known color: Medium Turquoise. HEX triplet: 4A, CF and B6. RGB value is (74,207,182). Sum of RGB (Red+Green+Blue) = 74+207+182=463 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.98% from 463); Green value is 207 (81.25% from 255 or 44.71% from 463); Blue value is 182 (71.48% from 255 or 39.31% from 463); Max value from RGB is 207 - color contains mainly: green. Hex color #4ACFB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACFB6 is #B53049. Grayscale: #A4A4A4. Windows color (decimal): -11874378 or 11980618. OLE color: 11980618.
HSL color Cylindrical-coordinate representation of color #4ACFB6: hue angle of 168.72º degrees, saturation: 0.58, 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 #4ACFB6 is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 207 | 182 | - |
| CMYK | 0.64 | 0 | 0.12 | 0.19 |
| HSL | 168.72º | 0.58% | 0.55% | - |
| HSV(B) | 168.72º | 0.64% | 0.81% | - |
| XYZ | 33.58 | 49.46 | 52.03 | - |
| YUV | 164.38 | 137.94 | 63.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 207 | 182 | 0.64 | 0 | 0.12 | 0.19 | 168.72 | 0.58 | 0.55 |
| Hex | 4A | CF | B6 | 40 | 0 | C | 13 | A9 | 3A | 37 |
| Octal | 112 | 317 | 266 | 100 | 0 | 14 | 23 | 251 | 72 | 67 |
| Binary | 1001010 | 11001111 | 10110110 | 1000000 | 0 | 1100 | 10011 | 10101001 | 111010 | 110111 |
Color Harmonies of #4ACFB6
Complementary color
Monochromatic Colors of #4ACFB6
Black with #4ACFB6
Text Example
Text Example
White with #4ACFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACFB6; }
p { color: rgb(74,207,182); }
H1.HeaderClassName
{
color: #4ACFB6;
}
.AnyTagClassName
{
color: #4ACFB6;
}
</style>
background-color css
<style>
a { background-color: #4ACFB6; }
a { background-color: rgb(74,207,182); }
div.DivClassName
{
background-color: #4ACFB6;
}
.BgClassName
{
background-color: #4ACFB6;
}
</style>
border-color css
<style>
span { border-color: #4ACFB6; }
span { border-color: rgb(74,207,182); }
td.TdClassName
{
border-color: #4ACFB6;
}
.TagClassName
{
border-color: #4ACFB6;
}
</style>