Shades of Turquoise #2ADDBF
Tints of Turquoise #2ADDBF
RGB
CMYK
RGB Variations
Color information
#2ADDBF (or 0x2ADDBF) is known color: Turquoise. HEX triplet: 2A, DD and BF. RGB value is (42,221,191). Sum of RGB (Red+Green+Blue) = 42+221+191=454 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.25% from 454); Green value is 221 (86.72% from 255 or 48.68% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 221 - color contains mainly: green. Hex color #2ADDBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADDBF is #D52240. Grayscale: #A3A3A3. Windows color (decimal): -13967937 or 12573994. OLE color: 12573994.
HSL color Cylindrical-coordinate representation of color #2ADDBF: hue angle of 169.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 #2ADDBF is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 221 | 191 | - |
| CMYK | 0.81 | 0 | 0.14 | 0.13 |
| HSL | 169.94º | 0.72% | 0.52% | - |
| HSV(B) | 169.94º | 0.81% | 0.87% | - |
| XYZ | 36.22 | 55.97 | 58.18 | - |
| YUV | 164.06 | 143.2 | 40.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 221 | 191 | 0.81 | 0 | 0.14 | 0.13 | 169.94 | 0.72 | 0.52 |
| Hex | 2A | DD | BF | 51 | 0 | E | D | AA | 48 | 34 |
| Octal | 52 | 335 | 277 | 121 | 0 | 16 | 15 | 252 | 110 | 64 |
| Binary | 101010 | 11011101 | 10111111 | 1010001 | 0 | 1110 | 1101 | 10101010 | 1001000 | 110100 |
Color Harmonies of #2ADDBF
Complementary color
Monochromatic Colors of #2ADDBF
Black with #2ADDBF
Text Example
Text Example
White with #2ADDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADDBF; }
p { color: rgb(42,221,191); }
H1.HeaderClassName
{
color: #2ADDBF;
}
.AnyTagClassName
{
color: #2ADDBF;
}
</style>
background-color css
<style>
a { background-color: #2ADDBF; }
a { background-color: rgb(42,221,191); }
div.DivClassName
{
background-color: #2ADDBF;
}
.BgClassName
{
background-color: #2ADDBF;
}
</style>
border-color css
<style>
span { border-color: #2ADDBF; }
span { border-color: rgb(42,221,191); }
td.TdClassName
{
border-color: #2ADDBF;
}
.TagClassName
{
border-color: #2ADDBF;
}
</style>