Shades of Turquoise #2ADCBA
Tints of Turquoise #2ADCBA
RGB
CMYK
RGB Variations
Color information
#2ADCBA (or 0x2ADCBA) is known color: Turquoise. HEX triplet: 2A, DC and BA. RGB value is (42,220,186). Sum of RGB (Red+Green+Blue) = 42+220+186=448 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.38% from 448); Green value is 220 (86.33% from 255 or 49.11% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 220 - color contains mainly: green. Hex color #2ADCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADCBA is #D52345. Grayscale: #A2A2A2. Windows color (decimal): -13968198 or 12246058. OLE color: 12246058.
HSL color Cylindrical-coordinate representation of color #2ADCBA: hue angle of 168.54º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADCBA is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 220 | 186 | - |
| CMYK | 0.81 | 0 | 0.15 | 0.14 |
| HSL | 168.54º | 0.72% | 0.51% | - |
| HSV(B) | 168.54º | 0.81% | 0.86% | - |
| XYZ | 35.41 | 55.22 | 55.25 | - |
| YUV | 162.9 | 141.03 | 41.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 220 | 186 | 0.81 | 0 | 0.15 | 0.14 | 168.54 | 0.72 | 0.51 |
| Hex | 2A | DC | BA | 51 | 0 | F | E | A9 | 48 | 33 |
| Octal | 52 | 334 | 272 | 121 | 0 | 17 | 16 | 251 | 110 | 63 |
| Binary | 101010 | 11011100 | 10111010 | 1010001 | 0 | 1111 | 1110 | 10101001 | 1001000 | 110011 |
Color Harmonies of #2ADCBA
Complementary color
Monochromatic Colors of #2ADCBA
Black with #2ADCBA
Text Example
Text Example
White with #2ADCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADCBA; }
p { color: rgb(42,220,186); }
H1.HeaderClassName
{
color: #2ADCBA;
}
.AnyTagClassName
{
color: #2ADCBA;
}
</style>
background-color css
<style>
a { background-color: #2ADCBA; }
a { background-color: rgb(42,220,186); }
div.DivClassName
{
background-color: #2ADCBA;
}
.BgClassName
{
background-color: #2ADCBA;
}
</style>
border-color css
<style>
span { border-color: #2ADCBA; }
span { border-color: rgb(42,220,186); }
td.TdClassName
{
border-color: #2ADCBA;
}
.TagClassName
{
border-color: #2ADCBA;
}
</style>