Shades of Turquoise #4AECB9
Tints of Turquoise #4AECB9
RGB
CMYK
RGB Variations
Color information
#4AECB9 (or 0x4AECB9) is known color: Turquoise. HEX triplet: 4A, EC and B9. RGB value is (74,236,185). Sum of RGB (Red+Green+Blue) = 74+236+185=495 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.95% from 495); Green value is 236 (92.58% from 255 or 47.68% from 495); Blue value is 185 (72.66% from 255 or 37.37% from 495); Max value from RGB is 236 - color contains mainly: green. Hex color #4AECB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AECB9 is #B51346. Grayscale: #B5B5B5. Windows color (decimal): -11866951 or 12184650. OLE color: 12184650.
HSL color Cylindrical-coordinate representation of color #4AECB9: hue angle of 161.11º 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 #4AECB9 is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 236 | 185 | - |
| CMYK | 0.69 | 0 | 0.22 | 0.07 |
| HSL | 161.11º | 0.81% | 0.61% | - |
| HSV(B) | 161.11º | 0.69% | 0.93% | - |
| XYZ | 41.58 | 64.95 | 56.24 | - |
| YUV | 181.75 | 129.83 | 51.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 236 | 185 | 0.69 | 0 | 0.22 | 0.07 | 161.11 | 0.81 | 0.61 |
| Hex | 4A | EC | B9 | 45 | 0 | 16 | 7 | A1 | 51 | 3D |
| Octal | 112 | 354 | 271 | 105 | 0 | 26 | 7 | 241 | 121 | 75 |
| Binary | 1001010 | 11101100 | 10111001 | 1000101 | 0 | 10110 | 111 | 10100001 | 1010001 | 111101 |
Color Harmonies of #4AECB9
Complementary color
Monochromatic Colors of #4AECB9
Black with #4AECB9
Text Example
Text Example
White with #4AECB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AECB9; }
p { color: rgb(74,236,185); }
H1.HeaderClassName
{
color: #4AECB9;
}
.AnyTagClassName
{
color: #4AECB9;
}
</style>
background-color css
<style>
a { background-color: #4AECB9; }
a { background-color: rgb(74,236,185); }
div.DivClassName
{
background-color: #4AECB9;
}
.BgClassName
{
background-color: #4AECB9;
}
</style>
border-color css
<style>
span { border-color: #4AECB9; }
span { border-color: rgb(74,236,185); }
td.TdClassName
{
border-color: #4AECB9;
}
.TagClassName
{
border-color: #4AECB9;
}
</style>