Shades of Medium Turquoise #4AD6DD
Tints of Medium Turquoise #4AD6DD
RGB
CMYK
RGB Variations
Color information
#4AD6DD (or 0x4AD6DD) is known color: Medium Turquoise. HEX triplet: 4A, D6 and DD. RGB value is (74,214,221). Sum of RGB (Red+Green+Blue) = 74+214+221=509 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.54% from 509); Green value is 214 (83.98% from 255 or 42.04% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #4AD6DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AD6DD is #B52922. Grayscale: #ACACAC. Windows color (decimal): -11872547 or 14538314. OLE color: 14538314.
HSL color Cylindrical-coordinate representation of color #4AD6DD: hue angle of 182.86º degrees, saturation: 0.68, 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 #4AD6DD is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 214 | 221 | - |
| CMYK | 0.67 | 0.03 | 0 | 0.13 |
| HSL | 182.86º | 0.68% | 0.58% | - |
| HSV(B) | 182.86º | 0.67% | 0.87% | - |
| XYZ | 39.92 | 54.77 | 76.87 | - |
| YUV | 172.94 | 155.12 | 57.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 214 | 221 | 0.67 | 0.03 | 0 | 0.13 | 182.86 | 0.68 | 0.58 |
| Hex | 4A | D6 | DD | 43 | 3 | 0 | D | B7 | 44 | 3A |
| Octal | 112 | 326 | 335 | 103 | 3 | 0 | 15 | 267 | 104 | 72 |
| Binary | 1001010 | 11010110 | 11011101 | 1000011 | 11 | 0 | 1101 | 10110111 | 1000100 | 111010 |
Color Harmonies of #4AD6DD
Complementary color
Monochromatic Colors of #4AD6DD
Black with #4AD6DD
Text Example
Text Example
White with #4AD6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD6DD; }
p { color: rgb(74,214,221); }
H1.HeaderClassName
{
color: #4AD6DD;
}
.AnyTagClassName
{
color: #4AD6DD;
}
</style>
background-color css
<style>
a { background-color: #4AD6DD; }
a { background-color: rgb(74,214,221); }
div.DivClassName
{
background-color: #4AD6DD;
}
.BgClassName
{
background-color: #4AD6DD;
}
</style>
border-color css
<style>
span { border-color: #4AD6DD; }
span { border-color: rgb(74,214,221); }
td.TdClassName
{
border-color: #4AD6DD;
}
.TagClassName
{
border-color: #4AD6DD;
}
</style>