Shades of Turquoise #2AD9DB
Tints of Turquoise #2AD9DB
RGB
CMYK
RGB Variations
Color information
#2AD9DB (or 0x2AD9DB) is known color: Turquoise. HEX triplet: 2A, D9 and DB. RGB value is (42,217,219). Sum of RGB (Red+Green+Blue) = 42+217+219=478 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.79% from 478); Green value is 217 (85.16% from 255 or 45.40% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #2AD9DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AD9DB is #D52624. Grayscale: #A4A4A4. Windows color (decimal): -13968933 or 14407978. OLE color: 14407978.
HSL color Cylindrical-coordinate representation of color #2AD9DB: hue angle of 180.68º 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 #2AD9DB is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 217 | 219 | - |
| CMYK | 0.81 | 0.01 | 0 | 0.14 |
| HSL | 180.68º | 0.71% | 0.51% | - |
| HSV(B) | 180.68º | 0.81% | 0.86% | - |
| XYZ | 38.55 | 55.23 | 75.65 | - |
| YUV | 164.9 | 158.52 | 40.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 217 | 219 | 0.81 | 0.01 | 0 | 0.14 | 180.68 | 0.71 | 0.51 |
| Hex | 2A | D9 | DB | 51 | 1 | 0 | E | B5 | 47 | 33 |
| Octal | 52 | 331 | 333 | 121 | 1 | 0 | 16 | 265 | 107 | 63 |
| Binary | 101010 | 11011001 | 11011011 | 1010001 | 1 | 0 | 1110 | 10110101 | 1000111 | 110011 |
Color Harmonies of #2AD9DB
Complementary color
Monochromatic Colors of #2AD9DB
Black with #2AD9DB
Text Example
Text Example
White with #2AD9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD9DB; }
p { color: rgb(42,217,219); }
H1.HeaderClassName
{
color: #2AD9DB;
}
.AnyTagClassName
{
color: #2AD9DB;
}
</style>
background-color css
<style>
a { background-color: #2AD9DB; }
a { background-color: rgb(42,217,219); }
div.DivClassName
{
background-color: #2AD9DB;
}
.BgClassName
{
background-color: #2AD9DB;
}
</style>
border-color css
<style>
span { border-color: #2AD9DB; }
span { border-color: rgb(42,217,219); }
td.TdClassName
{
border-color: #2AD9DB;
}
.TagClassName
{
border-color: #2AD9DB;
}
</style>