Shades of Turquoise Blue #4AD2EF
Tints of Turquoise Blue #4AD2EF
RGB
CMYK
RGB Variations
Color information
#4AD2EF (or 0x4AD2EF) is known color: Turquoise Blue. HEX triplet: 4A, D2 and EF. RGB value is (74,210,239). Sum of RGB (Red+Green+Blue) = 74+210+239=523 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.15% from 523); Green value is 210 (82.42% from 255 or 40.15% from 523); Blue value is 239 (93.75% from 255 or 45.70% from 523); Max value from RGB is 239 - color contains mainly: blue. Hex color #4AD2EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4AD2EF is #B52D10. Grayscale: #ACACAC. Windows color (decimal): -11873553 or 15716938. OLE color: 15716938.
HSL color Cylindrical-coordinate representation of color #4AD2EF: hue angle of 190.55º 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 #4AD2EF is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 74 | 210 | 239 | - |
| CMYK | 0.69 | 0.12 | 0 | 0.06 |
| HSL | 190.55º | 0.84% | 0.61% | - |
| HSV(B) | 190.55º | 0.69% | 0.94% | - |
| XYZ | 41.45 | 53.78 | 89.86 | - |
| YUV | 172.64 | 165.44 | 57.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 210 | 239 | 0.69 | 0.12 | 0 | 0.06 | 190.55 | 0.84 | 0.61 |
| Hex | 4A | D2 | EF | 45 | C | 0 | 6 | BF | 54 | 3D |
| Octal | 112 | 322 | 357 | 105 | 14 | 0 | 6 | 277 | 124 | 75 |
| Binary | 1001010 | 11010010 | 11101111 | 1000101 | 1100 | 0 | 110 | 10111111 | 1010100 | 111101 |
Color Harmonies of #4AD2EF
Complementary color
Monochromatic Colors of #4AD2EF
Black with #4AD2EF
Text Example
Text Example
White with #4AD2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD2EF; }
p { color: rgb(74,210,239); }
H1.HeaderClassName
{
color: #4AD2EF;
}
.AnyTagClassName
{
color: #4AD2EF;
}
</style>
background-color css
<style>
a { background-color: #4AD2EF; }
a { background-color: rgb(74,210,239); }
div.DivClassName
{
background-color: #4AD2EF;
}
.BgClassName
{
background-color: #4AD2EF;
}
</style>
border-color css
<style>
span { border-color: #4AD2EF; }
span { border-color: rgb(74,210,239); }
td.TdClassName
{
border-color: #4AD2EF;
}
.TagClassName
{
border-color: #4AD2EF;
}
</style>