Shades of Turquoise #4ADCC3
Tints of Turquoise #4ADCC3
RGB
CMYK
RGB Variations
Color information
#4ADCC3 (or 0x4ADCC3) is known color: Turquoise. HEX triplet: 4A, DC and C3. RGB value is (74,220,195). Sum of RGB (Red+Green+Blue) = 74+220+195=489 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.13% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 195 (76.56% from 255 or 39.88% from 489); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADCC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADCC3 is #B5233C. Grayscale: #ADADAD. Windows color (decimal): -11871037 or 12835914. OLE color: 12835914.
HSL color Cylindrical-coordinate representation of color #4ADCC3: hue angle of 169.73º 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 #4ADCC3 is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 220 | 195 | - |
| CMYK | 0.66 | 0 | 0.11 | 0.14 |
| HSL | 169.73º | 0.68% | 0.58% | - |
| HSV(B) | 169.73º | 0.66% | 0.86% | - |
| XYZ | 38.27 | 56.58 | 60.53 | - |
| YUV | 173.5 | 140.13 | 57.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 220 | 195 | 0.66 | 0 | 0.11 | 0.14 | 169.73 | 0.68 | 0.58 |
| Hex | 4A | DC | C3 | 42 | 0 | B | E | AA | 44 | 3A |
| Octal | 112 | 334 | 303 | 102 | 0 | 13 | 16 | 252 | 104 | 72 |
| Binary | 1001010 | 11011100 | 11000011 | 1000010 | 0 | 1011 | 1110 | 10101010 | 1000100 | 111010 |
Color Harmonies of #4ADCC3
Complementary color
Monochromatic Colors of #4ADCC3
Black with #4ADCC3
Text Example
Text Example
White with #4ADCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADCC3; }
p { color: rgb(74,220,195); }
H1.HeaderClassName
{
color: #4ADCC3;
}
.AnyTagClassName
{
color: #4ADCC3;
}
</style>
background-color css
<style>
a { background-color: #4ADCC3; }
a { background-color: rgb(74,220,195); }
div.DivClassName
{
background-color: #4ADCC3;
}
.BgClassName
{
background-color: #4ADCC3;
}
</style>
border-color css
<style>
span { border-color: #4ADCC3; }
span { border-color: rgb(74,220,195); }
td.TdClassName
{
border-color: #4ADCC3;
}
.TagClassName
{
border-color: #4ADCC3;
}
</style>