Shades of Medium Turquoise #4AD3EA
Tints of Medium Turquoise #4AD3EA
RGB
CMYK
RGB Variations
Color information
#4AD3EA (or 0x4AD3EA) is known color: Medium Turquoise. HEX triplet: 4A, D3 and EA. RGB value is (74,211,234). Sum of RGB (Red+Green+Blue) = 74+211+234=519 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.26% from 519); Green value is 211 (82.81% from 255 or 40.66% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #4AD3EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4AD3EA is #B52C15. Grayscale: #ACACAC. Windows color (decimal): -11873302 or 15389514. OLE color: 15389514.
HSL color Cylindrical-coordinate representation of color #4AD3EA: hue angle of 188.62º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AD3EA is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 74 | 211 | 234 | - |
| CMYK | 0.68 | 0.10 | 0 | 0.08 |
| HSL | 188.63º | 0.79% | 0.6% | - |
| HSV(B) | 188.63º | 0.68% | 0.92% | - |
| XYZ | 40.97 | 53.98 | 86.1 | - |
| YUV | 172.66 | 162.61 | 57.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 211 | 234 | 0.68 | 0.10 | 0 | 0.08 | 188.63 | 0.79 | 0.6 |
| Hex | 4A | D3 | EA | 44 | A | 0 | 8 | BD | 4F | 3C |
| Octal | 112 | 323 | 352 | 104 | 12 | 0 | 10 | 275 | 117 | 74 |
| Binary | 1001010 | 11010011 | 11101010 | 1000100 | 1010 | 0 | 1000 | 10111101 | 1001111 | 111100 |
Color Harmonies of #4AD3EA
Complementary color
Monochromatic Colors of #4AD3EA
Black with #4AD3EA
Text Example
Text Example
White with #4AD3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD3EA; }
p { color: rgb(74,211,234); }
H1.HeaderClassName
{
color: #4AD3EA;
}
.AnyTagClassName
{
color: #4AD3EA;
}
</style>
background-color css
<style>
a { background-color: #4AD3EA; }
a { background-color: rgb(74,211,234); }
div.DivClassName
{
background-color: #4AD3EA;
}
.BgClassName
{
background-color: #4AD3EA;
}
</style>
border-color css
<style>
span { border-color: #4AD3EA; }
span { border-color: rgb(74,211,234); }
td.TdClassName
{
border-color: #4AD3EA;
}
.TagClassName
{
border-color: #4AD3EA;
}
</style>