Shades of Turquoise #2ADEDB
Tints of Turquoise #2ADEDB
RGB
CMYK
RGB Variations
Color information
#2ADEDB (or 0x2ADEDB) is known color: Turquoise. HEX triplet: 2A, DE and DB. RGB value is (42,222,219). Sum of RGB (Red+Green+Blue) = 42+222+219=483 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.70% from 483); Green value is 222 (87.11% from 255 or 45.96% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 222 - color contains mainly: green. Hex color #2ADEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADEDB is #D52124. Grayscale: #A7A7A7. Windows color (decimal): -13967653 or 14409258. OLE color: 14409258.
HSL color Cylindrical-coordinate representation of color #2ADEDB: hue angle of 179º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADEDB is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 222 | 219 | - |
| CMYK | 0.81 | 0 | 0.01 | 0.13 |
| HSL | 179º | 0.73% | 0.52% | - |
| HSV(B) | 179º | 0.81% | 0.87% | - |
| XYZ | 39.86 | 57.85 | 76.08 | - |
| YUV | 167.84 | 156.87 | 38.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 222 | 219 | 0.81 | 0 | 0.01 | 0.13 | 179 | 0.73 | 0.52 |
| Hex | 2A | DE | DB | 51 | 0 | 1 | D | B3 | 49 | 34 |
| Octal | 52 | 336 | 333 | 121 | 0 | 1 | 15 | 263 | 111 | 64 |
| Binary | 101010 | 11011110 | 11011011 | 1010001 | 0 | 1 | 1101 | 10110011 | 1001001 | 110100 |
Color Harmonies of #2ADEDB
Complementary color
Monochromatic Colors of #2ADEDB
Black with #2ADEDB
Text Example
Text Example
White with #2ADEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADEDB; }
p { color: rgb(42,222,219); }
H1.HeaderClassName
{
color: #2ADEDB;
}
.AnyTagClassName
{
color: #2ADEDB;
}
</style>
background-color css
<style>
a { background-color: #2ADEDB; }
a { background-color: rgb(42,222,219); }
div.DivClassName
{
background-color: #2ADEDB;
}
.BgClassName
{
background-color: #2ADEDB;
}
</style>
border-color css
<style>
span { border-color: #2ADEDB; }
span { border-color: rgb(42,222,219); }
td.TdClassName
{
border-color: #2ADEDB;
}
.TagClassName
{
border-color: #2ADEDB;
}
</style>