Shades of Turquoise #4AE0C2
Tints of Turquoise #4AE0C2
RGB
CMYK
RGB Variations
Color information
#4AE0C2 (or 0x4AE0C2) is known color: Turquoise. HEX triplet: 4A, E0 and C2. RGB value is (74,224,194). Sum of RGB (Red+Green+Blue) = 74+224+194=492 (65% of max value = 765). Red value is 74 (29.30% from 255 or 15.04% from 492); Green value is 224 (87.89% from 255 or 45.53% from 492); Blue value is 194 (76.17% from 255 or 39.43% from 492); Max value from RGB is 224 - color contains mainly: green. Hex color #4AE0C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AE0C2 is #B51F3D. Grayscale: #AFAFAF. Windows color (decimal): -11870014 or 12771402. OLE color: 12771402.
HSL color Cylindrical-coordinate representation of color #4AE0C2: hue angle of 168º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4AE0C2 is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 74 | 224 | 194 | - |
| CMYK | 0.67 | 0 | 0.13 | 0.12 |
| HSL | 168º | 0.71% | 0.58% | - |
| HSV(B) | 168º | 0.67% | 0.88% | - |
| XYZ | 39.22 | 58.66 | 60.29 | - |
| YUV | 175.73 | 138.31 | 55.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 224 | 194 | 0.67 | 0 | 0.13 | 0.12 | 168 | 0.71 | 0.58 |
| Hex | 4A | E0 | C2 | 43 | 0 | D | C | A8 | 47 | 3A |
| Octal | 112 | 340 | 302 | 103 | 0 | 15 | 14 | 250 | 107 | 72 |
| Binary | 1001010 | 11100000 | 11000010 | 1000011 | 0 | 1101 | 1100 | 10101000 | 1000111 | 111010 |
Color Harmonies of #4AE0C2
Complementary color
Monochromatic Colors of #4AE0C2
Black with #4AE0C2
Text Example
Text Example
White with #4AE0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE0C2; }
p { color: rgb(74,224,194); }
H1.HeaderClassName
{
color: #4AE0C2;
}
.AnyTagClassName
{
color: #4AE0C2;
}
</style>
background-color css
<style>
a { background-color: #4AE0C2; }
a { background-color: rgb(74,224,194); }
div.DivClassName
{
background-color: #4AE0C2;
}
.BgClassName
{
background-color: #4AE0C2;
}
</style>
border-color css
<style>
span { border-color: #4AE0C2; }
span { border-color: rgb(74,224,194); }
td.TdClassName
{
border-color: #4AE0C2;
}
.TagClassName
{
border-color: #4AE0C2;
}
</style>