Shades of Turquoise Blue #4AD9EF
Tints of Turquoise Blue #4AD9EF
RGB
CMYK
RGB Variations
Color information
#4AD9EF (or 0x4AD9EF) is known color: Turquoise Blue. HEX triplet: 4A, D9 and EF. RGB value is (74,217,239). Sum of RGB (Red+Green+Blue) = 74+217+239=530 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.96% from 530); Green value is 217 (85.16% from 255 or 40.94% from 530); Blue value is 239 (93.75% from 255 or 45.09% from 530); Max value from RGB is 239 - color contains mainly: blue. Hex color #4AD9EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4AD9EF is #B52610. Grayscale: #B0B0B0. Windows color (decimal): -11871761 or 15718730. OLE color: 15718730.
HSL color Cylindrical-coordinate representation of color #4AD9EF: hue angle of 188º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AD9EF is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 74 | 217 | 239 | - |
| CMYK | 0.69 | 0.09 | 0 | 0.06 |
| HSL | 188º | 0.84% | 0.61% | - |
| HSV(B) | 188º | 0.69% | 0.94% | - |
| XYZ | 43.22 | 57.31 | 90.45 | - |
| YUV | 176.75 | 163.12 | 54.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 217 | 239 | 0.69 | 0.09 | 0 | 0.06 | 188 | 0.84 | 0.61 |
| Hex | 4A | D9 | EF | 45 | 9 | 0 | 6 | BC | 54 | 3D |
| Octal | 112 | 331 | 357 | 105 | 11 | 0 | 6 | 274 | 124 | 75 |
| Binary | 1001010 | 11011001 | 11101111 | 1000101 | 1001 | 0 | 110 | 10111100 | 1010100 | 111101 |
Color Harmonies of #4AD9EF
Complementary color
Monochromatic Colors of #4AD9EF
Black with #4AD9EF
Text Example
Text Example
White with #4AD9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD9EF; }
p { color: rgb(74,217,239); }
H1.HeaderClassName
{
color: #4AD9EF;
}
.AnyTagClassName
{
color: #4AD9EF;
}
</style>
background-color css
<style>
a { background-color: #4AD9EF; }
a { background-color: rgb(74,217,239); }
div.DivClassName
{
background-color: #4AD9EF;
}
.BgClassName
{
background-color: #4AD9EF;
}
</style>
border-color css
<style>
span { border-color: #4AD9EF; }
span { border-color: rgb(74,217,239); }
td.TdClassName
{
border-color: #4AD9EF;
}
.TagClassName
{
border-color: #4AD9EF;
}
</style>