Shades of Turquoise #4AFFAC
Tints of Turquoise #4AFFAC
RGB
CMYK
RGB Variations
Color information
#4AFFAC (or 0x4AFFAC) is known color: Turquoise. HEX triplet: 4A, FF and AC. RGB value is (74,255,172). Sum of RGB (Red+Green+Blue) = 74+255+172=501 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.77% from 501); Green value is 255 (100% from 255 or 50.90% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 255 - color contains mainly: green. Hex color #4AFFAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AFFAC is #B50053. Grayscale: #BFBFBF. Windows color (decimal): -11862100 or 11337546. OLE color: 11337546.
HSL color Cylindrical-coordinate representation of color #4AFFAC: hue angle of 152.49º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFFAC is Cyan = 0.71, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 255 | 172 | - |
| CMYK | 0.71 | 0 | 0.33 | 0 |
| HSL | 152.49º | 1% | 0.65% | - |
| HSV(B) | 152.49º | 0.71% | 1% | - |
| XYZ | 46.03 | 75.95 | 51.26 | - |
| YUV | 191.42 | 117.03 | 44.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 255 | 172 | 0.71 | 0 | 0.33 | 0 | 152.49 | 1 | 0.65 |
| Hex | 4A | FF | AC | 47 | 0 | 21 | 0 | 98 | 64 | 41 |
| Octal | 112 | 377 | 254 | 107 | 0 | 41 | 0 | 230 | 144 | 101 |
| Binary | 1001010 | 11111111 | 10101100 | 1000111 | 0 | 100001 | 0 | 10011000 | 1100100 | 1000001 |
Color Harmonies of #4AFFAC
Complementary color
Monochromatic Colors of #4AFFAC
Black with #4AFFAC
Text Example
Text Example
White with #4AFFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFFAC; }
p { color: rgb(74,255,172); }
H1.HeaderClassName
{
color: #4AFFAC;
}
.AnyTagClassName
{
color: #4AFFAC;
}
</style>
background-color css
<style>
a { background-color: #4AFFAC; }
a { background-color: rgb(74,255,172); }
div.DivClassName
{
background-color: #4AFFAC;
}
.BgClassName
{
background-color: #4AFFAC;
}
</style>
border-color css
<style>
span { border-color: #4AFFAC; }
span { border-color: rgb(74,255,172); }
td.TdClassName
{
border-color: #4AFFAC;
}
.TagClassName
{
border-color: #4AFFAC;
}
</style>