Shades of Turquoise Blue #4AD4ED
Tints of Turquoise Blue #4AD4ED
RGB
CMYK
RGB Variations
Color information
#4AD4ED (or 0x4AD4ED) is known color: Turquoise Blue. HEX triplet: 4A, D4 and ED. RGB value is (74,212,237). Sum of RGB (Red+Green+Blue) = 74+212+237=523 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.15% from 523); Green value is 212 (83.20% from 255 or 40.54% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #4AD4ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4AD4ED is #B52B12. Grayscale: #ADADAD. Windows color (decimal): -11873043 or 15586378. OLE color: 15586378.
HSL color Cylindrical-coordinate representation of color #4AD4ED: hue angle of 189.2º degrees, saturation: 0.82, 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 #4AD4ED is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 212 | 237 | - |
| CMYK | 0.69 | 0.11 | 0 | 0.07 |
| HSL | 189.2º | 0.82% | 0.61% | - |
| HSV(B) | 189.2º | 0.69% | 0.93% | - |
| XYZ | 41.65 | 54.66 | 88.48 | - |
| YUV | 173.59 | 163.78 | 56.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 212 | 237 | 0.69 | 0.11 | 0 | 0.07 | 189.2 | 0.82 | 0.61 |
| Hex | 4A | D4 | ED | 45 | B | 0 | 7 | BD | 52 | 3D |
| Octal | 112 | 324 | 355 | 105 | 13 | 0 | 7 | 275 | 122 | 75 |
| Binary | 1001010 | 11010100 | 11101101 | 1000101 | 1011 | 0 | 111 | 10111101 | 1010010 | 111101 |
Color Harmonies of #4AD4ED
Complementary color
Monochromatic Colors of #4AD4ED
Black with #4AD4ED
Text Example
Text Example
White with #4AD4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD4ED; }
p { color: rgb(74,212,237); }
H1.HeaderClassName
{
color: #4AD4ED;
}
.AnyTagClassName
{
color: #4AD4ED;
}
</style>
background-color css
<style>
a { background-color: #4AD4ED; }
a { background-color: rgb(74,212,237); }
div.DivClassName
{
background-color: #4AD4ED;
}
.BgClassName
{
background-color: #4AD4ED;
}
</style>
border-color css
<style>
span { border-color: #4AD4ED; }
span { border-color: rgb(74,212,237); }
td.TdClassName
{
border-color: #4AD4ED;
}
.TagClassName
{
border-color: #4AD4ED;
}
</style>