Shades of Turquoise #4ADEBF
Tints of Turquoise #4ADEBF
RGB
CMYK
RGB Variations
Color information
#4ADEBF (or 0x4ADEBF) is known color: Turquoise. HEX triplet: 4A, DE and BF. RGB value is (74,222,191). Sum of RGB (Red+Green+Blue) = 74+222+191=487 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.20% from 487); Green value is 222 (87.11% from 255 or 45.59% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADEBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADEBF is #B52140. Grayscale: #AEAEAE. Windows color (decimal): -11870529 or 12574282. OLE color: 12574282.
HSL color Cylindrical-coordinate representation of color #4ADEBF: hue angle of 167.43º degrees, saturation: 0.69, 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 #4ADEBF is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 222 | 191 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.13 |
| HSL | 167.43º | 0.69% | 0.58% | - |
| HSV(B) | 167.43º | 0.67% | 0.87% | - |
| XYZ | 38.35 | 57.46 | 58.36 | - |
| YUV | 174.21 | 137.47 | 56.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 191 | 0.67 | 0 | 0.14 | 0.13 | 167.43 | 0.69 | 0.58 |
| Hex | 4A | DE | BF | 43 | 0 | E | D | A7 | 45 | 3A |
| Octal | 112 | 336 | 277 | 103 | 0 | 16 | 15 | 247 | 105 | 72 |
| Binary | 1001010 | 11011110 | 10111111 | 1000011 | 0 | 1110 | 1101 | 10100111 | 1000101 | 111010 |
Color Harmonies of #4ADEBF
Complementary color
Monochromatic Colors of #4ADEBF
Black with #4ADEBF
Text Example
Text Example
White with #4ADEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADEBF; }
p { color: rgb(74,222,191); }
H1.HeaderClassName
{
color: #4ADEBF;
}
.AnyTagClassName
{
color: #4ADEBF;
}
</style>
background-color css
<style>
a { background-color: #4ADEBF; }
a { background-color: rgb(74,222,191); }
div.DivClassName
{
background-color: #4ADEBF;
}
.BgClassName
{
background-color: #4ADEBF;
}
</style>
border-color css
<style>
span { border-color: #4ADEBF; }
span { border-color: rgb(74,222,191); }
td.TdClassName
{
border-color: #4ADEBF;
}
.TagClassName
{
border-color: #4ADEBF;
}
</style>