Shades of Turquoise #4AE3C8
Tints of Turquoise #4AE3C8
RGB
CMYK
RGB Variations
Color information
#4AE3C8 (or 0x4AE3C8) is known color: Turquoise. HEX triplet: 4A, E3 and C8. RGB value is (74,227,200). Sum of RGB (Red+Green+Blue) = 74+227+200=501 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.77% from 501); Green value is 227 (89.06% from 255 or 45.31% from 501); Blue value is 200 (78.52% from 255 or 39.92% from 501); Max value from RGB is 227 - color contains mainly: green. Hex color #4AE3C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AE3C8 is #B51C37. Grayscale: #B2B2B2. Windows color (decimal): -11869240 or 13165386. OLE color: 13165386.
HSL color Cylindrical-coordinate representation of color #4AE3C8: hue angle of 169.41º 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 #4AE3C8 is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 74 | 227 | 200 | - |
| CMYK | 0.67 | 0 | 0.12 | 0.11 |
| HSL | 169.41º | 0.73% | 0.59% | - |
| HSV(B) | 169.41º | 0.67% | 0.89% | - |
| XYZ | 40.72 | 60.56 | 64.19 | - |
| YUV | 178.18 | 140.31 | 53.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 227 | 200 | 0.67 | 0 | 0.12 | 0.11 | 169.41 | 0.73 | 0.59 |
| Hex | 4A | E3 | C8 | 43 | 0 | C | B | A9 | 49 | 3B |
| Octal | 112 | 343 | 310 | 103 | 0 | 14 | 13 | 251 | 111 | 73 |
| Binary | 1001010 | 11100011 | 11001000 | 1000011 | 0 | 1100 | 1011 | 10101001 | 1001001 | 111011 |
Color Harmonies of #4AE3C8
Complementary color
Monochromatic Colors of #4AE3C8
Black with #4AE3C8
Text Example
Text Example
White with #4AE3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE3C8; }
p { color: rgb(74,227,200); }
H1.HeaderClassName
{
color: #4AE3C8;
}
.AnyTagClassName
{
color: #4AE3C8;
}
</style>
background-color css
<style>
a { background-color: #4AE3C8; }
a { background-color: rgb(74,227,200); }
div.DivClassName
{
background-color: #4AE3C8;
}
.BgClassName
{
background-color: #4AE3C8;
}
</style>
border-color css
<style>
span { border-color: #4AE3C8; }
span { border-color: rgb(74,227,200); }
td.TdClassName
{
border-color: #4AE3C8;
}
.TagClassName
{
border-color: #4AE3C8;
}
</style>