Shades of Turquoise #4ADDB6
Tints of Turquoise #4ADDB6
RGB
CMYK
RGB Variations
Color information
#4ADDB6 (or 0x4ADDB6) is known color: Turquoise. HEX triplet: 4A, DD and B6. RGB value is (74,221,182). Sum of RGB (Red+Green+Blue) = 74+221+182=477 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.51% from 477); Green value is 221 (86.72% from 255 or 46.33% from 477); Blue value is 182 (71.48% from 255 or 38.16% from 477); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADDB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADDB6 is #B52249. Grayscale: #ACACAC. Windows color (decimal): -11870794 or 11984202. OLE color: 11984202.
HSL color Cylindrical-coordinate representation of color #4ADDB6: hue angle of 164.08º 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 #4ADDB6 is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 221 | 182 | - |
| CMYK | 0.67 | 0 | 0.18 | 0.13 |
| HSL | 164.08º | 0.68% | 0.58% | - |
| HSV(B) | 164.08º | 0.67% | 0.87% | - |
| XYZ | 37.12 | 56.55 | 53.21 | - |
| YUV | 172.6 | 133.3 | 57.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 221 | 182 | 0.67 | 0 | 0.18 | 0.13 | 164.08 | 0.68 | 0.58 |
| Hex | 4A | DD | B6 | 43 | 0 | 12 | D | A4 | 44 | 3A |
| Octal | 112 | 335 | 266 | 103 | 0 | 22 | 15 | 244 | 104 | 72 |
| Binary | 1001010 | 11011101 | 10110110 | 1000011 | 0 | 10010 | 1101 | 10100100 | 1000100 | 111010 |
Color Harmonies of #4ADDB6
Complementary color
Monochromatic Colors of #4ADDB6
Black with #4ADDB6
Text Example
Text Example
White with #4ADDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADDB6; }
p { color: rgb(74,221,182); }
H1.HeaderClassName
{
color: #4ADDB6;
}
.AnyTagClassName
{
color: #4ADDB6;
}
</style>
background-color css
<style>
a { background-color: #4ADDB6; }
a { background-color: rgb(74,221,182); }
div.DivClassName
{
background-color: #4ADDB6;
}
.BgClassName
{
background-color: #4ADDB6;
}
</style>
border-color css
<style>
span { border-color: #4ADDB6; }
span { border-color: rgb(74,221,182); }
td.TdClassName
{
border-color: #4ADDB6;
}
.TagClassName
{
border-color: #4ADDB6;
}
</style>