Shades of Turquoise #4ADDC9
Tints of Turquoise #4ADDC9
RGB
CMYK
RGB Variations
Color information
#4ADDC9 (or 0x4ADDC9) is known color: Turquoise. HEX triplet: 4A, DD and C9. RGB value is (74,221,201). Sum of RGB (Red+Green+Blue) = 74+221+201=496 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.92% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 201 (78.91% from 255 or 40.52% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADDC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADDC9 is #B52236. Grayscale: #AEAEAE. Windows color (decimal): -11870775 or 13229386. OLE color: 13229386.
HSL color Cylindrical-coordinate representation of color #4ADDC9: hue angle of 171.84º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ADDC9 is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 221 | 201 | - |
| CMYK | 0.67 | 0 | 0.09 | 0.13 |
| HSL | 171.84º | 0.68% | 0.58% | - |
| HSV(B) | 171.84º | 0.67% | 0.87% | - |
| XYZ | 39.22 | 57.39 | 64.27 | - |
| YUV | 174.77 | 142.8 | 56.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 221 | 201 | 0.67 | 0 | 0.09 | 0.13 | 171.84 | 0.68 | 0.58 |
| Hex | 4A | DD | C9 | 43 | 0 | 9 | D | AC | 44 | 3A |
| Octal | 112 | 335 | 311 | 103 | 0 | 11 | 15 | 254 | 104 | 72 |
| Binary | 1001010 | 11011101 | 11001001 | 1000011 | 0 | 1001 | 1101 | 10101100 | 1000100 | 111010 |
Color Harmonies of #4ADDC9
Complementary color
Monochromatic Colors of #4ADDC9
Black with #4ADDC9
Text Example
Text Example
White with #4ADDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADDC9; }
p { color: rgb(74,221,201); }
H1.HeaderClassName
{
color: #4ADDC9;
}
.AnyTagClassName
{
color: #4ADDC9;
}
</style>
background-color css
<style>
a { background-color: #4ADDC9; }
a { background-color: rgb(74,221,201); }
div.DivClassName
{
background-color: #4ADDC9;
}
.BgClassName
{
background-color: #4ADDC9;
}
</style>
border-color css
<style>
span { border-color: #4ADDC9; }
span { border-color: rgb(74,221,201); }
td.TdClassName
{
border-color: #4ADDC9;
}
.TagClassName
{
border-color: #4ADDC9;
}
</style>