Shades of Turquoise #4ADCD9
Tints of Turquoise #4ADCD9
RGB
CMYK
RGB Variations
Color information
#4ADCD9 (or 0x4ADCD9) is known color: Turquoise. HEX triplet: 4A, DC and D9. RGB value is (74,220,217). Sum of RGB (Red+Green+Blue) = 74+220+217=511 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.48% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 217 (85.16% from 255 or 42.47% from 511); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADCD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADCD9 is #B52326. Grayscale: #AFAFAF. Windows color (decimal): -11871015 or 14277706. OLE color: 14277706.
HSL color Cylindrical-coordinate representation of color #4ADCD9: hue angle of 178.77º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ADCD9 is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 220 | 217 | - |
| CMYK | 0.66 | 0 | 0.01 | 0.14 |
| HSL | 178.77º | 0.68% | 0.58% | - |
| HSV(B) | 178.77º | 0.66% | 0.86% | - |
| XYZ | 40.94 | 57.65 | 74.62 | - |
| YUV | 176 | 151.13 | 55.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 220 | 217 | 0.66 | 0 | 0.01 | 0.14 | 178.77 | 0.68 | 0.58 |
| Hex | 4A | DC | D9 | 42 | 0 | 1 | E | B3 | 44 | 3A |
| Octal | 112 | 334 | 331 | 102 | 0 | 1 | 16 | 263 | 104 | 72 |
| Binary | 1001010 | 11011100 | 11011001 | 1000010 | 0 | 1 | 1110 | 10110011 | 1000100 | 111010 |
Color Harmonies of #4ADCD9
Complementary color
Monochromatic Colors of #4ADCD9
Black with #4ADCD9
Text Example
Text Example
White with #4ADCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADCD9; }
p { color: rgb(74,220,217); }
H1.HeaderClassName
{
color: #4ADCD9;
}
.AnyTagClassName
{
color: #4ADCD9;
}
</style>
background-color css
<style>
a { background-color: #4ADCD9; }
a { background-color: rgb(74,220,217); }
div.DivClassName
{
background-color: #4ADCD9;
}
.BgClassName
{
background-color: #4ADCD9;
}
</style>
border-color css
<style>
span { border-color: #4ADCD9; }
span { border-color: rgb(74,220,217); }
td.TdClassName
{
border-color: #4ADCD9;
}
.TagClassName
{
border-color: #4ADCD9;
}
</style>