Shades of Turquoise #2ADBB9
Tints of Turquoise #2ADBB9
RGB
CMYK
RGB Variations
Color information
#2ADBB9 (or 0x2ADBB9) is known color: Turquoise. HEX triplet: 2A, DB and B9. RGB value is (42,219,185). Sum of RGB (Red+Green+Blue) = 42+219+185=446 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.42% from 446); Green value is 219 (85.94% from 255 or 49.10% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 219 - color contains mainly: green. Hex color #2ADBB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADBB9 is #D52446. Grayscale: #A2A2A2. Windows color (decimal): -13968455 or 12180266. OLE color: 12180266.
HSL color Cylindrical-coordinate representation of color #2ADBB9: hue angle of 168.47º degrees, saturation: 0.71, 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 #2ADBB9 is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 219 | 185 | - |
| CMYK | 0.81 | 0 | 0.16 | 0.14 |
| HSL | 168.47º | 0.71% | 0.51% | - |
| HSV(B) | 168.47º | 0.81% | 0.86% | - |
| XYZ | 35.04 | 54.66 | 54.6 | - |
| YUV | 162.2 | 140.86 | 42.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 219 | 185 | 0.81 | 0 | 0.16 | 0.14 | 168.47 | 0.71 | 0.51 |
| Hex | 2A | DB | B9 | 51 | 0 | 10 | E | A8 | 47 | 33 |
| Octal | 52 | 333 | 271 | 121 | 0 | 20 | 16 | 250 | 107 | 63 |
| Binary | 101010 | 11011011 | 10111001 | 1010001 | 0 | 10000 | 1110 | 10101000 | 1000111 | 110011 |
Color Harmonies of #2ADBB9
Complementary color
Monochromatic Colors of #2ADBB9
Black with #2ADBB9
Text Example
Text Example
White with #2ADBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADBB9; }
p { color: rgb(42,219,185); }
H1.HeaderClassName
{
color: #2ADBB9;
}
.AnyTagClassName
{
color: #2ADBB9;
}
</style>
background-color css
<style>
a { background-color: #2ADBB9; }
a { background-color: rgb(42,219,185); }
div.DivClassName
{
background-color: #2ADBB9;
}
.BgClassName
{
background-color: #2ADBB9;
}
</style>
border-color css
<style>
span { border-color: #2ADBB9; }
span { border-color: rgb(42,219,185); }
td.TdClassName
{
border-color: #2ADBB9;
}
.TagClassName
{
border-color: #2ADBB9;
}
</style>