Shades of Turquoise Blue #4AD7ED
Tints of Turquoise Blue #4AD7ED
RGB
CMYK
RGB Variations
Color information
#4AD7ED (or 0x4AD7ED) is known color: Turquoise Blue. HEX triplet: 4A, D7 and ED. RGB value is (74,215,237). Sum of RGB (Red+Green+Blue) = 74+215+237=526 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.07% from 526); Green value is 215 (84.38% from 255 or 40.87% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #4AD7ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4AD7ED is #B52812. Grayscale: #AFAFAF. Windows color (decimal): -11872275 or 15587146. OLE color: 15587146.
HSL color Cylindrical-coordinate representation of color #4AD7ED: hue angle of 188.1º 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 #4AD7ED is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 215 | 237 | - |
| CMYK | 0.69 | 0.09 | 0 | 0.07 |
| HSL | 188.1º | 0.82% | 0.61% | - |
| HSV(B) | 188.1º | 0.69% | 0.93% | - |
| XYZ | 42.41 | 56.17 | 88.73 | - |
| YUV | 175.35 | 162.79 | 55.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 215 | 237 | 0.69 | 0.09 | 0 | 0.07 | 188.1 | 0.82 | 0.61 |
| Hex | 4A | D7 | ED | 45 | 9 | 0 | 7 | BC | 52 | 3D |
| Octal | 112 | 327 | 355 | 105 | 11 | 0 | 7 | 274 | 122 | 75 |
| Binary | 1001010 | 11010111 | 11101101 | 1000101 | 1001 | 0 | 111 | 10111100 | 1010010 | 111101 |
Color Harmonies of #4AD7ED
Complementary color
Monochromatic Colors of #4AD7ED
Black with #4AD7ED
Text Example
Text Example
White with #4AD7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD7ED; }
p { color: rgb(74,215,237); }
H1.HeaderClassName
{
color: #4AD7ED;
}
.AnyTagClassName
{
color: #4AD7ED;
}
</style>
background-color css
<style>
a { background-color: #4AD7ED; }
a { background-color: rgb(74,215,237); }
div.DivClassName
{
background-color: #4AD7ED;
}
.BgClassName
{
background-color: #4AD7ED;
}
</style>
border-color css
<style>
span { border-color: #4AD7ED; }
span { border-color: rgb(74,215,237); }
td.TdClassName
{
border-color: #4AD7ED;
}
.TagClassName
{
border-color: #4AD7ED;
}
</style>