Shades of Turquoise #2ADADC
Tints of Turquoise #2ADADC
RGB
CMYK
RGB Variations
Color information
#2ADADC (or 0x2ADADC) is known color: Turquoise. HEX triplet: 2A, DA and DC. RGB value is (42,218,220). Sum of RGB (Red+Green+Blue) = 42+218+220=480 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.75% from 480); Green value is 218 (85.55% from 255 or 45.42% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #2ADADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADADC is #D52523. Grayscale: #A5A5A5. Windows color (decimal): -13968676 or 14473770. OLE color: 14473770.
HSL color Cylindrical-coordinate representation of color #2ADADC: hue angle of 180.67º 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 #2ADADC is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 218 | 220 | - |
| CMYK | 0.81 | 0.01 | 0 | 0.14 |
| HSL | 180.67º | 0.72% | 0.51% | - |
| HSV(B) | 180.67º | 0.81% | 0.86% | - |
| XYZ | 38.94 | 55.8 | 76.43 | - |
| YUV | 165.6 | 158.69 | 39.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 218 | 220 | 0.81 | 0.01 | 0 | 0.14 | 180.67 | 0.72 | 0.51 |
| Hex | 2A | DA | DC | 51 | 1 | 0 | E | B5 | 48 | 33 |
| Octal | 52 | 332 | 334 | 121 | 1 | 0 | 16 | 265 | 110 | 63 |
| Binary | 101010 | 11011010 | 11011100 | 1010001 | 1 | 0 | 1110 | 10110101 | 1001000 | 110011 |
Color Harmonies of #2ADADC
Complementary color
Monochromatic Colors of #2ADADC
Black with #2ADADC
Text Example
Text Example
White with #2ADADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADADC; }
p { color: rgb(42,218,220); }
H1.HeaderClassName
{
color: #2ADADC;
}
.AnyTagClassName
{
color: #2ADADC;
}
</style>
background-color css
<style>
a { background-color: #2ADADC; }
a { background-color: rgb(42,218,220); }
div.DivClassName
{
background-color: #2ADADC;
}
.BgClassName
{
background-color: #2ADADC;
}
</style>
border-color css
<style>
span { border-color: #2ADADC; }
span { border-color: rgb(42,218,220); }
td.TdClassName
{
border-color: #2ADADC;
}
.TagClassName
{
border-color: #2ADADC;
}
</style>