Shades of Medium Turquoise #4AD9DF
Tints of Medium Turquoise #4AD9DF
RGB
CMYK
RGB Variations
Color information
#4AD9DF (or 0x4AD9DF) is known color: Medium Turquoise. HEX triplet: 4A, D9 and DF. RGB value is (74,217,223). Sum of RGB (Red+Green+Blue) = 74+217+223=514 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.40% from 514); Green value is 217 (85.16% from 255 or 42.22% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #4AD9DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AD9DF is #B52620. Grayscale: #AEAEAE. Windows color (decimal): -11871777 or 14670154. OLE color: 14670154.
HSL color Cylindrical-coordinate representation of color #4AD9DF: hue angle of 182.42º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4AD9DF is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 217 | 223 | - |
| CMYK | 0.67 | 0.03 | 0 | 0.13 |
| HSL | 182.42º | 0.7% | 0.58% | - |
| HSV(B) | 182.42º | 0.67% | 0.87% | - |
| XYZ | 40.96 | 56.41 | 78.54 | - |
| YUV | 174.93 | 155.12 | 56.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 217 | 223 | 0.67 | 0.03 | 0 | 0.13 | 182.42 | 0.7 | 0.58 |
| Hex | 4A | D9 | DF | 43 | 3 | 0 | D | B6 | 46 | 3A |
| Octal | 112 | 331 | 337 | 103 | 3 | 0 | 15 | 266 | 106 | 72 |
| Binary | 1001010 | 11011001 | 11011111 | 1000011 | 11 | 0 | 1101 | 10110110 | 1000110 | 111010 |
Color Harmonies of #4AD9DF
Complementary color
Monochromatic Colors of #4AD9DF
Black with #4AD9DF
Text Example
Text Example
White with #4AD9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD9DF; }
p { color: rgb(74,217,223); }
H1.HeaderClassName
{
color: #4AD9DF;
}
.AnyTagClassName
{
color: #4AD9DF;
}
</style>
background-color css
<style>
a { background-color: #4AD9DF; }
a { background-color: rgb(74,217,223); }
div.DivClassName
{
background-color: #4AD9DF;
}
.BgClassName
{
background-color: #4AD9DF;
}
</style>
border-color css
<style>
span { border-color: #4AD9DF; }
span { border-color: rgb(74,217,223); }
td.TdClassName
{
border-color: #4AD9DF;
}
.TagClassName
{
border-color: #4AD9DF;
}
</style>