Shades of Turquoise #2ADADD
Tints of Turquoise #2ADADD
RGB
CMYK
RGB Variations
Color information
#2ADADD (or 0x2ADADD) is known color: Turquoise. HEX triplet: 2A, DA and DD. RGB value is (42,218,221). Sum of RGB (Red+Green+Blue) = 42+218+221=481 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.73% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #2ADADD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADADD is #D52522. Grayscale: #A5A5A5. Windows color (decimal): -13968675 or 14539306. OLE color: 14539306.
HSL color Cylindrical-coordinate representation of color #2ADADD: hue angle of 181.01º 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 #2ADADD is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 218 | 221 | - |
| CMYK | 0.81 | 0.01 | 0 | 0.13 |
| HSL | 181.01º | 0.72% | 0.52% | - |
| HSV(B) | 181.01º | 0.81% | 0.87% | - |
| XYZ | 39.08 | 55.86 | 77.13 | - |
| YUV | 165.72 | 159.19 | 39.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 218 | 221 | 0.81 | 0.01 | 0 | 0.13 | 181.01 | 0.72 | 0.52 |
| Hex | 2A | DA | DD | 51 | 1 | 0 | D | B5 | 48 | 34 |
| Octal | 52 | 332 | 335 | 121 | 1 | 0 | 15 | 265 | 110 | 64 |
| Binary | 101010 | 11011010 | 11011101 | 1010001 | 1 | 0 | 1101 | 10110101 | 1001000 | 110100 |
Color Harmonies of #2ADADD
Complementary color
Monochromatic Colors of #2ADADD
Black with #2ADADD
Text Example
Text Example
White with #2ADADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADADD; }
p { color: rgb(42,218,221); }
H1.HeaderClassName
{
color: #2ADADD;
}
.AnyTagClassName
{
color: #2ADADD;
}
</style>
background-color css
<style>
a { background-color: #2ADADD; }
a { background-color: rgb(42,218,221); }
div.DivClassName
{
background-color: #2ADADD;
}
.BgClassName
{
background-color: #2ADADD;
}
</style>
border-color css
<style>
span { border-color: #2ADADD; }
span { border-color: rgb(42,218,221); }
td.TdClassName
{
border-color: #2ADADD;
}
.TagClassName
{
border-color: #2ADADD;
}
</style>