Shades of Medium Turquoise #4AD1EA
Tints of Medium Turquoise #4AD1EA
RGB
CMYK
RGB Variations
Color information
#4AD1EA (or 0x4AD1EA) is known color: Medium Turquoise. HEX triplet: 4A, D1 and EA. RGB value is (74,209,234). Sum of RGB (Red+Green+Blue) = 74+209+234=517 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.31% from 517); Green value is 209 (82.03% from 255 or 40.43% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #4AD1EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4AD1EA is #B52E15. Grayscale: #ABABAB. Windows color (decimal): -11873814 or 15389002. OLE color: 15389002.
HSL color Cylindrical-coordinate representation of color #4AD1EA: hue angle of 189.38º 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 #4AD1EA is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 74 | 209 | 234 | - |
| CMYK | 0.68 | 0.11 | 0 | 0.08 |
| HSL | 189.38º | 0.79% | 0.6% | - |
| HSV(B) | 189.38º | 0.68% | 0.92% | - |
| XYZ | 40.48 | 53 | 85.94 | - |
| YUV | 171.49 | 163.27 | 58.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 209 | 234 | 0.68 | 0.11 | 0 | 0.08 | 189.38 | 0.79 | 0.6 |
| Hex | 4A | D1 | EA | 44 | B | 0 | 8 | BD | 4F | 3C |
| Octal | 112 | 321 | 352 | 104 | 13 | 0 | 10 | 275 | 117 | 74 |
| Binary | 1001010 | 11010001 | 11101010 | 1000100 | 1011 | 0 | 1000 | 10111101 | 1001111 | 111100 |
Color Harmonies of #4AD1EA
Complementary color
Monochromatic Colors of #4AD1EA
Black with #4AD1EA
Text Example
Text Example
White with #4AD1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD1EA; }
p { color: rgb(74,209,234); }
H1.HeaderClassName
{
color: #4AD1EA;
}
.AnyTagClassName
{
color: #4AD1EA;
}
</style>
background-color css
<style>
a { background-color: #4AD1EA; }
a { background-color: rgb(74,209,234); }
div.DivClassName
{
background-color: #4AD1EA;
}
.BgClassName
{
background-color: #4AD1EA;
}
</style>
border-color css
<style>
span { border-color: #4AD1EA; }
span { border-color: rgb(74,209,234); }
td.TdClassName
{
border-color: #4AD1EA;
}
.TagClassName
{
border-color: #4AD1EA;
}
</style>