Shades of Turquoise #2ADCD6
Tints of Turquoise #2ADCD6
RGB
CMYK
RGB Variations
Color information
#2ADCD6 (or 0x2ADCD6) is known color: Turquoise. HEX triplet: 2A, DC and D6. RGB value is (42,220,214). Sum of RGB (Red+Green+Blue) = 42+220+214=476 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.82% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 214 (83.98% from 255 or 44.96% from 476); Max value from RGB is 220 - color contains mainly: green. Hex color #2ADCD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADCD6 is #D52329. Grayscale: #A5A5A5. Windows color (decimal): -13968170 or 14081066. OLE color: 14081066.
HSL color Cylindrical-coordinate representation of color #2ADCD6: hue angle of 177.98º 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 #2ADCD6 is Cyan = 0.81, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 220 | 214 | - |
| CMYK | 0.81 | 0 | 0.03 | 0.14 |
| HSL | 177.98º | 0.72% | 0.51% | - |
| HSV(B) | 177.98º | 0.81% | 0.86% | - |
| XYZ | 38.69 | 56.53 | 72.49 | - |
| YUV | 166.09 | 155.03 | 39.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 220 | 214 | 0.81 | 0 | 0.03 | 0.14 | 177.98 | 0.72 | 0.51 |
| Hex | 2A | DC | D6 | 51 | 0 | 3 | E | B2 | 48 | 33 |
| Octal | 52 | 334 | 326 | 121 | 0 | 3 | 16 | 262 | 110 | 63 |
| Binary | 101010 | 11011100 | 11010110 | 1010001 | 0 | 11 | 1110 | 10110010 | 1001000 | 110011 |
Color Harmonies of #2ADCD6
Complementary color
Monochromatic Colors of #2ADCD6
Black with #2ADCD6
Text Example
Text Example
White with #2ADCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADCD6; }
p { color: rgb(42,220,214); }
H1.HeaderClassName
{
color: #2ADCD6;
}
.AnyTagClassName
{
color: #2ADCD6;
}
</style>
background-color css
<style>
a { background-color: #2ADCD6; }
a { background-color: rgb(42,220,214); }
div.DivClassName
{
background-color: #2ADCD6;
}
.BgClassName
{
background-color: #2ADCD6;
}
</style>
border-color css
<style>
span { border-color: #2ADCD6; }
span { border-color: rgb(42,220,214); }
td.TdClassName
{
border-color: #2ADCD6;
}
.TagClassName
{
border-color: #2ADCD6;
}
</style>