Shades of Turquoise #4AECDB
Tints of Turquoise #4AECDB
RGB
CMYK
RGB Variations
Color information
#4AECDB (or 0x4AECDB) is known color: Turquoise. HEX triplet: 4A, EC and DB. RGB value is (74,236,219). Sum of RGB (Red+Green+Blue) = 74+236+219=529 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.99% from 529); Green value is 236 (92.58% from 255 or 44.61% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 236 - color contains mainly: green. Hex color #4AECDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AECDB is #B51324. Grayscale: #B9B9B9. Windows color (decimal): -11866917 or 14412874. OLE color: 14412874.
HSL color Cylindrical-coordinate representation of color #4AECDB: hue angle of 173.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 #4AECDB is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 236 | 219 | - |
| CMYK | 0.69 | 0 | 0.07 | 0.07 |
| HSL | 173.7º | 0.81% | 0.61% | - |
| HSV(B) | 173.7º | 0.69% | 0.93% | - |
| XYZ | 45.61 | 66.56 | 77.46 | - |
| YUV | 185.62 | 146.83 | 48.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 236 | 219 | 0.69 | 0 | 0.07 | 0.07 | 173.7 | 0.81 | 0.61 |
| Hex | 4A | EC | DB | 45 | 0 | 7 | 7 | AE | 51 | 3D |
| Octal | 112 | 354 | 333 | 105 | 0 | 7 | 7 | 256 | 121 | 75 |
| Binary | 1001010 | 11101100 | 11011011 | 1000101 | 0 | 111 | 111 | 10101110 | 1010001 | 111101 |
Color Harmonies of #4AECDB
Complementary color
Monochromatic Colors of #4AECDB
Black with #4AECDB
Text Example
Text Example
White with #4AECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AECDB; }
p { color: rgb(74,236,219); }
H1.HeaderClassName
{
color: #4AECDB;
}
.AnyTagClassName
{
color: #4AECDB;
}
</style>
background-color css
<style>
a { background-color: #4AECDB; }
a { background-color: rgb(74,236,219); }
div.DivClassName
{
background-color: #4AECDB;
}
.BgClassName
{
background-color: #4AECDB;
}
</style>
border-color css
<style>
span { border-color: #4AECDB; }
span { border-color: rgb(74,236,219); }
td.TdClassName
{
border-color: #4AECDB;
}
.TagClassName
{
border-color: #4AECDB;
}
</style>