Shades of Medium Turquoise #4AD0C4
Tints of Medium Turquoise #4AD0C4
RGB
CMYK
RGB Variations
Color information
#4AD0C4 (or 0x4AD0C4) is known color: Medium Turquoise. HEX triplet: 4A, D0 and C4. RGB value is (74,208,196). Sum of RGB (Red+Green+Blue) = 74+208+196=478 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.48% from 478); Green value is 208 (81.64% from 255 or 43.51% from 478); Blue value is 196 (76.95% from 255 or 41.00% from 478); Max value from RGB is 208 - color contains mainly: green. Hex color #4AD0C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AD0C4 is #B52F3B. Grayscale: #A6A6A6. Windows color (decimal): -11874108 or 12898378. OLE color: 12898378.
HSL color Cylindrical-coordinate representation of color #4AD0C4: hue angle of 174.63º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4AD0C4 is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 208 | 196 | - |
| CMYK | 0.64 | 0 | 0.06 | 0.18 |
| HSL | 174.63º | 0.59% | 0.55% | - |
| HSV(B) | 174.63º | 0.64% | 0.82% | - |
| XYZ | 35.34 | 50.55 | 60.12 | - |
| YUV | 166.57 | 144.61 | 61.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 208 | 196 | 0.64 | 0 | 0.06 | 0.18 | 174.63 | 0.59 | 0.55 |
| Hex | 4A | D0 | C4 | 40 | 0 | 6 | 12 | AF | 3B | 37 |
| Octal | 112 | 320 | 304 | 100 | 0 | 6 | 22 | 257 | 73 | 67 |
| Binary | 1001010 | 11010000 | 11000100 | 1000000 | 0 | 110 | 10010 | 10101111 | 111011 | 110111 |
Color Harmonies of #4AD0C4
Complementary color
Monochromatic Colors of #4AD0C4
Black with #4AD0C4
Text Example
Text Example
White with #4AD0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD0C4; }
p { color: rgb(74,208,196); }
H1.HeaderClassName
{
color: #4AD0C4;
}
.AnyTagClassName
{
color: #4AD0C4;
}
</style>
background-color css
<style>
a { background-color: #4AD0C4; }
a { background-color: rgb(74,208,196); }
div.DivClassName
{
background-color: #4AD0C4;
}
.BgClassName
{
background-color: #4AD0C4;
}
</style>
border-color css
<style>
span { border-color: #4AD0C4; }
span { border-color: rgb(74,208,196); }
td.TdClassName
{
border-color: #4AD0C4;
}
.TagClassName
{
border-color: #4AD0C4;
}
</style>