Shades of Turquoise #4ADCC2
Tints of Turquoise #4ADCC2
RGB
CMYK
RGB Variations
Color information
#4ADCC2 (or 0x4ADCC2) is known color: Turquoise. HEX triplet: 4A, DC and C2. RGB value is (74,220,194). Sum of RGB (Red+Green+Blue) = 74+220+194=488 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.16% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 194 (76.17% from 255 or 39.75% from 488); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADCC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADCC2 is #B5233D. Grayscale: #ADADAD. Windows color (decimal): -11871038 or 12770378. OLE color: 12770378.
HSL color Cylindrical-coordinate representation of color #4ADCC2: hue angle of 169.32º 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 #4ADCC2 is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 220 | 194 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.14 |
| HSL | 169.32º | 0.68% | 0.58% | - |
| HSV(B) | 169.32º | 0.66% | 0.86% | - |
| XYZ | 38.15 | 56.54 | 59.94 | - |
| YUV | 173.38 | 139.63 | 57.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 220 | 194 | 0.66 | 0 | 0.12 | 0.14 | 169.32 | 0.68 | 0.58 |
| Hex | 4A | DC | C2 | 42 | 0 | C | E | A9 | 44 | 3A |
| Octal | 112 | 334 | 302 | 102 | 0 | 14 | 16 | 251 | 104 | 72 |
| Binary | 1001010 | 11011100 | 11000010 | 1000010 | 0 | 1100 | 1110 | 10101001 | 1000100 | 111010 |
Color Harmonies of #4ADCC2
Complementary color
Monochromatic Colors of #4ADCC2
Black with #4ADCC2
Text Example
Text Example
White with #4ADCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADCC2; }
p { color: rgb(74,220,194); }
H1.HeaderClassName
{
color: #4ADCC2;
}
.AnyTagClassName
{
color: #4ADCC2;
}
</style>
background-color css
<style>
a { background-color: #4ADCC2; }
a { background-color: rgb(74,220,194); }
div.DivClassName
{
background-color: #4ADCC2;
}
.BgClassName
{
background-color: #4ADCC2;
}
</style>
border-color css
<style>
span { border-color: #4ADCC2; }
span { border-color: rgb(74,220,194); }
td.TdClassName
{
border-color: #4ADCC2;
}
.TagClassName
{
border-color: #4ADCC2;
}
</style>