Shades of Turquoise #4ADCC9
Tints of Turquoise #4ADCC9
RGB
CMYK
RGB Variations
Color information
#4ADCC9 (or 0x4ADCC9) is known color: Turquoise. HEX triplet: 4A, DC and C9. RGB value is (74,220,201). Sum of RGB (Red+Green+Blue) = 74+220+201=495 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.95% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 201 (78.91% from 255 or 40.61% from 495); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADCC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADCC9 is #B52336. Grayscale: #AEAEAE. Windows color (decimal): -11871031 or 13229130. OLE color: 13229130.
HSL color Cylindrical-coordinate representation of color #4ADCC9: hue angle of 172.19º 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 #4ADCC9 is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 220 | 201 | - |
| CMYK | 0.66 | 0 | 0.09 | 0.14 |
| HSL | 172.19º | 0.68% | 0.58% | - |
| HSV(B) | 172.19º | 0.66% | 0.86% | - |
| XYZ | 38.96 | 56.86 | 64.18 | - |
| YUV | 174.18 | 143.13 | 56.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 220 | 201 | 0.66 | 0 | 0.09 | 0.14 | 172.19 | 0.68 | 0.58 |
| Hex | 4A | DC | C9 | 42 | 0 | 9 | E | AC | 44 | 3A |
| Octal | 112 | 334 | 311 | 102 | 0 | 11 | 16 | 254 | 104 | 72 |
| Binary | 1001010 | 11011100 | 11001001 | 1000010 | 0 | 1001 | 1110 | 10101100 | 1000100 | 111010 |
Color Harmonies of #4ADCC9
Complementary color
Monochromatic Colors of #4ADCC9
Black with #4ADCC9
Text Example
Text Example
White with #4ADCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADCC9; }
p { color: rgb(74,220,201); }
H1.HeaderClassName
{
color: #4ADCC9;
}
.AnyTagClassName
{
color: #4ADCC9;
}
</style>
background-color css
<style>
a { background-color: #4ADCC9; }
a { background-color: rgb(74,220,201); }
div.DivClassName
{
background-color: #4ADCC9;
}
.BgClassName
{
background-color: #4ADCC9;
}
</style>
border-color css
<style>
span { border-color: #4ADCC9; }
span { border-color: rgb(74,220,201); }
td.TdClassName
{
border-color: #4ADCC9;
}
.TagClassName
{
border-color: #4ADCC9;
}
</style>