Shades of Turquoise #2AE7DB
Tints of Turquoise #2AE7DB
RGB
CMYK
RGB Variations
Color information
#2AE7DB (or 0x2AE7DB) is known color: Turquoise. HEX triplet: 2A, E7 and DB. RGB value is (42,231,219). Sum of RGB (Red+Green+Blue) = 42+231+219=492 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.54% from 492); Green value is 231 (90.62% from 255 or 46.95% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 231 - color contains mainly: green. Hex color #2AE7DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AE7DB is #D51824. Grayscale: #ACACAC. Windows color (decimal): -13965349 or 14411562. OLE color: 14411562.
HSL color Cylindrical-coordinate representation of color #2AE7DB: hue angle of 176.19º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AE7DB is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 42 | 231 | 219 | - |
| CMYK | 0.82 | 0 | 0.05 | 0.09 |
| HSL | 176.19º | 0.8% | 0.54% | - |
| HSV(B) | 176.19º | 0.82% | 0.91% | - |
| XYZ | 42.32 | 62.76 | 76.9 | - |
| YUV | 173.12 | 153.88 | 34.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 231 | 219 | 0.82 | 0 | 0.05 | 0.09 | 176.19 | 0.8 | 0.54 |
| Hex | 2A | E7 | DB | 52 | 0 | 5 | 9 | B0 | 50 | 36 |
| Octal | 52 | 347 | 333 | 122 | 0 | 5 | 11 | 260 | 120 | 66 |
| Binary | 101010 | 11100111 | 11011011 | 1010010 | 0 | 101 | 1001 | 10110000 | 1010000 | 110110 |
Color Harmonies of #2AE7DB
Complementary color
Monochromatic Colors of #2AE7DB
Black with #2AE7DB
Text Example
Text Example
White with #2AE7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE7DB; }
p { color: rgb(42,231,219); }
H1.HeaderClassName
{
color: #2AE7DB;
}
.AnyTagClassName
{
color: #2AE7DB;
}
</style>
background-color css
<style>
a { background-color: #2AE7DB; }
a { background-color: rgb(42,231,219); }
div.DivClassName
{
background-color: #2AE7DB;
}
.BgClassName
{
background-color: #2AE7DB;
}
</style>
border-color css
<style>
span { border-color: #2AE7DB; }
span { border-color: rgb(42,231,219); }
td.TdClassName
{
border-color: #2AE7DB;
}
.TagClassName
{
border-color: #2AE7DB;
}
</style>