Shades of Turquoise #2AD9BA
Tints of Turquoise #2AD9BA
RGB
CMYK
RGB Variations
Color information
#2AD9BA (or 0x2AD9BA) is known color: Turquoise. HEX triplet: 2A, D9 and BA. RGB value is (42,217,186). Sum of RGB (Red+Green+Blue) = 42+217+186=445 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.44% from 445); Green value is 217 (85.16% from 255 or 48.76% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 217 - color contains mainly: green. Hex color #2AD9BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AD9BA is #D52645. Grayscale: #A1A1A1. Windows color (decimal): -13968966 or 12245290. OLE color: 12245290.
HSL color Cylindrical-coordinate representation of color #2AD9BA: hue angle of 169.37º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AD9BA is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 217 | 186 | - |
| CMYK | 0.81 | 0 | 0.14 | 0.15 |
| HSL | 169.37º | 0.7% | 0.51% | - |
| HSV(B) | 169.37º | 0.81% | 0.85% | - |
| XYZ | 34.63 | 53.66 | 54.99 | - |
| YUV | 161.14 | 142.02 | 43.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 217 | 186 | 0.81 | 0 | 0.14 | 0.15 | 169.37 | 0.7 | 0.51 |
| Hex | 2A | D9 | BA | 51 | 0 | E | F | A9 | 46 | 33 |
| Octal | 52 | 331 | 272 | 121 | 0 | 16 | 17 | 251 | 106 | 63 |
| Binary | 101010 | 11011001 | 10111010 | 1010001 | 0 | 1110 | 1111 | 10101001 | 1000110 | 110011 |
Color Harmonies of #2AD9BA
Complementary color
Monochromatic Colors of #2AD9BA
Black with #2AD9BA
Text Example
Text Example
White with #2AD9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD9BA; }
p { color: rgb(42,217,186); }
H1.HeaderClassName
{
color: #2AD9BA;
}
.AnyTagClassName
{
color: #2AD9BA;
}
</style>
background-color css
<style>
a { background-color: #2AD9BA; }
a { background-color: rgb(42,217,186); }
div.DivClassName
{
background-color: #2AD9BA;
}
.BgClassName
{
background-color: #2AD9BA;
}
</style>
border-color css
<style>
span { border-color: #2AD9BA; }
span { border-color: rgb(42,217,186); }
td.TdClassName
{
border-color: #2AD9BA;
}
.TagClassName
{
border-color: #2AD9BA;
}
</style>