Shades of Turquoise #4ADDB7
Tints of Turquoise #4ADDB7
RGB
CMYK
RGB Variations
Color information
#4ADDB7 (or 0x4ADDB7) is known color: Turquoise. HEX triplet: 4A, DD and B7. RGB value is (74,221,183). Sum of RGB (Red+Green+Blue) = 74+221+183=478 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.48% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 183 (71.88% from 255 or 38.28% from 478); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADDB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADDB7 is #B52248. Grayscale: #ACACAC. Windows color (decimal): -11870793 or 12049738. OLE color: 12049738.
HSL color Cylindrical-coordinate representation of color #4ADDB7: hue angle of 164.49º 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 #4ADDB7 is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 221 | 183 | - |
| CMYK | 0.67 | 0 | 0.17 | 0.13 |
| HSL | 164.49º | 0.68% | 0.58% | - |
| HSV(B) | 164.49º | 0.67% | 0.87% | - |
| XYZ | 37.23 | 56.59 | 53.76 | - |
| YUV | 172.72 | 133.8 | 57.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 221 | 183 | 0.67 | 0 | 0.17 | 0.13 | 164.49 | 0.68 | 0.58 |
| Hex | 4A | DD | B7 | 43 | 0 | 11 | D | A4 | 44 | 3A |
| Octal | 112 | 335 | 267 | 103 | 0 | 21 | 15 | 244 | 104 | 72 |
| Binary | 1001010 | 11011101 | 10110111 | 1000011 | 0 | 10001 | 1101 | 10100100 | 1000100 | 111010 |
Color Harmonies of #4ADDB7
Complementary color
Monochromatic Colors of #4ADDB7
Black with #4ADDB7
Text Example
Text Example
White with #4ADDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADDB7; }
p { color: rgb(74,221,183); }
H1.HeaderClassName
{
color: #4ADDB7;
}
.AnyTagClassName
{
color: #4ADDB7;
}
</style>
background-color css
<style>
a { background-color: #4ADDB7; }
a { background-color: rgb(74,221,183); }
div.DivClassName
{
background-color: #4ADDB7;
}
.BgClassName
{
background-color: #4ADDB7;
}
</style>
border-color css
<style>
span { border-color: #4ADDB7; }
span { border-color: rgb(74,221,183); }
td.TdClassName
{
border-color: #4ADDB7;
}
.TagClassName
{
border-color: #4ADDB7;
}
</style>