Shades of Turquoise #4AECBE
Tints of Turquoise #4AECBE
RGB
CMYK
RGB Variations
Color information
#4AECBE (or 0x4AECBE) is known color: Turquoise. HEX triplet: 4A, EC and BE. RGB value is (74,236,190). Sum of RGB (Red+Green+Blue) = 74+236+190=500 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.8% from 500); Green value is 236 (92.58% from 255 or 47.2% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 236 - color contains mainly: green. Hex color #4AECBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AECBE is #B51341. Grayscale: #B6B6B6. Windows color (decimal): -11866946 or 12512330. OLE color: 12512330.
HSL color Cylindrical-coordinate representation of color #4AECBE: hue angle of 162.96º 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 #4AECBE is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 236 | 190 | - |
| CMYK | 0.69 | 0 | 0.19 | 0.07 |
| HSL | 162.96º | 0.81% | 0.61% | - |
| HSV(B) | 162.96º | 0.69% | 0.93% | - |
| XYZ | 42.11 | 65.16 | 59.07 | - |
| YUV | 182.32 | 132.33 | 50.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 236 | 190 | 0.69 | 0 | 0.19 | 0.07 | 162.96 | 0.81 | 0.61 |
| Hex | 4A | EC | BE | 45 | 0 | 13 | 7 | A3 | 51 | 3D |
| Octal | 112 | 354 | 276 | 105 | 0 | 23 | 7 | 243 | 121 | 75 |
| Binary | 1001010 | 11101100 | 10111110 | 1000101 | 0 | 10011 | 111 | 10100011 | 1010001 | 111101 |
Color Harmonies of #4AECBE
Complementary color
Monochromatic Colors of #4AECBE
Black with #4AECBE
Text Example
Text Example
White with #4AECBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AECBE; }
p { color: rgb(74,236,190); }
H1.HeaderClassName
{
color: #4AECBE;
}
.AnyTagClassName
{
color: #4AECBE;
}
</style>
background-color css
<style>
a { background-color: #4AECBE; }
a { background-color: rgb(74,236,190); }
div.DivClassName
{
background-color: #4AECBE;
}
.BgClassName
{
background-color: #4AECBE;
}
</style>
border-color css
<style>
span { border-color: #4AECBE; }
span { border-color: rgb(74,236,190); }
td.TdClassName
{
border-color: #4AECBE;
}
.TagClassName
{
border-color: #4AECBE;
}
</style>