Shades of Turquoise #4ADCC8
Tints of Turquoise #4ADCC8
RGB
CMYK
RGB Variations
Color information
#4ADCC8 (or 0x4ADCC8) is known color: Turquoise. HEX triplet: 4A, DC and C8. RGB value is (74,220,200). Sum of RGB (Red+Green+Blue) = 74+220+200=494 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.98% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 200 (78.52% from 255 or 40.49% from 494); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADCC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADCC8 is #B52337. Grayscale: #ADADAD. Windows color (decimal): -11871032 or 13163594. OLE color: 13163594.
HSL color Cylindrical-coordinate representation of color #4ADCC8: hue angle of 171.78º 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 #4ADCC8 is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 220 | 200 | - |
| CMYK | 0.66 | 0 | 0.09 | 0.14 |
| HSL | 171.78º | 0.68% | 0.58% | - |
| HSV(B) | 171.78º | 0.66% | 0.86% | - |
| XYZ | 38.84 | 56.81 | 63.56 | - |
| YUV | 174.07 | 142.63 | 56.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 220 | 200 | 0.66 | 0 | 0.09 | 0.14 | 171.78 | 0.68 | 0.58 |
| Hex | 4A | DC | C8 | 42 | 0 | 9 | E | AC | 44 | 3A |
| Octal | 112 | 334 | 310 | 102 | 0 | 11 | 16 | 254 | 104 | 72 |
| Binary | 1001010 | 11011100 | 11001000 | 1000010 | 0 | 1001 | 1110 | 10101100 | 1000100 | 111010 |
Color Harmonies of #4ADCC8
Complementary color
Monochromatic Colors of #4ADCC8
Black with #4ADCC8
Text Example
Text Example
White with #4ADCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADCC8; }
p { color: rgb(74,220,200); }
H1.HeaderClassName
{
color: #4ADCC8;
}
.AnyTagClassName
{
color: #4ADCC8;
}
</style>
background-color css
<style>
a { background-color: #4ADCC8; }
a { background-color: rgb(74,220,200); }
div.DivClassName
{
background-color: #4ADCC8;
}
.BgClassName
{
background-color: #4ADCC8;
}
</style>
border-color css
<style>
span { border-color: #4ADCC8; }
span { border-color: rgb(74,220,200); }
td.TdClassName
{
border-color: #4ADCC8;
}
.TagClassName
{
border-color: #4ADCC8;
}
</style>