Shades of Turquoise #4AFFAD
Tints of Turquoise #4AFFAD
RGB
CMYK
RGB Variations
Color information
#4AFFAD (or 0x4AFFAD) is known color: Turquoise. HEX triplet: 4A, FF and AD. RGB value is (74,255,173). Sum of RGB (Red+Green+Blue) = 74+255+173=502 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.74% from 502); Green value is 255 (100% from 255 or 50.80% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 255 - color contains mainly: green. Hex color #4AFFAD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AFFAD is #B50052. Grayscale: #BFBFBF. Windows color (decimal): -11862099 or 11403082. OLE color: 11403082.
HSL color Cylindrical-coordinate representation of color #4AFFAD: hue angle of 152.82º 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 #4AFFAD is Cyan = 0.71, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 255 | 173 | - |
| CMYK | 0.71 | 0 | 0.32 | 0 |
| HSL | 152.82º | 1% | 0.65% | - |
| HSV(B) | 152.82º | 0.71% | 1% | - |
| XYZ | 46.13 | 75.99 | 51.77 | - |
| YUV | 191.53 | 117.53 | 44.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 255 | 173 | 0.71 | 0 | 0.32 | 0 | 152.82 | 1 | 0.65 |
| Hex | 4A | FF | AD | 47 | 0 | 20 | 0 | 99 | 64 | 41 |
| Octal | 112 | 377 | 255 | 107 | 0 | 40 | 0 | 231 | 144 | 101 |
| Binary | 1001010 | 11111111 | 10101101 | 1000111 | 0 | 100000 | 0 | 10011001 | 1100100 | 1000001 |
Color Harmonies of #4AFFAD
Complementary color
Monochromatic Colors of #4AFFAD
Black with #4AFFAD
Text Example
Text Example
White with #4AFFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFFAD; }
p { color: rgb(74,255,173); }
H1.HeaderClassName
{
color: #4AFFAD;
}
.AnyTagClassName
{
color: #4AFFAD;
}
</style>
background-color css
<style>
a { background-color: #4AFFAD; }
a { background-color: rgb(74,255,173); }
div.DivClassName
{
background-color: #4AFFAD;
}
.BgClassName
{
background-color: #4AFFAD;
}
</style>
border-color css
<style>
span { border-color: #4AFFAD; }
span { border-color: rgb(74,255,173); }
td.TdClassName
{
border-color: #4AFFAD;
}
.TagClassName
{
border-color: #4AFFAD;
}
</style>