Shades of Turquoise #4ADEB5
Tints of Turquoise #4ADEB5
RGB
CMYK
RGB Variations
Color information
#4ADEB5 (or 0x4ADEB5) is known color: Turquoise. HEX triplet: 4A, DE and B5. RGB value is (74,222,181). Sum of RGB (Red+Green+Blue) = 74+222+181=477 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.51% from 477); Green value is 222 (87.11% from 255 or 46.54% from 477); Blue value is 181 (71.09% from 255 or 37.95% from 477); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADEB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADEB5 is #B5214A. Grayscale: #ADADAD. Windows color (decimal): -11870539 or 11918922. OLE color: 11918922.
HSL color Cylindrical-coordinate representation of color #4ADEB5: hue angle of 163.38º 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 #4ADEB5 is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 222 | 181 | - |
| CMYK | 0.67 | 0 | 0.18 | 0.13 |
| HSL | 163.38º | 0.69% | 0.58% | - |
| HSV(B) | 163.38º | 0.67% | 0.87% | - |
| XYZ | 37.29 | 57.03 | 52.76 | - |
| YUV | 173.07 | 132.47 | 57.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 181 | 0.67 | 0 | 0.18 | 0.13 | 163.38 | 0.69 | 0.58 |
| Hex | 4A | DE | B5 | 43 | 0 | 12 | D | A3 | 45 | 3A |
| Octal | 112 | 336 | 265 | 103 | 0 | 22 | 15 | 243 | 105 | 72 |
| Binary | 1001010 | 11011110 | 10110101 | 1000011 | 0 | 10010 | 1101 | 10100011 | 1000101 | 111010 |
Color Harmonies of #4ADEB5
Complementary color
Monochromatic Colors of #4ADEB5
Black with #4ADEB5
Text Example
Text Example
White with #4ADEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADEB5; }
p { color: rgb(74,222,181); }
H1.HeaderClassName
{
color: #4ADEB5;
}
.AnyTagClassName
{
color: #4ADEB5;
}
</style>
background-color css
<style>
a { background-color: #4ADEB5; }
a { background-color: rgb(74,222,181); }
div.DivClassName
{
background-color: #4ADEB5;
}
.BgClassName
{
background-color: #4ADEB5;
}
</style>
border-color css
<style>
span { border-color: #4ADEB5; }
span { border-color: rgb(74,222,181); }
td.TdClassName
{
border-color: #4ADEB5;
}
.TagClassName
{
border-color: #4ADEB5;
}
</style>