Shades of Turquoise #4AECB3
Tints of Turquoise #4AECB3
RGB
CMYK
RGB Variations
Color information
#4AECB3 (or 0x4AECB3) is known color: Turquoise. HEX triplet: 4A, EC and B3. RGB value is (74,236,179). Sum of RGB (Red+Green+Blue) = 74+236+179=489 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.13% from 489); Green value is 236 (92.58% from 255 or 48.26% from 489); Blue value is 179 (70.31% from 255 or 36.61% from 489); Max value from RGB is 236 - color contains mainly: green. Hex color #4AECB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AECB3 is #B5134C. Grayscale: #B5B5B5. Windows color (decimal): -11866957 or 11791434. OLE color: 11791434.
HSL color Cylindrical-coordinate representation of color #4AECB3: hue angle of 158.89º 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 #4AECB3 is Cyan = 0.69, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 236 | 179 | - |
| CMYK | 0.69 | 0 | 0.24 | 0.07 |
| HSL | 158.89º | 0.81% | 0.61% | - |
| HSV(B) | 158.89º | 0.69% | 0.93% | - |
| XYZ | 40.96 | 64.7 | 52.98 | - |
| YUV | 181.06 | 126.83 | 51.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 236 | 179 | 0.69 | 0 | 0.24 | 0.07 | 158.89 | 0.81 | 0.61 |
| Hex | 4A | EC | B3 | 45 | 0 | 18 | 7 | 9F | 51 | 3D |
| Octal | 112 | 354 | 263 | 105 | 0 | 30 | 7 | 237 | 121 | 75 |
| Binary | 1001010 | 11101100 | 10110011 | 1000101 | 0 | 11000 | 111 | 10011111 | 1010001 | 111101 |
Color Harmonies of #4AECB3
Complementary color
Monochromatic Colors of #4AECB3
Black with #4AECB3
Text Example
Text Example
White with #4AECB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AECB3; }
p { color: rgb(74,236,179); }
H1.HeaderClassName
{
color: #4AECB3;
}
.AnyTagClassName
{
color: #4AECB3;
}
</style>
background-color css
<style>
a { background-color: #4AECB3; }
a { background-color: rgb(74,236,179); }
div.DivClassName
{
background-color: #4AECB3;
}
.BgClassName
{
background-color: #4AECB3;
}
</style>
border-color css
<style>
span { border-color: #4AECB3; }
span { border-color: rgb(74,236,179); }
td.TdClassName
{
border-color: #4AECB3;
}
.TagClassName
{
border-color: #4AECB3;
}
</style>