Shades of Turquoise #4AFFAE
Tints of Turquoise #4AFFAE
RGB
CMYK
RGB Variations
Color information
#4AFFAE (or 0x4AFFAE) is known color: Turquoise. HEX triplet: 4A, FF and AE. RGB value is (74,255,174). Sum of RGB (Red+Green+Blue) = 74+255+174=503 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.71% from 503); Green value is 255 (100% from 255 or 50.70% from 503); Blue value is 174 (68.36% from 255 or 34.59% from 503); Max value from RGB is 255 - color contains mainly: green. Hex color #4AFFAE is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AFFAE is #B50051. Grayscale: #BFBFBF. Windows color (decimal): -11862098 or 11468618. OLE color: 11468618.
HSL color Cylindrical-coordinate representation of color #4AFFAE: hue angle of 153.15º 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 #4AFFAE is Cyan = 0.71, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 255 | 174 | - |
| CMYK | 0.71 | 0 | 0.32 | 0 |
| HSL | 153.15º | 1% | 0.65% | - |
| HSV(B) | 153.15º | 0.71% | 1% | - |
| XYZ | 46.22 | 76.03 | 52.28 | - |
| YUV | 191.65 | 118.03 | 44.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 255 | 174 | 0.71 | 0 | 0.32 | 0 | 153.15 | 1 | 0.65 |
| Hex | 4A | FF | AE | 47 | 0 | 20 | 0 | 99 | 64 | 41 |
| Octal | 112 | 377 | 256 | 107 | 0 | 40 | 0 | 231 | 144 | 101 |
| Binary | 1001010 | 11111111 | 10101110 | 1000111 | 0 | 100000 | 0 | 10011001 | 1100100 | 1000001 |
Color Harmonies of #4AFFAE
Complementary color
Monochromatic Colors of #4AFFAE
Black with #4AFFAE
Text Example
Text Example
White with #4AFFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFFAE; }
p { color: rgb(74,255,174); }
H1.HeaderClassName
{
color: #4AFFAE;
}
.AnyTagClassName
{
color: #4AFFAE;
}
</style>
background-color css
<style>
a { background-color: #4AFFAE; }
a { background-color: rgb(74,255,174); }
div.DivClassName
{
background-color: #4AFFAE;
}
.BgClassName
{
background-color: #4AFFAE;
}
</style>
border-color css
<style>
span { border-color: #4AFFAE; }
span { border-color: rgb(74,255,174); }
td.TdClassName
{
border-color: #4AFFAE;
}
.TagClassName
{
border-color: #4AFFAE;
}
</style>