Shades of Turquoise #4AE3C6
Tints of Turquoise #4AE3C6
RGB
CMYK
RGB Variations
Color information
#4AE3C6 (or 0x4AE3C6) is known color: Turquoise. HEX triplet: 4A, E3 and C6. RGB value is (74,227,198). Sum of RGB (Red+Green+Blue) = 74+227+198=499 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.83% from 499); Green value is 227 (89.06% from 255 or 45.49% from 499); Blue value is 198 (77.73% from 255 or 39.68% from 499); Max value from RGB is 227 - color contains mainly: green. Hex color #4AE3C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AE3C6 is #B51C39. Grayscale: #B1B1B1. Windows color (decimal): -11869242 or 13034314. OLE color: 13034314.
HSL color Cylindrical-coordinate representation of color #4AE3C6: hue angle of 168.63º 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 #4AE3C6 is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 74 | 227 | 198 | - |
| CMYK | 0.67 | 0 | 0.13 | 0.11 |
| HSL | 168.63º | 0.73% | 0.59% | - |
| HSV(B) | 168.63º | 0.67% | 0.89% | - |
| XYZ | 40.49 | 60.47 | 62.96 | - |
| YUV | 177.95 | 139.31 | 53.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 227 | 198 | 0.67 | 0 | 0.13 | 0.11 | 168.63 | 0.73 | 0.59 |
| Hex | 4A | E3 | C6 | 43 | 0 | D | B | A9 | 49 | 3B |
| Octal | 112 | 343 | 306 | 103 | 0 | 15 | 13 | 251 | 111 | 73 |
| Binary | 1001010 | 11100011 | 11000110 | 1000011 | 0 | 1101 | 1011 | 10101001 | 1001001 | 111011 |
Color Harmonies of #4AE3C6
Complementary color
Monochromatic Colors of #4AE3C6
Black with #4AE3C6
Text Example
Text Example
White with #4AE3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE3C6; }
p { color: rgb(74,227,198); }
H1.HeaderClassName
{
color: #4AE3C6;
}
.AnyTagClassName
{
color: #4AE3C6;
}
</style>
background-color css
<style>
a { background-color: #4AE3C6; }
a { background-color: rgb(74,227,198); }
div.DivClassName
{
background-color: #4AE3C6;
}
.BgClassName
{
background-color: #4AE3C6;
}
</style>
border-color css
<style>
span { border-color: #4AE3C6; }
span { border-color: rgb(74,227,198); }
td.TdClassName
{
border-color: #4AE3C6;
}
.TagClassName
{
border-color: #4AE3C6;
}
</style>