Shades of Turquoise Blue #4AD0EC
Tints of Turquoise Blue #4AD0EC
RGB
CMYK
RGB Variations
Color information
#4AD0EC (or 0x4AD0EC) is known color: Turquoise Blue. HEX triplet: 4A, D0 and EC. RGB value is (74,208,236). Sum of RGB (Red+Green+Blue) = 74+208+236=518 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.29% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #4AD0EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4AD0EC is #B52F13. Grayscale: #AAAAAA. Windows color (decimal): -11874068 or 15519818. OLE color: 15519818.
HSL color Cylindrical-coordinate representation of color #4AD0EC: hue angle of 190.37º 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 #4AD0EC is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 208 | 236 | - |
| CMYK | 0.69 | 0.12 | 0 | 0.07 |
| HSL | 190.37º | 0.81% | 0.61% | - |
| HSV(B) | 190.37º | 0.69% | 0.93% | - |
| XYZ | 40.52 | 52.62 | 87.38 | - |
| YUV | 171.13 | 164.61 | 58.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 208 | 236 | 0.69 | 0.12 | 0 | 0.07 | 190.37 | 0.81 | 0.61 |
| Hex | 4A | D0 | EC | 45 | C | 0 | 7 | BE | 51 | 3D |
| Octal | 112 | 320 | 354 | 105 | 14 | 0 | 7 | 276 | 121 | 75 |
| Binary | 1001010 | 11010000 | 11101100 | 1000101 | 1100 | 0 | 111 | 10111110 | 1010001 | 111101 |
Color Harmonies of #4AD0EC
Complementary color
Monochromatic Colors of #4AD0EC
Black with #4AD0EC
Text Example
Text Example
White with #4AD0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD0EC; }
p { color: rgb(74,208,236); }
H1.HeaderClassName
{
color: #4AD0EC;
}
.AnyTagClassName
{
color: #4AD0EC;
}
</style>
background-color css
<style>
a { background-color: #4AD0EC; }
a { background-color: rgb(74,208,236); }
div.DivClassName
{
background-color: #4AD0EC;
}
.BgClassName
{
background-color: #4AD0EC;
}
</style>
border-color css
<style>
span { border-color: #4AD0EC; }
span { border-color: rgb(74,208,236); }
td.TdClassName
{
border-color: #4AD0EC;
}
.TagClassName
{
border-color: #4AD0EC;
}
</style>