Shades of Turquoise #4AE9BD
Tints of Turquoise #4AE9BD
RGB
CMYK
RGB Variations
Color information
#4AE9BD (or 0x4AE9BD) is known color: Turquoise. HEX triplet: 4A, E9 and BD. RGB value is (74,233,189). Sum of RGB (Red+Green+Blue) = 74+233+189=496 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.92% from 496); Green value is 233 (91.41% from 255 or 46.98% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 233 - color contains mainly: green. Hex color #4AE9BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AE9BD is #B51642. Grayscale: #B4B4B4. Windows color (decimal): -11867715 or 12446026. OLE color: 12446026.
HSL color Cylindrical-coordinate representation of color #4AE9BD: hue angle of 163.4º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AE9BD is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 74 | 233 | 189 | - |
| CMYK | 0.68 | 0 | 0.19 | 0.09 |
| HSL | 163.4º | 0.78% | 0.6% | - |
| HSV(B) | 163.4º | 0.68% | 0.91% | - |
| XYZ | 41.15 | 63.41 | 58.21 | - |
| YUV | 180.44 | 132.82 | 52.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 233 | 189 | 0.68 | 0 | 0.19 | 0.09 | 163.4 | 0.78 | 0.6 |
| Hex | 4A | E9 | BD | 44 | 0 | 13 | 9 | A3 | 4E | 3C |
| Octal | 112 | 351 | 275 | 104 | 0 | 23 | 11 | 243 | 116 | 74 |
| Binary | 1001010 | 11101001 | 10111101 | 1000100 | 0 | 10011 | 1001 | 10100011 | 1001110 | 111100 |
Color Harmonies of #4AE9BD
Complementary color
Monochromatic Colors of #4AE9BD
Black with #4AE9BD
Text Example
Text Example
White with #4AE9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE9BD; }
p { color: rgb(74,233,189); }
H1.HeaderClassName
{
color: #4AE9BD;
}
.AnyTagClassName
{
color: #4AE9BD;
}
</style>
background-color css
<style>
a { background-color: #4AE9BD; }
a { background-color: rgb(74,233,189); }
div.DivClassName
{
background-color: #4AE9BD;
}
.BgClassName
{
background-color: #4AE9BD;
}
</style>
border-color css
<style>
span { border-color: #4AE9BD; }
span { border-color: rgb(74,233,189); }
td.TdClassName
{
border-color: #4AE9BD;
}
.TagClassName
{
border-color: #4AE9BD;
}
</style>