Shades of Medium Turquoise #4AD2EB
Tints of Medium Turquoise #4AD2EB
RGB
CMYK
RGB Variations
Color information
#4AD2EB (or 0x4AD2EB) is known color: Medium Turquoise. HEX triplet: 4A, D2 and EB. RGB value is (74,210,235). Sum of RGB (Red+Green+Blue) = 74+210+235=519 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.26% from 519); Green value is 210 (82.42% from 255 or 40.46% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 235 - color contains mainly: blue. Hex color #4AD2EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4AD2EB is #B52D14. Grayscale: #ABABAB. Windows color (decimal): -11873557 or 15454794. OLE color: 15454794.
HSL color Cylindrical-coordinate representation of color #4AD2EB: hue angle of 189.32º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AD2EB is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 74 | 210 | 235 | - |
| CMYK | 0.69 | 0.11 | 0 | 0.08 |
| HSL | 189.32º | 0.8% | 0.61% | - |
| HSV(B) | 189.32º | 0.69% | 0.92% | - |
| XYZ | 40.87 | 53.55 | 86.78 | - |
| YUV | 172.19 | 163.44 | 57.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 210 | 235 | 0.69 | 0.11 | 0 | 0.08 | 189.32 | 0.8 | 0.61 |
| Hex | 4A | D2 | EB | 45 | B | 0 | 8 | BD | 50 | 3D |
| Octal | 112 | 322 | 353 | 105 | 13 | 0 | 10 | 275 | 120 | 75 |
| Binary | 1001010 | 11010010 | 11101011 | 1000101 | 1011 | 0 | 1000 | 10111101 | 1010000 | 111101 |
Color Harmonies of #4AD2EB
Complementary color
Monochromatic Colors of #4AD2EB
Black with #4AD2EB
Text Example
Text Example
White with #4AD2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD2EB; }
p { color: rgb(74,210,235); }
H1.HeaderClassName
{
color: #4AD2EB;
}
.AnyTagClassName
{
color: #4AD2EB;
}
</style>
background-color css
<style>
a { background-color: #4AD2EB; }
a { background-color: rgb(74,210,235); }
div.DivClassName
{
background-color: #4AD2EB;
}
.BgClassName
{
background-color: #4AD2EB;
}
</style>
border-color css
<style>
span { border-color: #4AD2EB; }
span { border-color: rgb(74,210,235); }
td.TdClassName
{
border-color: #4AD2EB;
}
.TagClassName
{
border-color: #4AD2EB;
}
</style>