Shades of Turquoise #2ADBCE
Tints of Turquoise #2ADBCE
RGB
CMYK
RGB Variations
Color information
#2ADBCE (or 0x2ADBCE) is known color: Turquoise. HEX triplet: 2A, DB and CE. RGB value is (42,219,206). Sum of RGB (Red+Green+Blue) = 42+219+206=467 (61% of max value = 765). Red value is 42 (16.80% from 255 or 8.99% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 219 - color contains mainly: green. Hex color #2ADBCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADBCE is #D52431. Grayscale: #A4A4A4. Windows color (decimal): -13968434 or 13556522. OLE color: 13556522.
HSL color Cylindrical-coordinate representation of color #2ADBCE: hue angle of 175.59º degrees, saturation: 0.71, 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 #2ADBCE is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 219 | 206 | - |
| CMYK | 0.81 | 0 | 0.06 | 0.14 |
| HSL | 175.59º | 0.71% | 0.51% | - |
| HSV(B) | 175.59º | 0.81% | 0.86% | - |
| XYZ | 37.43 | 55.61 | 67.15 | - |
| YUV | 164.6 | 151.36 | 40.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 219 | 206 | 0.81 | 0 | 0.06 | 0.14 | 175.59 | 0.71 | 0.51 |
| Hex | 2A | DB | CE | 51 | 0 | 6 | E | B0 | 47 | 33 |
| Octal | 52 | 333 | 316 | 121 | 0 | 6 | 16 | 260 | 107 | 63 |
| Binary | 101010 | 11011011 | 11001110 | 1010001 | 0 | 110 | 1110 | 10110000 | 1000111 | 110011 |
Color Harmonies of #2ADBCE
Complementary color
Monochromatic Colors of #2ADBCE
Black with #2ADBCE
Text Example
Text Example
White with #2ADBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADBCE; }
p { color: rgb(42,219,206); }
H1.HeaderClassName
{
color: #2ADBCE;
}
.AnyTagClassName
{
color: #2ADBCE;
}
</style>
background-color css
<style>
a { background-color: #2ADBCE; }
a { background-color: rgb(42,219,206); }
div.DivClassName
{
background-color: #2ADBCE;
}
.BgClassName
{
background-color: #2ADBCE;
}
</style>
border-color css
<style>
span { border-color: #2ADBCE; }
span { border-color: rgb(42,219,206); }
td.TdClassName
{
border-color: #2ADBCE;
}
.TagClassName
{
border-color: #2ADBCE;
}
</style>