Shades of Turquoise #2ADDBC
Tints of Turquoise #2ADDBC
RGB
CMYK
RGB Variations
Color information
#2ADDBC (or 0x2ADDBC) is known color: Turquoise. HEX triplet: 2A, DD and BC. RGB value is (42,221,188). Sum of RGB (Red+Green+Blue) = 42+221+188=451 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.31% from 451); Green value is 221 (86.72% from 255 or 49.00% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 221 - color contains mainly: green. Hex color #2ADDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADDBC is #D52243. Grayscale: #A3A3A3. Windows color (decimal): -13967940 or 12377386. OLE color: 12377386.
HSL color Cylindrical-coordinate representation of color #2ADDBC: hue angle of 168.94º degrees, saturation: 0.72, 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 #2ADDBC is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 221 | 188 | - |
| CMYK | 0.81 | 0 | 0.15 | 0.13 |
| HSL | 168.94º | 0.72% | 0.52% | - |
| HSV(B) | 168.94º | 0.81% | 0.87% | - |
| XYZ | 35.89 | 55.84 | 56.46 | - |
| YUV | 163.72 | 141.7 | 41.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 221 | 188 | 0.81 | 0 | 0.15 | 0.13 | 168.94 | 0.72 | 0.52 |
| Hex | 2A | DD | BC | 51 | 0 | F | D | A9 | 48 | 34 |
| Octal | 52 | 335 | 274 | 121 | 0 | 17 | 15 | 251 | 110 | 64 |
| Binary | 101010 | 11011101 | 10111100 | 1010001 | 0 | 1111 | 1101 | 10101001 | 1001000 | 110100 |
Color Harmonies of #2ADDBC
Complementary color
Monochromatic Colors of #2ADDBC
Black with #2ADDBC
Text Example
Text Example
White with #2ADDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADDBC; }
p { color: rgb(42,221,188); }
H1.HeaderClassName
{
color: #2ADDBC;
}
.AnyTagClassName
{
color: #2ADDBC;
}
</style>
background-color css
<style>
a { background-color: #2ADDBC; }
a { background-color: rgb(42,221,188); }
div.DivClassName
{
background-color: #2ADDBC;
}
.BgClassName
{
background-color: #2ADDBC;
}
</style>
border-color css
<style>
span { border-color: #2ADDBC; }
span { border-color: rgb(42,221,188); }
td.TdClassName
{
border-color: #2ADDBC;
}
.TagClassName
{
border-color: #2ADDBC;
}
</style>