Shades of Turquoise #2ADFBA
Tints of Turquoise #2ADFBA
RGB
CMYK
RGB Variations
Color information
#2ADFBA (or 0x2ADFBA) is known color: Turquoise. HEX triplet: 2A, DF and BA. RGB value is (42,223,186). Sum of RGB (Red+Green+Blue) = 42+223+186=451 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.31% from 451); Green value is 223 (87.5% from 255 or 49.45% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 223 - color contains mainly: green. Hex color #2ADFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADFBA is #D52045. Grayscale: #A4A4A4. Windows color (decimal): -13967430 or 12246826. OLE color: 12246826.
HSL color Cylindrical-coordinate representation of color #2ADFBA: hue angle of 167.73º degrees, saturation: 0.74, 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 #2ADFBA is Cyan = 0.81, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 223 | 186 | - |
| CMYK | 0.81 | 0 | 0.17 | 0.13 |
| HSL | 167.73º | 0.74% | 0.52% | - |
| HSV(B) | 167.73º | 0.81% | 0.87% | - |
| XYZ | 36.21 | 56.81 | 55.51 | - |
| YUV | 164.66 | 140.03 | 40.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 223 | 186 | 0.81 | 0 | 0.17 | 0.13 | 167.73 | 0.74 | 0.52 |
| Hex | 2A | DF | BA | 51 | 0 | 11 | D | A8 | 4A | 34 |
| Octal | 52 | 337 | 272 | 121 | 0 | 21 | 15 | 250 | 112 | 64 |
| Binary | 101010 | 11011111 | 10111010 | 1010001 | 0 | 10001 | 1101 | 10101000 | 1001010 | 110100 |
Color Harmonies of #2ADFBA
Complementary color
Monochromatic Colors of #2ADFBA
Black with #2ADFBA
Text Example
Text Example
White with #2ADFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADFBA; }
p { color: rgb(42,223,186); }
H1.HeaderClassName
{
color: #2ADFBA;
}
.AnyTagClassName
{
color: #2ADFBA;
}
</style>
background-color css
<style>
a { background-color: #2ADFBA; }
a { background-color: rgb(42,223,186); }
div.DivClassName
{
background-color: #2ADFBA;
}
.BgClassName
{
background-color: #2ADFBA;
}
</style>
border-color css
<style>
span { border-color: #2ADFBA; }
span { border-color: rgb(42,223,186); }
td.TdClassName
{
border-color: #2ADFBA;
}
.TagClassName
{
border-color: #2ADFBA;
}
</style>