Shades of Turquoise #4AEAB2
Tints of Turquoise #4AEAB2
RGB
CMYK
RGB Variations
Color information
#4AEAB2 (or 0x4AEAB2) is known color: Turquoise. HEX triplet: 4A, EA and B2. RGB value is (74,234,178). Sum of RGB (Red+Green+Blue) = 74+234+178=486 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.23% from 486); Green value is 234 (91.80% from 255 or 48.15% from 486); Blue value is 178 (69.92% from 255 or 36.63% from 486); Max value from RGB is 234 - color contains mainly: green. Hex color #4AEAB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AEAB2 is #B5154D. Grayscale: #B3B3B3. Windows color (decimal): -11867470 or 11725386. OLE color: 11725386.
HSL color Cylindrical-coordinate representation of color #4AEAB2: hue angle of 159º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AEAB2 is Cyan = 0.68, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 74 | 234 | 178 | - |
| CMYK | 0.68 | 0 | 0.24 | 0.08 |
| HSL | 159º | 0.79% | 0.6% | - |
| HSV(B) | 159º | 0.68% | 0.92% | - |
| XYZ | 40.28 | 63.52 | 52.26 | - |
| YUV | 179.78 | 126.99 | 52.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 234 | 178 | 0.68 | 0 | 0.24 | 0.08 | 159 | 0.79 | 0.6 |
| Hex | 4A | EA | B2 | 44 | 0 | 18 | 8 | 9F | 4F | 3C |
| Octal | 112 | 352 | 262 | 104 | 0 | 30 | 10 | 237 | 117 | 74 |
| Binary | 1001010 | 11101010 | 10110010 | 1000100 | 0 | 11000 | 1000 | 10011111 | 1001111 | 111100 |
Color Harmonies of #4AEAB2
Complementary color
Monochromatic Colors of #4AEAB2
Black with #4AEAB2
Text Example
Text Example
White with #4AEAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEAB2; }
p { color: rgb(74,234,178); }
H1.HeaderClassName
{
color: #4AEAB2;
}
.AnyTagClassName
{
color: #4AEAB2;
}
</style>
background-color css
<style>
a { background-color: #4AEAB2; }
a { background-color: rgb(74,234,178); }
div.DivClassName
{
background-color: #4AEAB2;
}
.BgClassName
{
background-color: #4AEAB2;
}
</style>
border-color css
<style>
span { border-color: #4AEAB2; }
span { border-color: rgb(74,234,178); }
td.TdClassName
{
border-color: #4AEAB2;
}
.TagClassName
{
border-color: #4AEAB2;
}
</style>