Shades of Turquoise #4AEAE1
Tints of Turquoise #4AEAE1
RGB
CMYK
RGB Variations
Color information
#4AEAE1 (or 0x4AEAE1) is known color: Turquoise. HEX triplet: 4A, EA and E1. RGB value is (74,234,225). Sum of RGB (Red+Green+Blue) = 74+234+225=533 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.88% from 533); Green value is 234 (91.80% from 255 or 43.90% from 533); Blue value is 225 (88.28% from 255 or 42.21% from 533); Max value from RGB is 234 - color contains mainly: green. Hex color #4AEAE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEAE1 is #B5151E. Grayscale: #B9B9B9. Windows color (decimal): -11867423 or 14805578. OLE color: 14805578.
HSL color Cylindrical-coordinate representation of color #4AEAE1: hue angle of 176.62º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AEAE1 is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 74 | 234 | 225 | - |
| CMYK | 0.68 | 0 | 0.04 | 0.08 |
| HSL | 176.63º | 0.79% | 0.6% | - |
| HSV(B) | 176.63º | 0.68% | 0.92% | - |
| XYZ | 45.84 | 65.74 | 81.51 | - |
| YUV | 185.13 | 150.49 | 48.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 234 | 225 | 0.68 | 0 | 0.04 | 0.08 | 176.63 | 0.79 | 0.6 |
| Hex | 4A | EA | E1 | 44 | 0 | 4 | 8 | B1 | 4F | 3C |
| Octal | 112 | 352 | 341 | 104 | 0 | 4 | 10 | 261 | 117 | 74 |
| Binary | 1001010 | 11101010 | 11100001 | 1000100 | 0 | 100 | 1000 | 10110001 | 1001111 | 111100 |
Color Harmonies of #4AEAE1
Complementary color
Monochromatic Colors of #4AEAE1
Black with #4AEAE1
Text Example
Text Example
White with #4AEAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEAE1; }
p { color: rgb(74,234,225); }
H1.HeaderClassName
{
color: #4AEAE1;
}
.AnyTagClassName
{
color: #4AEAE1;
}
</style>
background-color css
<style>
a { background-color: #4AEAE1; }
a { background-color: rgb(74,234,225); }
div.DivClassName
{
background-color: #4AEAE1;
}
.BgClassName
{
background-color: #4AEAE1;
}
</style>
border-color css
<style>
span { border-color: #4AEAE1; }
span { border-color: rgb(74,234,225); }
td.TdClassName
{
border-color: #4AEAE1;
}
.TagClassName
{
border-color: #4AEAE1;
}
</style>