Shades of Medium Turquoise #4AD3EB
Tints of Medium Turquoise #4AD3EB
RGB
CMYK
RGB Variations
Color information
#4AD3EB (or 0x4AD3EB) is known color: Medium Turquoise. HEX triplet: 4A, D3 and EB. RGB value is (74,211,235). Sum of RGB (Red+Green+Blue) = 74+211+235=520 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.23% from 520); Green value is 211 (82.81% from 255 or 40.58% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 235 - color contains mainly: blue. Hex color #4AD3EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4AD3EB is #B52C14. Grayscale: #ACACAC. Windows color (decimal): -11873301 or 15455050. OLE color: 15455050.
HSL color Cylindrical-coordinate representation of color #4AD3EB: hue angle of 188.94º 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 #4AD3EB is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 74 | 211 | 235 | - |
| CMYK | 0.69 | 0.10 | 0 | 0.08 |
| HSL | 188.94º | 0.8% | 0.61% | - |
| HSV(B) | 188.94º | 0.69% | 0.92% | - |
| XYZ | 41.11 | 54.04 | 86.86 | - |
| YUV | 172.77 | 163.11 | 57.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 211 | 235 | 0.69 | 0.10 | 0 | 0.08 | 188.94 | 0.8 | 0.61 |
| Hex | 4A | D3 | EB | 45 | A | 0 | 8 | BD | 50 | 3D |
| Octal | 112 | 323 | 353 | 105 | 12 | 0 | 10 | 275 | 120 | 75 |
| Binary | 1001010 | 11010011 | 11101011 | 1000101 | 1010 | 0 | 1000 | 10111101 | 1010000 | 111101 |
Color Harmonies of #4AD3EB
Complementary color
Monochromatic Colors of #4AD3EB
Black with #4AD3EB
Text Example
Text Example
White with #4AD3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD3EB; }
p { color: rgb(74,211,235); }
H1.HeaderClassName
{
color: #4AD3EB;
}
.AnyTagClassName
{
color: #4AD3EB;
}
</style>
background-color css
<style>
a { background-color: #4AD3EB; }
a { background-color: rgb(74,211,235); }
div.DivClassName
{
background-color: #4AD3EB;
}
.BgClassName
{
background-color: #4AD3EB;
}
</style>
border-color css
<style>
span { border-color: #4AD3EB; }
span { border-color: rgb(74,211,235); }
td.TdClassName
{
border-color: #4AD3EB;
}
.TagClassName
{
border-color: #4AD3EB;
}
</style>