Shades of Turquoise #2ADCD9
Tints of Turquoise #2ADCD9
RGB
CMYK
RGB Variations
Color information
#2ADCD9 (or 0x2ADCD9) is known color: Turquoise. HEX triplet: 2A, DC and D9. RGB value is (42,220,217). Sum of RGB (Red+Green+Blue) = 42+220+217=479 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.77% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 217 (85.16% from 255 or 45.30% from 479); Max value from RGB is 220 - color contains mainly: green. Hex color #2ADCD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADCD9 is #D52326. Grayscale: #A6A6A6. Windows color (decimal): -13968167 or 14277674. OLE color: 14277674.
HSL color Cylindrical-coordinate representation of color #2ADCD9: hue angle of 178.99º degrees, saturation: 0.72, 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 #2ADCD9 is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 220 | 217 | - |
| CMYK | 0.81 | 0 | 0.01 | 0.14 |
| HSL | 178.99º | 0.72% | 0.51% | - |
| HSV(B) | 178.99º | 0.81% | 0.86% | - |
| XYZ | 39.07 | 56.69 | 74.53 | - |
| YUV | 166.44 | 156.53 | 39.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 220 | 217 | 0.81 | 0 | 0.01 | 0.14 | 178.99 | 0.72 | 0.51 |
| Hex | 2A | DC | D9 | 51 | 0 | 1 | E | B3 | 48 | 33 |
| Octal | 52 | 334 | 331 | 121 | 0 | 1 | 16 | 263 | 110 | 63 |
| Binary | 101010 | 11011100 | 11011001 | 1010001 | 0 | 1 | 1110 | 10110011 | 1001000 | 110011 |
Color Harmonies of #2ADCD9
Complementary color
Monochromatic Colors of #2ADCD9
Black with #2ADCD9
Text Example
Text Example
White with #2ADCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADCD9; }
p { color: rgb(42,220,217); }
H1.HeaderClassName
{
color: #2ADCD9;
}
.AnyTagClassName
{
color: #2ADCD9;
}
</style>
background-color css
<style>
a { background-color: #2ADCD9; }
a { background-color: rgb(42,220,217); }
div.DivClassName
{
background-color: #2ADCD9;
}
.BgClassName
{
background-color: #2ADCD9;
}
</style>
border-color css
<style>
span { border-color: #2ADCD9; }
span { border-color: rgb(42,220,217); }
td.TdClassName
{
border-color: #2ADCD9;
}
.TagClassName
{
border-color: #2ADCD9;
}
</style>