Shades of Turquoise #2ADBBD
Tints of Turquoise #2ADBBD
RGB
CMYK
RGB Variations
Color information
#2ADBBD (or 0x2ADBBD) is known color: Turquoise. HEX triplet: 2A, DB and BD. RGB value is (42,219,189). Sum of RGB (Red+Green+Blue) = 42+219+189=450 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.33% from 450); Green value is 219 (85.94% from 255 or 48.67% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 219 - color contains mainly: green. Hex color #2ADBBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADBBD is #D52442. Grayscale: #A2A2A2. Windows color (decimal): -13968451 or 12442410. OLE color: 12442410.
HSL color Cylindrical-coordinate representation of color #2ADBBD: hue angle of 169.83º 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 #2ADBBD is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 219 | 189 | - |
| CMYK | 0.81 | 0 | 0.14 | 0.14 |
| HSL | 169.83º | 0.71% | 0.51% | - |
| HSV(B) | 169.83º | 0.81% | 0.86% | - |
| XYZ | 35.47 | 54.83 | 56.86 | - |
| YUV | 162.66 | 142.86 | 41.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 219 | 189 | 0.81 | 0 | 0.14 | 0.14 | 169.83 | 0.71 | 0.51 |
| Hex | 2A | DB | BD | 51 | 0 | E | E | AA | 47 | 33 |
| Octal | 52 | 333 | 275 | 121 | 0 | 16 | 16 | 252 | 107 | 63 |
| Binary | 101010 | 11011011 | 10111101 | 1010001 | 0 | 1110 | 1110 | 10101010 | 1000111 | 110011 |
Color Harmonies of #2ADBBD
Complementary color
Monochromatic Colors of #2ADBBD
Black with #2ADBBD
Text Example
Text Example
White with #2ADBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADBBD; }
p { color: rgb(42,219,189); }
H1.HeaderClassName
{
color: #2ADBBD;
}
.AnyTagClassName
{
color: #2ADBBD;
}
</style>
background-color css
<style>
a { background-color: #2ADBBD; }
a { background-color: rgb(42,219,189); }
div.DivClassName
{
background-color: #2ADBBD;
}
.BgClassName
{
background-color: #2ADBBD;
}
</style>
border-color css
<style>
span { border-color: #2ADBBD; }
span { border-color: rgb(42,219,189); }
td.TdClassName
{
border-color: #2ADBBD;
}
.TagClassName
{
border-color: #2ADBBD;
}
</style>