Shades of Medium Turquoise #4AD3DF
Tints of Medium Turquoise #4AD3DF
RGB
CMYK
RGB Variations
Color information
#4AD3DF (or 0x4AD3DF) is known color: Medium Turquoise. HEX triplet: 4A, D3 and DF. RGB value is (74,211,223). Sum of RGB (Red+Green+Blue) = 74+211+223=508 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.57% from 508); Green value is 211 (82.81% from 255 or 41.54% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #4AD3DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AD3DF is #B52C20. Grayscale: #ABABAB. Windows color (decimal): -11873313 or 14668618. OLE color: 14668618.
HSL color Cylindrical-coordinate representation of color #4AD3DF: hue angle of 184.83º 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 #4AD3DF is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 211 | 223 | - |
| CMYK | 0.67 | 0.05 | 0 | 0.13 |
| HSL | 184.83º | 0.7% | 0.58% | - |
| HSV(B) | 184.83º | 0.67% | 0.87% | - |
| XYZ | 39.44 | 53.37 | 78.04 | - |
| YUV | 171.41 | 157.11 | 58.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 211 | 223 | 0.67 | 0.05 | 0 | 0.13 | 184.83 | 0.7 | 0.58 |
| Hex | 4A | D3 | DF | 43 | 5 | 0 | D | B9 | 46 | 3A |
| Octal | 112 | 323 | 337 | 103 | 5 | 0 | 15 | 271 | 106 | 72 |
| Binary | 1001010 | 11010011 | 11011111 | 1000011 | 101 | 0 | 1101 | 10111001 | 1000110 | 111010 |
Color Harmonies of #4AD3DF
Complementary color
Monochromatic Colors of #4AD3DF
Black with #4AD3DF
Text Example
Text Example
White with #4AD3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD3DF; }
p { color: rgb(74,211,223); }
H1.HeaderClassName
{
color: #4AD3DF;
}
.AnyTagClassName
{
color: #4AD3DF;
}
</style>
background-color css
<style>
a { background-color: #4AD3DF; }
a { background-color: rgb(74,211,223); }
div.DivClassName
{
background-color: #4AD3DF;
}
.BgClassName
{
background-color: #4AD3DF;
}
</style>
border-color css
<style>
span { border-color: #4AD3DF; }
span { border-color: rgb(74,211,223); }
td.TdClassName
{
border-color: #4AD3DF;
}
.TagClassName
{
border-color: #4AD3DF;
}
</style>