Shades of Turquoise #2ADDBA
Tints of Turquoise #2ADDBA
RGB
CMYK
RGB Variations
Color information
#2ADDBA (or 0x2ADDBA) is known color: Turquoise. HEX triplet: 2A, DD and BA. RGB value is (42,221,186). Sum of RGB (Red+Green+Blue) = 42+221+186=449 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.35% from 449); Green value is 221 (86.72% from 255 or 49.22% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 221 - color contains mainly: green. Hex color #2ADDBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADDBA is #D52245. Grayscale: #A3A3A3. Windows color (decimal): -13967942 or 12246314. OLE color: 12246314.
HSL color Cylindrical-coordinate representation of color #2ADDBA: hue angle of 168.27º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADDBA is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 221 | 186 | - |
| CMYK | 0.81 | 0 | 0.16 | 0.13 |
| HSL | 168.27º | 0.72% | 0.52% | - |
| HSV(B) | 168.27º | 0.81% | 0.87% | - |
| XYZ | 35.67 | 55.75 | 55.34 | - |
| YUV | 163.49 | 140.7 | 41.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 221 | 186 | 0.81 | 0 | 0.16 | 0.13 | 168.27 | 0.72 | 0.52 |
| Hex | 2A | DD | BA | 51 | 0 | 10 | D | A8 | 48 | 34 |
| Octal | 52 | 335 | 272 | 121 | 0 | 20 | 15 | 250 | 110 | 64 |
| Binary | 101010 | 11011101 | 10111010 | 1010001 | 0 | 10000 | 1101 | 10101000 | 1001000 | 110100 |
Color Harmonies of #2ADDBA
Complementary color
Monochromatic Colors of #2ADDBA
Black with #2ADDBA
Text Example
Text Example
White with #2ADDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADDBA; }
p { color: rgb(42,221,186); }
H1.HeaderClassName
{
color: #2ADDBA;
}
.AnyTagClassName
{
color: #2ADDBA;
}
</style>
background-color css
<style>
a { background-color: #2ADDBA; }
a { background-color: rgb(42,221,186); }
div.DivClassName
{
background-color: #2ADDBA;
}
.BgClassName
{
background-color: #2ADDBA;
}
</style>
border-color css
<style>
span { border-color: #2ADDBA; }
span { border-color: rgb(42,221,186); }
td.TdClassName
{
border-color: #2ADDBA;
}
.TagClassName
{
border-color: #2ADDBA;
}
</style>