Shades of Turquoise #4ADEBA
Tints of Turquoise #4ADEBA
RGB
CMYK
RGB Variations
Color information
#4ADEBA (or 0x4ADEBA) is known color: Turquoise. HEX triplet: 4A, DE and BA. RGB value is (74,222,186). Sum of RGB (Red+Green+Blue) = 74+222+186=482 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.35% from 482); Green value is 222 (87.11% from 255 or 46.06% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADEBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADEBA is #B52145. Grayscale: #ADADAD. Windows color (decimal): -11870534 or 12246602. OLE color: 12246602.
HSL color Cylindrical-coordinate representation of color #4ADEBA: hue angle of 165.41º 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 #4ADEBA is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 222 | 186 | - |
| CMYK | 0.67 | 0 | 0.16 | 0.13 |
| HSL | 165.41º | 0.69% | 0.58% | - |
| HSV(B) | 165.41º | 0.67% | 0.87% | - |
| XYZ | 37.81 | 57.24 | 55.51 | - |
| YUV | 173.64 | 134.97 | 56.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 186 | 0.67 | 0 | 0.16 | 0.13 | 165.41 | 0.69 | 0.58 |
| Hex | 4A | DE | BA | 43 | 0 | 10 | D | A5 | 45 | 3A |
| Octal | 112 | 336 | 272 | 103 | 0 | 20 | 15 | 245 | 105 | 72 |
| Binary | 1001010 | 11011110 | 10111010 | 1000011 | 0 | 10000 | 1101 | 10100101 | 1000101 | 111010 |
Color Harmonies of #4ADEBA
Complementary color
Monochromatic Colors of #4ADEBA
Black with #4ADEBA
Text Example
Text Example
White with #4ADEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADEBA; }
p { color: rgb(74,222,186); }
H1.HeaderClassName
{
color: #4ADEBA;
}
.AnyTagClassName
{
color: #4ADEBA;
}
</style>
background-color css
<style>
a { background-color: #4ADEBA; }
a { background-color: rgb(74,222,186); }
div.DivClassName
{
background-color: #4ADEBA;
}
.BgClassName
{
background-color: #4ADEBA;
}
</style>
border-color css
<style>
span { border-color: #4ADEBA; }
span { border-color: rgb(74,222,186); }
td.TdClassName
{
border-color: #4ADEBA;
}
.TagClassName
{
border-color: #4ADEBA;
}
</style>