Shades of Turquoise #4ADDCD
Tints of Turquoise #4ADDCD
RGB
CMYK
RGB Variations
Color information
#4ADDCD (or 0x4ADDCD) is known color: Turquoise. HEX triplet: 4A, DD and CD. RGB value is (74,221,205). Sum of RGB (Red+Green+Blue) = 74+221+205=500 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.8% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADDCD is #B52232. Grayscale: #AFAFAF. Windows color (decimal): -11870771 or 13491530. OLE color: 13491530.
HSL color Cylindrical-coordinate representation of color #4ADDCD: hue angle of 173.47º 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 #4ADDCD is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 221 | 205 | - |
| CMYK | 0.67 | 0 | 0.07 | 0.13 |
| HSL | 173.47º | 0.68% | 0.58% | - |
| HSV(B) | 173.47º | 0.67% | 0.87% | - |
| XYZ | 39.7 | 57.58 | 66.78 | - |
| YUV | 175.22 | 144.8 | 55.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 221 | 205 | 0.67 | 0 | 0.07 | 0.13 | 173.47 | 0.68 | 0.58 |
| Hex | 4A | DD | CD | 43 | 0 | 7 | D | AD | 44 | 3A |
| Octal | 112 | 335 | 315 | 103 | 0 | 7 | 15 | 255 | 104 | 72 |
| Binary | 1001010 | 11011101 | 11001101 | 1000011 | 0 | 111 | 1101 | 10101101 | 1000100 | 111010 |
Color Harmonies of #4ADDCD
Complementary color
Monochromatic Colors of #4ADDCD
Black with #4ADDCD
Text Example
Text Example
White with #4ADDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADDCD; }
p { color: rgb(74,221,205); }
H1.HeaderClassName
{
color: #4ADDCD;
}
.AnyTagClassName
{
color: #4ADDCD;
}
</style>
background-color css
<style>
a { background-color: #4ADDCD; }
a { background-color: rgb(74,221,205); }
div.DivClassName
{
background-color: #4ADDCD;
}
.BgClassName
{
background-color: #4ADDCD;
}
</style>
border-color css
<style>
span { border-color: #4ADDCD; }
span { border-color: rgb(74,221,205); }
td.TdClassName
{
border-color: #4ADDCD;
}
.TagClassName
{
border-color: #4ADDCD;
}
</style>