Shades of Turquoise #2AD9B8
Tints of Turquoise #2AD9B8
RGB
CMYK
RGB Variations
Color information
#2AD9B8 (or 0x2AD9B8) is known color: Turquoise. HEX triplet: 2A, D9 and B8. RGB value is (42,217,184). Sum of RGB (Red+Green+Blue) = 42+217+184=443 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.48% from 443); Green value is 217 (85.16% from 255 or 48.98% from 443); Blue value is 184 (72.27% from 255 or 41.53% from 443); Max value from RGB is 217 - color contains mainly: green. Hex color #2AD9B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AD9B8 is #D52647. Grayscale: #A0A0A0. Windows color (decimal): -13968968 or 12114218. OLE color: 12114218.
HSL color Cylindrical-coordinate representation of color #2AD9B8: hue angle of 168.69º 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 #2AD9B8 is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 217 | 184 | - |
| CMYK | 0.81 | 0 | 0.15 | 0.15 |
| HSL | 168.69º | 0.7% | 0.51% | - |
| HSV(B) | 168.69º | 0.81% | 0.85% | - |
| XYZ | 34.42 | 53.58 | 53.88 | - |
| YUV | 160.91 | 141.02 | 43.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 217 | 184 | 0.81 | 0 | 0.15 | 0.15 | 168.69 | 0.7 | 0.51 |
| Hex | 2A | D9 | B8 | 51 | 0 | F | F | A9 | 46 | 33 |
| Octal | 52 | 331 | 270 | 121 | 0 | 17 | 17 | 251 | 106 | 63 |
| Binary | 101010 | 11011001 | 10111000 | 1010001 | 0 | 1111 | 1111 | 10101001 | 1000110 | 110011 |
Color Harmonies of #2AD9B8
Complementary color
Monochromatic Colors of #2AD9B8
Black with #2AD9B8
Text Example
Text Example
White with #2AD9B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD9B8; }
p { color: rgb(42,217,184); }
H1.HeaderClassName
{
color: #2AD9B8;
}
.AnyTagClassName
{
color: #2AD9B8;
}
</style>
background-color css
<style>
a { background-color: #2AD9B8; }
a { background-color: rgb(42,217,184); }
div.DivClassName
{
background-color: #2AD9B8;
}
.BgClassName
{
background-color: #2AD9B8;
}
</style>
border-color css
<style>
span { border-color: #2AD9B8; }
span { border-color: rgb(42,217,184); }
td.TdClassName
{
border-color: #2AD9B8;
}
.TagClassName
{
border-color: #2AD9B8;
}
</style>