Shades of Turquoise #4ADDD4
Tints of Turquoise #4ADDD4
RGB
CMYK
RGB Variations
Color information
#4ADDD4 (or 0x4ADDD4) is known color: Turquoise. HEX triplet: 4A, DD and D4. RGB value is (74,221,212). Sum of RGB (Red+Green+Blue) = 74+221+212=507 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.60% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 212 (83.20% from 255 or 41.81% from 507); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADDD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADDD4 is #B5222B. Grayscale: #AFAFAF. Windows color (decimal): -11870764 or 13950282. OLE color: 13950282.
HSL color Cylindrical-coordinate representation of color #4ADDD4: hue angle of 176.33º 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 #4ADDD4 is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 221 | 212 | - |
| CMYK | 0.67 | 0 | 0.04 | 0.13 |
| HSL | 176.33º | 0.68% | 0.58% | - |
| HSV(B) | 176.33º | 0.67% | 0.87% | - |
| XYZ | 40.56 | 57.92 | 71.33 | - |
| YUV | 176.02 | 148.3 | 55.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 221 | 212 | 0.67 | 0 | 0.04 | 0.13 | 176.33 | 0.68 | 0.58 |
| Hex | 4A | DD | D4 | 43 | 0 | 4 | D | B0 | 44 | 3A |
| Octal | 112 | 335 | 324 | 103 | 0 | 4 | 15 | 260 | 104 | 72 |
| Binary | 1001010 | 11011101 | 11010100 | 1000011 | 0 | 100 | 1101 | 10110000 | 1000100 | 111010 |
Color Harmonies of #4ADDD4
Complementary color
Monochromatic Colors of #4ADDD4
Black with #4ADDD4
Text Example
Text Example
White with #4ADDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADDD4; }
p { color: rgb(74,221,212); }
H1.HeaderClassName
{
color: #4ADDD4;
}
.AnyTagClassName
{
color: #4ADDD4;
}
</style>
background-color css
<style>
a { background-color: #4ADDD4; }
a { background-color: rgb(74,221,212); }
div.DivClassName
{
background-color: #4ADDD4;
}
.BgClassName
{
background-color: #4ADDD4;
}
</style>
border-color css
<style>
span { border-color: #4ADDD4; }
span { border-color: rgb(74,221,212); }
td.TdClassName
{
border-color: #4ADDD4;
}
.TagClassName
{
border-color: #4ADDD4;
}
</style>