Shades of Medium Turquoise #4AD0DF
Tints of Medium Turquoise #4AD0DF
RGB
CMYK
RGB Variations
Color information
#4AD0DF (or 0x4AD0DF) is known color: Medium Turquoise. HEX triplet: 4A, D0 and DF. RGB value is (74,208,223). Sum of RGB (Red+Green+Blue) = 74+208+223=505 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.65% from 505); Green value is 208 (81.64% from 255 or 41.19% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #4AD0DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AD0DF is #B52F20. Grayscale: #A9A9A9. Windows color (decimal): -11874081 or 14667850. OLE color: 14667850.
HSL color Cylindrical-coordinate representation of color #4AD0DF: hue angle of 186.04º 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 #4AD0DF is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 208 | 223 | - |
| CMYK | 0.67 | 0.07 | 0 | 0.13 |
| HSL | 186.04º | 0.7% | 0.58% | - |
| HSV(B) | 186.04º | 0.67% | 0.87% | - |
| XYZ | 38.7 | 51.9 | 77.79 | - |
| YUV | 169.64 | 158.11 | 59.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 208 | 223 | 0.67 | 0.07 | 0 | 0.13 | 186.04 | 0.7 | 0.58 |
| Hex | 4A | D0 | DF | 43 | 7 | 0 | D | BA | 46 | 3A |
| Octal | 112 | 320 | 337 | 103 | 7 | 0 | 15 | 272 | 106 | 72 |
| Binary | 1001010 | 11010000 | 11011111 | 1000011 | 111 | 0 | 1101 | 10111010 | 1000110 | 111010 |
Color Harmonies of #4AD0DF
Complementary color
Monochromatic Colors of #4AD0DF
Black with #4AD0DF
Text Example
Text Example
White with #4AD0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD0DF; }
p { color: rgb(74,208,223); }
H1.HeaderClassName
{
color: #4AD0DF;
}
.AnyTagClassName
{
color: #4AD0DF;
}
</style>
background-color css
<style>
a { background-color: #4AD0DF; }
a { background-color: rgb(74,208,223); }
div.DivClassName
{
background-color: #4AD0DF;
}
.BgClassName
{
background-color: #4AD0DF;
}
</style>
border-color css
<style>
span { border-color: #4AD0DF; }
span { border-color: rgb(74,208,223); }
td.TdClassName
{
border-color: #4AD0DF;
}
.TagClassName
{
border-color: #4AD0DF;
}
</style>