Shades of Turquoise #4AE3C4
Tints of Turquoise #4AE3C4
RGB
CMYK
RGB Variations
Color information
#4AE3C4 (or 0x4AE3C4) is known color: Turquoise. HEX triplet: 4A, E3 and C4. RGB value is (74,227,196). Sum of RGB (Red+Green+Blue) = 74+227+196=497 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.89% from 497); Green value is 227 (89.06% from 255 or 45.67% from 497); Blue value is 196 (76.95% from 255 or 39.44% from 497); Max value from RGB is 227 - color contains mainly: green. Hex color #4AE3C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AE3C4 is #B51C3B. Grayscale: #B1B1B1. Windows color (decimal): -11869244 or 12903242. OLE color: 12903242.
HSL color Cylindrical-coordinate representation of color #4AE3C4: hue angle of 167.84º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4AE3C4 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 74 | 227 | 196 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.11 |
| HSL | 167.84º | 0.73% | 0.59% | - |
| HSV(B) | 167.84º | 0.67% | 0.89% | - |
| XYZ | 40.26 | 60.38 | 61.76 | - |
| YUV | 177.72 | 138.31 | 54.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 227 | 196 | 0.67 | 0 | 0.14 | 0.11 | 167.84 | 0.73 | 0.59 |
| Hex | 4A | E3 | C4 | 43 | 0 | E | B | A8 | 49 | 3B |
| Octal | 112 | 343 | 304 | 103 | 0 | 16 | 13 | 250 | 111 | 73 |
| Binary | 1001010 | 11100011 | 11000100 | 1000011 | 0 | 1110 | 1011 | 10101000 | 1001001 | 111011 |
Color Harmonies of #4AE3C4
Complementary color
Monochromatic Colors of #4AE3C4
Black with #4AE3C4
Text Example
Text Example
White with #4AE3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE3C4; }
p { color: rgb(74,227,196); }
H1.HeaderClassName
{
color: #4AE3C4;
}
.AnyTagClassName
{
color: #4AE3C4;
}
</style>
background-color css
<style>
a { background-color: #4AE3C4; }
a { background-color: rgb(74,227,196); }
div.DivClassName
{
background-color: #4AE3C4;
}
.BgClassName
{
background-color: #4AE3C4;
}
</style>
border-color css
<style>
span { border-color: #4AE3C4; }
span { border-color: rgb(74,227,196); }
td.TdClassName
{
border-color: #4AE3C4;
}
.TagClassName
{
border-color: #4AE3C4;
}
</style>