Shades of Turquoise #2ADCDB
Tints of Turquoise #2ADCDB
RGB
CMYK
RGB Variations
Color information
#2ADCDB (or 0x2ADCDB) is known color: Turquoise. HEX triplet: 2A, DC and DB. RGB value is (42,220,219). Sum of RGB (Red+Green+Blue) = 42+220+219=481 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.73% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 220 - color contains mainly: green. Hex color #2ADCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADCDB is #D52324. Grayscale: #A6A6A6. Windows color (decimal): -13968165 or 14408746. OLE color: 14408746.
HSL color Cylindrical-coordinate representation of color #2ADCDB: hue angle of 179.66º 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 #2ADCDB is Cyan = 0.81, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 220 | 219 | - |
| CMYK | 0.81 | 0 | 0.00 | 0.14 |
| HSL | 179.66º | 0.72% | 0.51% | - |
| HSV(B) | 179.66º | 0.81% | 0.86% | - |
| XYZ | 39.33 | 56.79 | 75.91 | - |
| YUV | 166.66 | 157.53 | 39.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 220 | 219 | 0.81 | 0 | 0.00 | 0.14 | 179.66 | 0.72 | 0.51 |
| Hex | 2A | DC | DB | 51 | 0 | 0 | E | B4 | 48 | 33 |
| Octal | 52 | 334 | 333 | 121 | 0 | 0 | 16 | 264 | 110 | 63 |
| Binary | 101010 | 11011100 | 11011011 | 1010001 | 0 | 0 | 1110 | 10110100 | 1001000 | 110011 |
Color Harmonies of #2ADCDB
Complementary color
Monochromatic Colors of #2ADCDB
Black with #2ADCDB
Text Example
Text Example
White with #2ADCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADCDB; }
p { color: rgb(42,220,219); }
H1.HeaderClassName
{
color: #2ADCDB;
}
.AnyTagClassName
{
color: #2ADCDB;
}
</style>
background-color css
<style>
a { background-color: #2ADCDB; }
a { background-color: rgb(42,220,219); }
div.DivClassName
{
background-color: #2ADCDB;
}
.BgClassName
{
background-color: #2ADCDB;
}
</style>
border-color css
<style>
span { border-color: #2ADCDB; }
span { border-color: rgb(42,220,219); }
td.TdClassName
{
border-color: #2ADCDB;
}
.TagClassName
{
border-color: #2ADCDB;
}
</style>