Shades of Turquoise #2ADCE0
Tints of Turquoise #2ADCE0
RGB
CMYK
RGB Variations
Color information
#2ADCE0 (or 0x2ADCE0) is known color: Turquoise. HEX triplet: 2A, DC and E0. RGB value is (42,220,224). Sum of RGB (Red+Green+Blue) = 42+220+224=486 (64% of max value = 765). Red value is 42 (16.80% from 255 or 8.64% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 224 (87.89% from 255 or 46.09% from 486); Max value from RGB is 224 - color contains mainly: blue. Hex color #2ADCE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADCE0 is #D5231F. Grayscale: #A7A7A7. Windows color (decimal): -13968160 or 14736426. OLE color: 14736426.
HSL color Cylindrical-coordinate representation of color #2ADCE0: hue angle of 181.32º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADCE0 is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 42 | 220 | 224 | - |
| CMYK | 0.81 | 0.02 | 0 | 0.12 |
| HSL | 181.32º | 0.75% | 0.52% | - |
| HSV(B) | 181.32º | 0.81% | 0.88% | - |
| XYZ | 40 | 57.06 | 79.43 | - |
| YUV | 167.23 | 160.03 | 38.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 220 | 224 | 0.81 | 0.02 | 0 | 0.12 | 181.32 | 0.75 | 0.52 |
| Hex | 2A | DC | E0 | 51 | 2 | 0 | C | B5 | 4B | 34 |
| Octal | 52 | 334 | 340 | 121 | 2 | 0 | 14 | 265 | 113 | 64 |
| Binary | 101010 | 11011100 | 11100000 | 1010001 | 10 | 0 | 1100 | 10110101 | 1001011 | 110100 |
Color Harmonies of #2ADCE0
Complementary color
Monochromatic Colors of #2ADCE0
Black with #2ADCE0
Text Example
Text Example
White with #2ADCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADCE0; }
p { color: rgb(42,220,224); }
H1.HeaderClassName
{
color: #2ADCE0;
}
.AnyTagClassName
{
color: #2ADCE0;
}
</style>
background-color css
<style>
a { background-color: #2ADCE0; }
a { background-color: rgb(42,220,224); }
div.DivClassName
{
background-color: #2ADCE0;
}
.BgClassName
{
background-color: #2ADCE0;
}
</style>
border-color css
<style>
span { border-color: #2ADCE0; }
span { border-color: rgb(42,220,224); }
td.TdClassName
{
border-color: #2ADCE0;
}
.TagClassName
{
border-color: #2ADCE0;
}
</style>