Shades of Turquoise Blue #4AD8EC
Tints of Turquoise Blue #4AD8EC
RGB
CMYK
RGB Variations
Color information
#4AD8EC (or 0x4AD8EC) is known color: Turquoise Blue. HEX triplet: 4A, D8 and EC. RGB value is (74,216,236). Sum of RGB (Red+Green+Blue) = 74+216+236=526 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.07% from 526); Green value is 216 (84.77% from 255 or 41.06% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #4AD8EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4AD8EC is #B52713. Grayscale: #AFAFAF. Windows color (decimal): -11872020 or 15521866. OLE color: 15521866.
HSL color Cylindrical-coordinate representation of color #4AD8EC: hue angle of 187.41º 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 #4AD8EC is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 216 | 236 | - |
| CMYK | 0.69 | 0.08 | 0 | 0.07 |
| HSL | 187.41º | 0.81% | 0.61% | - |
| HSV(B) | 187.41º | 0.69% | 0.93% | - |
| XYZ | 42.52 | 56.62 | 88.05 | - |
| YUV | 175.82 | 161.96 | 55.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 216 | 236 | 0.69 | 0.08 | 0 | 0.07 | 187.41 | 0.81 | 0.61 |
| Hex | 4A | D8 | EC | 45 | 8 | 0 | 7 | BB | 51 | 3D |
| Octal | 112 | 330 | 354 | 105 | 10 | 0 | 7 | 273 | 121 | 75 |
| Binary | 1001010 | 11011000 | 11101100 | 1000101 | 1000 | 0 | 111 | 10111011 | 1010001 | 111101 |
Color Harmonies of #4AD8EC
Complementary color
Monochromatic Colors of #4AD8EC
Black with #4AD8EC
Text Example
Text Example
White with #4AD8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD8EC; }
p { color: rgb(74,216,236); }
H1.HeaderClassName
{
color: #4AD8EC;
}
.AnyTagClassName
{
color: #4AD8EC;
}
</style>
background-color css
<style>
a { background-color: #4AD8EC; }
a { background-color: rgb(74,216,236); }
div.DivClassName
{
background-color: #4AD8EC;
}
.BgClassName
{
background-color: #4AD8EC;
}
</style>
border-color css
<style>
span { border-color: #4AD8EC; }
span { border-color: rgb(74,216,236); }
td.TdClassName
{
border-color: #4AD8EC;
}
.TagClassName
{
border-color: #4AD8EC;
}
</style>