Shades of Turquoise #2AD8BA
Tints of Turquoise #2AD8BA
RGB
CMYK
RGB Variations
Color information
#2AD8BA (or 0x2AD8BA) is known color: Turquoise. HEX triplet: 2A, D8 and BA. RGB value is (42,216,186). Sum of RGB (Red+Green+Blue) = 42+216+186=444 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.46% from 444); Green value is 216 (84.77% from 255 or 48.65% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 216 - color contains mainly: green. Hex color #2AD8BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AD8BA is #D52745. Grayscale: #A0A0A0. Windows color (decimal): -13969222 or 12245034. OLE color: 12245034.
HSL color Cylindrical-coordinate representation of color #2AD8BA: hue angle of 169.66º degrees, saturation: 0.69, 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 #2AD8BA is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 216 | 186 | - |
| CMYK | 0.81 | 0 | 0.14 | 0.15 |
| HSL | 169.66º | 0.69% | 0.51% | - |
| HSV(B) | 169.66º | 0.81% | 0.85% | - |
| XYZ | 34.37 | 53.15 | 54.9 | - |
| YUV | 160.55 | 142.35 | 43.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 216 | 186 | 0.81 | 0 | 0.14 | 0.15 | 169.66 | 0.69 | 0.51 |
| Hex | 2A | D8 | BA | 51 | 0 | E | F | AA | 45 | 33 |
| Octal | 52 | 330 | 272 | 121 | 0 | 16 | 17 | 252 | 105 | 63 |
| Binary | 101010 | 11011000 | 10111010 | 1010001 | 0 | 1110 | 1111 | 10101010 | 1000101 | 110011 |
Color Harmonies of #2AD8BA
Complementary color
Monochromatic Colors of #2AD8BA
Black with #2AD8BA
Text Example
Text Example
White with #2AD8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD8BA; }
p { color: rgb(42,216,186); }
H1.HeaderClassName
{
color: #2AD8BA;
}
.AnyTagClassName
{
color: #2AD8BA;
}
</style>
background-color css
<style>
a { background-color: #2AD8BA; }
a { background-color: rgb(42,216,186); }
div.DivClassName
{
background-color: #2AD8BA;
}
.BgClassName
{
background-color: #2AD8BA;
}
</style>
border-color css
<style>
span { border-color: #2AD8BA; }
span { border-color: rgb(42,216,186); }
td.TdClassName
{
border-color: #2AD8BA;
}
.TagClassName
{
border-color: #2AD8BA;
}
</style>