Shades of Turquoise #2ADCD8
Tints of Turquoise #2ADCD8
RGB
CMYK
RGB Variations
Color information
#2ADCD8 (or 0x2ADCD8) is known color: Turquoise. HEX triplet: 2A, DC and D8. RGB value is (42,220,216). Sum of RGB (Red+Green+Blue) = 42+220+216=478 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.79% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 216 (84.77% from 255 or 45.19% from 478); Max value from RGB is 220 - color contains mainly: green. Hex color #2ADCD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADCD8 is #D52327. Grayscale: #A6A6A6. Windows color (decimal): -13968168 or 14212138. OLE color: 14212138.
HSL color Cylindrical-coordinate representation of color #2ADCD8: hue angle of 178.65º 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 #2ADCD8 is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 220 | 216 | - |
| CMYK | 0.81 | 0 | 0.02 | 0.14 |
| HSL | 178.65º | 0.72% | 0.51% | - |
| HSV(B) | 178.65º | 0.81% | 0.86% | - |
| XYZ | 38.94 | 56.64 | 73.85 | - |
| YUV | 166.32 | 156.03 | 39.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 220 | 216 | 0.81 | 0 | 0.02 | 0.14 | 178.65 | 0.72 | 0.51 |
| Hex | 2A | DC | D8 | 51 | 0 | 2 | E | B3 | 48 | 33 |
| Octal | 52 | 334 | 330 | 121 | 0 | 2 | 16 | 263 | 110 | 63 |
| Binary | 101010 | 11011100 | 11011000 | 1010001 | 0 | 10 | 1110 | 10110011 | 1001000 | 110011 |
Color Harmonies of #2ADCD8
Complementary color
Monochromatic Colors of #2ADCD8
Black with #2ADCD8
Text Example
Text Example
White with #2ADCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADCD8; }
p { color: rgb(42,220,216); }
H1.HeaderClassName
{
color: #2ADCD8;
}
.AnyTagClassName
{
color: #2ADCD8;
}
</style>
background-color css
<style>
a { background-color: #2ADCD8; }
a { background-color: rgb(42,220,216); }
div.DivClassName
{
background-color: #2ADCD8;
}
.BgClassName
{
background-color: #2ADCD8;
}
</style>
border-color css
<style>
span { border-color: #2ADCD8; }
span { border-color: rgb(42,220,216); }
td.TdClassName
{
border-color: #2ADCD8;
}
.TagClassName
{
border-color: #2ADCD8;
}
</style>