Shades of Turquoise Blue #4AD0EF
Tints of Turquoise Blue #4AD0EF
RGB
CMYK
RGB Variations
Color information
#4AD0EF (or 0x4AD0EF) is known color: Turquoise Blue. HEX triplet: 4A, D0 and EF. RGB value is (74,208,239). Sum of RGB (Red+Green+Blue) = 74+208+239=521 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.20% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 239 - color contains mainly: blue. Hex color #4AD0EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4AD0EF is #B52F10. Grayscale: #ABABAB. Windows color (decimal): -11874065 or 15716426. OLE color: 15716426.
HSL color Cylindrical-coordinate representation of color #4AD0EF: hue angle of 191.27º 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 #4AD0EF is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 74 | 208 | 239 | - |
| CMYK | 0.69 | 0.13 | 0 | 0.06 |
| HSL | 191.27º | 0.84% | 0.61% | - |
| HSV(B) | 191.27º | 0.69% | 0.94% | - |
| XYZ | 40.96 | 52.8 | 89.69 | - |
| YUV | 171.47 | 166.11 | 58.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 208 | 239 | 0.69 | 0.13 | 0 | 0.06 | 191.27 | 0.84 | 0.61 |
| Hex | 4A | D0 | EF | 45 | D | 0 | 6 | BF | 54 | 3D |
| Octal | 112 | 320 | 357 | 105 | 15 | 0 | 6 | 277 | 124 | 75 |
| Binary | 1001010 | 11010000 | 11101111 | 1000101 | 1101 | 0 | 110 | 10111111 | 1010100 | 111101 |
Color Harmonies of #4AD0EF
Complementary color
Monochromatic Colors of #4AD0EF
Black with #4AD0EF
Text Example
Text Example
White with #4AD0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD0EF; }
p { color: rgb(74,208,239); }
H1.HeaderClassName
{
color: #4AD0EF;
}
.AnyTagClassName
{
color: #4AD0EF;
}
</style>
background-color css
<style>
a { background-color: #4AD0EF; }
a { background-color: rgb(74,208,239); }
div.DivClassName
{
background-color: #4AD0EF;
}
.BgClassName
{
background-color: #4AD0EF;
}
</style>
border-color css
<style>
span { border-color: #4AD0EF; }
span { border-color: rgb(74,208,239); }
td.TdClassName
{
border-color: #4AD0EF;
}
.TagClassName
{
border-color: #4AD0EF;
}
</style>