Shades of Turquoise #4AECB5
Tints of Turquoise #4AECB5
RGB
CMYK
RGB Variations
Color information
#4AECB5 (or 0x4AECB5) is known color: Turquoise. HEX triplet: 4A, EC and B5. RGB value is (74,236,181). Sum of RGB (Red+Green+Blue) = 74+236+181=491 (65% of max value = 765). Red value is 74 (29.30% from 255 or 15.07% from 491); Green value is 236 (92.58% from 255 or 48.07% from 491); Blue value is 181 (71.09% from 255 or 36.86% from 491); Max value from RGB is 236 - color contains mainly: green. Hex color #4AECB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AECB5 is #B5134A. Grayscale: #B5B5B5. Windows color (decimal): -11866955 or 11922506. OLE color: 11922506.
HSL color Cylindrical-coordinate representation of color #4AECB5: hue angle of 159.63º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AECB5 is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 236 | 181 | - |
| CMYK | 0.69 | 0 | 0.23 | 0.07 |
| HSL | 159.63º | 0.81% | 0.61% | - |
| HSV(B) | 159.63º | 0.69% | 0.93% | - |
| XYZ | 41.16 | 64.78 | 54.05 | - |
| YUV | 181.29 | 127.83 | 51.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 236 | 181 | 0.69 | 0 | 0.23 | 0.07 | 159.63 | 0.81 | 0.61 |
| Hex | 4A | EC | B5 | 45 | 0 | 17 | 7 | A0 | 51 | 3D |
| Octal | 112 | 354 | 265 | 105 | 0 | 27 | 7 | 240 | 121 | 75 |
| Binary | 1001010 | 11101100 | 10110101 | 1000101 | 0 | 10111 | 111 | 10100000 | 1010001 | 111101 |
Color Harmonies of #4AECB5
Complementary color
Monochromatic Colors of #4AECB5
Black with #4AECB5
Text Example
Text Example
White with #4AECB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AECB5; }
p { color: rgb(74,236,181); }
H1.HeaderClassName
{
color: #4AECB5;
}
.AnyTagClassName
{
color: #4AECB5;
}
</style>
background-color css
<style>
a { background-color: #4AECB5; }
a { background-color: rgb(74,236,181); }
div.DivClassName
{
background-color: #4AECB5;
}
.BgClassName
{
background-color: #4AECB5;
}
</style>
border-color css
<style>
span { border-color: #4AECB5; }
span { border-color: rgb(74,236,181); }
td.TdClassName
{
border-color: #4AECB5;
}
.TagClassName
{
border-color: #4AECB5;
}
</style>