Shades of Turquoise #4AECBD
Tints of Turquoise #4AECBD
RGB
CMYK
RGB Variations
Color information
#4AECBD (or 0x4AECBD) is known color: Turquoise. HEX triplet: 4A, EC and BD. RGB value is (74,236,189). Sum of RGB (Red+Green+Blue) = 74+236+189=499 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.83% from 499); Green value is 236 (92.58% from 255 or 47.29% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 236 - color contains mainly: green. Hex color #4AECBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AECBD is #B51342. Grayscale: #B6B6B6. Windows color (decimal): -11866947 or 12446794. OLE color: 12446794.
HSL color Cylindrical-coordinate representation of color #4AECBD: hue angle of 162.59º 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 #4AECBD is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 236 | 189 | - |
| CMYK | 0.69 | 0 | 0.20 | 0.07 |
| HSL | 162.59º | 0.81% | 0.61% | - |
| HSV(B) | 162.59º | 0.69% | 0.93% | - |
| XYZ | 42 | 65.12 | 58.5 | - |
| YUV | 182.2 | 131.83 | 50.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 236 | 189 | 0.69 | 0 | 0.20 | 0.07 | 162.59 | 0.81 | 0.61 |
| Hex | 4A | EC | BD | 45 | 0 | 14 | 7 | A3 | 51 | 3D |
| Octal | 112 | 354 | 275 | 105 | 0 | 24 | 7 | 243 | 121 | 75 |
| Binary | 1001010 | 11101100 | 10111101 | 1000101 | 0 | 10100 | 111 | 10100011 | 1010001 | 111101 |
Color Harmonies of #4AECBD
Complementary color
Monochromatic Colors of #4AECBD
Black with #4AECBD
Text Example
Text Example
White with #4AECBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AECBD; }
p { color: rgb(74,236,189); }
H1.HeaderClassName
{
color: #4AECBD;
}
.AnyTagClassName
{
color: #4AECBD;
}
</style>
background-color css
<style>
a { background-color: #4AECBD; }
a { background-color: rgb(74,236,189); }
div.DivClassName
{
background-color: #4AECBD;
}
.BgClassName
{
background-color: #4AECBD;
}
</style>
border-color css
<style>
span { border-color: #4AECBD; }
span { border-color: rgb(74,236,189); }
td.TdClassName
{
border-color: #4AECBD;
}
.TagClassName
{
border-color: #4AECBD;
}
</style>