Shades of Turquoise #4ADDBF
Tints of Turquoise #4ADDBF
RGB
CMYK
RGB Variations
Color information
#4ADDBF (or 0x4ADDBF) is known color: Turquoise. HEX triplet: 4A, DD and BF. RGB value is (74,221,191). Sum of RGB (Red+Green+Blue) = 74+221+191=486 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.23% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 191 (75% from 255 or 39.30% from 486); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADDBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADDBF is #B52240. Grayscale: #ADADAD. Windows color (decimal): -11870785 or 12574026. OLE color: 12574026.
HSL color Cylindrical-coordinate representation of color #4ADDBF: hue angle of 167.76º 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 #4ADDBF is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 221 | 191 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.13 |
| HSL | 167.76º | 0.68% | 0.58% | - |
| HSV(B) | 167.76º | 0.67% | 0.87% | - |
| XYZ | 38.08 | 56.93 | 58.27 | - |
| YUV | 173.63 | 137.8 | 56.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 221 | 191 | 0.67 | 0 | 0.14 | 0.13 | 167.76 | 0.68 | 0.58 |
| Hex | 4A | DD | BF | 43 | 0 | E | D | A8 | 44 | 3A |
| Octal | 112 | 335 | 277 | 103 | 0 | 16 | 15 | 250 | 104 | 72 |
| Binary | 1001010 | 11011101 | 10111111 | 1000011 | 0 | 1110 | 1101 | 10101000 | 1000100 | 111010 |
Color Harmonies of #4ADDBF
Complementary color
Monochromatic Colors of #4ADDBF
Black with #4ADDBF
Text Example
Text Example
White with #4ADDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADDBF; }
p { color: rgb(74,221,191); }
H1.HeaderClassName
{
color: #4ADDBF;
}
.AnyTagClassName
{
color: #4ADDBF;
}
</style>
background-color css
<style>
a { background-color: #4ADDBF; }
a { background-color: rgb(74,221,191); }
div.DivClassName
{
background-color: #4ADDBF;
}
.BgClassName
{
background-color: #4ADDBF;
}
</style>
border-color css
<style>
span { border-color: #4ADDBF; }
span { border-color: rgb(74,221,191); }
td.TdClassName
{
border-color: #4ADDBF;
}
.TagClassName
{
border-color: #4ADDBF;
}
</style>