Shades of Turquoise #2AE2DB
Tints of Turquoise #2AE2DB
RGB
CMYK
RGB Variations
Color information
#2AE2DB (or 0x2AE2DB) is known color: Turquoise. HEX triplet: 2A, E2 and DB. RGB value is (42,226,219). Sum of RGB (Red+Green+Blue) = 42+226+219=487 (64% of max value = 765). Red value is 42 (16.80% from 255 or 8.62% from 487); Green value is 226 (88.67% from 255 or 46.41% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 226 - color contains mainly: green. Hex color #2AE2DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AE2DB is #D51D24. Grayscale: #AAAAAA. Windows color (decimal): -13966629 or 14410282. OLE color: 14410282.
HSL color Cylindrical-coordinate representation of color #2AE2DB: hue angle of 177.72º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AE2DB is Cyan = 0.81, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 42 | 226 | 219 | - |
| CMYK | 0.81 | 0 | 0.03 | 0.11 |
| HSL | 177.72º | 0.76% | 0.53% | - |
| HSV(B) | 177.72º | 0.81% | 0.89% | - |
| XYZ | 40.94 | 60 | 76.44 | - |
| YUV | 170.19 | 155.54 | 36.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 226 | 219 | 0.81 | 0 | 0.03 | 0.11 | 177.72 | 0.76 | 0.53 |
| Hex | 2A | E2 | DB | 51 | 0 | 3 | B | B2 | 4C | 35 |
| Octal | 52 | 342 | 333 | 121 | 0 | 3 | 13 | 262 | 114 | 65 |
| Binary | 101010 | 11100010 | 11011011 | 1010001 | 0 | 11 | 1011 | 10110010 | 1001100 | 110101 |
Color Harmonies of #2AE2DB
Complementary color
Monochromatic Colors of #2AE2DB
Black with #2AE2DB
Text Example
Text Example
White with #2AE2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE2DB; }
p { color: rgb(42,226,219); }
H1.HeaderClassName
{
color: #2AE2DB;
}
.AnyTagClassName
{
color: #2AE2DB;
}
</style>
background-color css
<style>
a { background-color: #2AE2DB; }
a { background-color: rgb(42,226,219); }
div.DivClassName
{
background-color: #2AE2DB;
}
.BgClassName
{
background-color: #2AE2DB;
}
</style>
border-color css
<style>
span { border-color: #2AE2DB; }
span { border-color: rgb(42,226,219); }
td.TdClassName
{
border-color: #2AE2DB;
}
.TagClassName
{
border-color: #2AE2DB;
}
</style>