Shades of Turquoise #4AFEAE
Tints of Turquoise #4AFEAE
RGB
CMYK
RGB Variations
Color information
#4AFEAE (or 0x4AFEAE) is known color: Turquoise. HEX triplet: 4A, FE and AE. RGB value is (74,254,174). Sum of RGB (Red+Green+Blue) = 74+254+174=502 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.74% from 502); Green value is 254 (99.61% from 255 or 50.60% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 254 - color contains mainly: green. Hex color #4AFEAE is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AFEAE is #B50151. Grayscale: #BFBFBF. Windows color (decimal): -11862354 or 11468362. OLE color: 11468362.
HSL color Cylindrical-coordinate representation of color #4AFEAE: hue angle of 153.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFEAE is Cyan = 0.71, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 254 | 174 | - |
| CMYK | 0.71 | 0 | 0.31 | 0.00 |
| HSL | 153.33º | 0.99% | 0.64% | - |
| HSV(B) | 153.33º | 0.71% | 1% | - |
| XYZ | 45.91 | 75.4 | 52.18 | - |
| YUV | 191.06 | 118.37 | 44.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 254 | 174 | 0.71 | 0 | 0.31 | 0.00 | 153.33 | 0.99 | 0.64 |
| Hex | 4A | FE | AE | 47 | 0 | 1F | 0 | 99 | 63 | 40 |
| Octal | 112 | 376 | 256 | 107 | 0 | 37 | 0 | 231 | 143 | 100 |
| Binary | 1001010 | 11111110 | 10101110 | 1000111 | 0 | 11111 | 0 | 10011001 | 1100011 | 1000000 |
Color Harmonies of #4AFEAE
Complementary color
Monochromatic Colors of #4AFEAE
Black with #4AFEAE
Text Example
Text Example
White with #4AFEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFEAE; }
p { color: rgb(74,254,174); }
H1.HeaderClassName
{
color: #4AFEAE;
}
.AnyTagClassName
{
color: #4AFEAE;
}
</style>
background-color css
<style>
a { background-color: #4AFEAE; }
a { background-color: rgb(74,254,174); }
div.DivClassName
{
background-color: #4AFEAE;
}
.BgClassName
{
background-color: #4AFEAE;
}
</style>
border-color css
<style>
span { border-color: #4AFEAE; }
span { border-color: rgb(74,254,174); }
td.TdClassName
{
border-color: #4AFEAE;
}
.TagClassName
{
border-color: #4AFEAE;
}
</style>