Shades of Turquoise #4AECC0
Tints of Turquoise #4AECC0
RGB
CMYK
RGB Variations
Color information
#4AECC0 (or 0x4AECC0) is known color: Turquoise. HEX triplet: 4A, EC and C0. RGB value is (74,236,192). Sum of RGB (Red+Green+Blue) = 74+236+192=502 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.74% from 502); Green value is 236 (92.58% from 255 or 47.01% from 502); Blue value is 192 (75.39% from 255 or 38.25% from 502); Max value from RGB is 236 - color contains mainly: green. Hex color #4AECC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AECC0 is #B5133F. Grayscale: #B6B6B6. Windows color (decimal): -11866944 or 12643402. OLE color: 12643402.
HSL color Cylindrical-coordinate representation of color #4AECC0: hue angle of 163.7º 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 #4AECC0 is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 236 | 192 | - |
| CMYK | 0.69 | 0 | 0.19 | 0.07 |
| HSL | 163.7º | 0.81% | 0.61% | - |
| HSV(B) | 163.7º | 0.69% | 0.93% | - |
| XYZ | 42.33 | 65.25 | 60.23 | - |
| YUV | 182.55 | 133.33 | 50.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 236 | 192 | 0.69 | 0 | 0.19 | 0.07 | 163.7 | 0.81 | 0.61 |
| Hex | 4A | EC | C0 | 45 | 0 | 13 | 7 | A4 | 51 | 3D |
| Octal | 112 | 354 | 300 | 105 | 0 | 23 | 7 | 244 | 121 | 75 |
| Binary | 1001010 | 11101100 | 11000000 | 1000101 | 0 | 10011 | 111 | 10100100 | 1010001 | 111101 |
Color Harmonies of #4AECC0
Complementary color
Monochromatic Colors of #4AECC0
Black with #4AECC0
Text Example
Text Example
White with #4AECC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AECC0; }
p { color: rgb(74,236,192); }
H1.HeaderClassName
{
color: #4AECC0;
}
.AnyTagClassName
{
color: #4AECC0;
}
</style>
background-color css
<style>
a { background-color: #4AECC0; }
a { background-color: rgb(74,236,192); }
div.DivClassName
{
background-color: #4AECC0;
}
.BgClassName
{
background-color: #4AECC0;
}
</style>
border-color css
<style>
span { border-color: #4AECC0; }
span { border-color: rgb(74,236,192); }
td.TdClassName
{
border-color: #4AECC0;
}
.TagClassName
{
border-color: #4AECC0;
}
</style>