Shades of Turquoise #2ADDBD
Tints of Turquoise #2ADDBD
RGB
CMYK
RGB Variations
Color information
#2ADDBD (or 0x2ADDBD) is known color: Turquoise. HEX triplet: 2A, DD and BD. RGB value is (42,221,189). Sum of RGB (Red+Green+Blue) = 42+221+189=452 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.29% from 452); Green value is 221 (86.72% from 255 or 48.89% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 221 - color contains mainly: green. Hex color #2ADDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADDBD is #D52242. Grayscale: #A3A3A3. Windows color (decimal): -13967939 or 12442922. OLE color: 12442922.
HSL color Cylindrical-coordinate representation of color #2ADDBD: hue angle of 169.27º 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 #2ADDBD is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 221 | 189 | - |
| CMYK | 0.81 | 0 | 0.14 | 0.13 |
| HSL | 169.27º | 0.72% | 0.52% | - |
| HSV(B) | 169.27º | 0.81% | 0.87% | - |
| XYZ | 36 | 55.88 | 57.03 | - |
| YUV | 163.83 | 142.2 | 41.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 221 | 189 | 0.81 | 0 | 0.14 | 0.13 | 169.27 | 0.72 | 0.52 |
| Hex | 2A | DD | BD | 51 | 0 | E | D | A9 | 48 | 34 |
| Octal | 52 | 335 | 275 | 121 | 0 | 16 | 15 | 251 | 110 | 64 |
| Binary | 101010 | 11011101 | 10111101 | 1010001 | 0 | 1110 | 1101 | 10101001 | 1001000 | 110100 |
Color Harmonies of #2ADDBD
Complementary color
Monochromatic Colors of #2ADDBD
Black with #2ADDBD
Text Example
Text Example
White with #2ADDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADDBD; }
p { color: rgb(42,221,189); }
H1.HeaderClassName
{
color: #2ADDBD;
}
.AnyTagClassName
{
color: #2ADDBD;
}
</style>
background-color css
<style>
a { background-color: #2ADDBD; }
a { background-color: rgb(42,221,189); }
div.DivClassName
{
background-color: #2ADDBD;
}
.BgClassName
{
background-color: #2ADDBD;
}
</style>
border-color css
<style>
span { border-color: #2ADDBD; }
span { border-color: rgb(42,221,189); }
td.TdClassName
{
border-color: #2ADDBD;
}
.TagClassName
{
border-color: #2ADDBD;
}
</style>