Shades of Turquoise #2AE6DB
Tints of Turquoise #2AE6DB
RGB
CMYK
RGB Variations
Color information
#2AE6DB (or 0x2AE6DB) is known color: Turquoise. HEX triplet: 2A, E6 and DB. RGB value is (42,230,219). Sum of RGB (Red+Green+Blue) = 42+230+219=491 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.55% from 491); Green value is 230 (90.23% from 255 or 46.84% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 230 - color contains mainly: green. Hex color #2AE6DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AE6DB is #D51924. Grayscale: #ACACAC. Windows color (decimal): -13965605 or 14411306. OLE color: 14411306.
HSL color Cylindrical-coordinate representation of color #2AE6DB: hue angle of 176.49º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AE6DB is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 42 | 230 | 219 | - |
| CMYK | 0.82 | 0 | 0.05 | 0.10 |
| HSL | 176.49º | 0.79% | 0.53% | - |
| HSV(B) | 176.49º | 0.82% | 0.9% | - |
| XYZ | 42.04 | 62.2 | 76.81 | - |
| YUV | 172.53 | 154.22 | 34.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 230 | 219 | 0.82 | 0 | 0.05 | 0.10 | 176.49 | 0.79 | 0.53 |
| Hex | 2A | E6 | DB | 52 | 0 | 5 | A | B0 | 4F | 35 |
| Octal | 52 | 346 | 333 | 122 | 0 | 5 | 12 | 260 | 117 | 65 |
| Binary | 101010 | 11100110 | 11011011 | 1010010 | 0 | 101 | 1010 | 10110000 | 1001111 | 110101 |
Color Harmonies of #2AE6DB
Complementary color
Monochromatic Colors of #2AE6DB
Black with #2AE6DB
Text Example
Text Example
White with #2AE6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE6DB; }
p { color: rgb(42,230,219); }
H1.HeaderClassName
{
color: #2AE6DB;
}
.AnyTagClassName
{
color: #2AE6DB;
}
</style>
background-color css
<style>
a { background-color: #2AE6DB; }
a { background-color: rgb(42,230,219); }
div.DivClassName
{
background-color: #2AE6DB;
}
.BgClassName
{
background-color: #2AE6DB;
}
</style>
border-color css
<style>
span { border-color: #2AE6DB; }
span { border-color: rgb(42,230,219); }
td.TdClassName
{
border-color: #2AE6DB;
}
.TagClassName
{
border-color: #2AE6DB;
}
</style>