Shades of Turquoise #4AE4E2
Tints of Turquoise #4AE4E2
RGB
CMYK
RGB Variations
Color information
#4AE4E2 (or 0x4AE4E2) is known color: Turquoise. HEX triplet: 4A, E4 and E2. RGB value is (74,228,226). Sum of RGB (Red+Green+Blue) = 74+228+226=528 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.02% from 528); Green value is 228 (89.45% from 255 or 43.18% from 528); Blue value is 226 (88.67% from 255 or 42.80% from 528); Max value from RGB is 228 - color contains mainly: green. Hex color #4AE4E2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AE4E2 is #B51B1D. Grayscale: #B5B5B5. Windows color (decimal): -11868958 or 14869578. OLE color: 14869578.
HSL color Cylindrical-coordinate representation of color #4AE4E2: hue angle of 179.22º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AE4E2 is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 74 | 228 | 226 | - |
| CMYK | 0.68 | 0 | 0.01 | 0.11 |
| HSL | 179.22º | 0.74% | 0.59% | - |
| HSV(B) | 179.22º | 0.68% | 0.89% | - |
| XYZ | 44.29 | 62.43 | 81.67 | - |
| YUV | 181.73 | 152.98 | 51.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 228 | 226 | 0.68 | 0 | 0.01 | 0.11 | 179.22 | 0.74 | 0.59 |
| Hex | 4A | E4 | E2 | 44 | 0 | 1 | B | B3 | 4A | 3B |
| Octal | 112 | 344 | 342 | 104 | 0 | 1 | 13 | 263 | 112 | 73 |
| Binary | 1001010 | 11100100 | 11100010 | 1000100 | 0 | 1 | 1011 | 10110011 | 1001010 | 111011 |
Color Harmonies of #4AE4E2
Complementary color
Monochromatic Colors of #4AE4E2
Black with #4AE4E2
Text Example
Text Example
White with #4AE4E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE4E2; }
p { color: rgb(74,228,226); }
H1.HeaderClassName
{
color: #4AE4E2;
}
.AnyTagClassName
{
color: #4AE4E2;
}
</style>
background-color css
<style>
a { background-color: #4AE4E2; }
a { background-color: rgb(74,228,226); }
div.DivClassName
{
background-color: #4AE4E2;
}
.BgClassName
{
background-color: #4AE4E2;
}
</style>
border-color css
<style>
span { border-color: #4AE4E2; }
span { border-color: rgb(74,228,226); }
td.TdClassName
{
border-color: #4AE4E2;
}
.TagClassName
{
border-color: #4AE4E2;
}
</style>