Shades of Turquoise #2AEABD
Tints of Turquoise #2AEABD
RGB
CMYK
RGB Variations
Color information
#2AEABD (or 0x2AEABD) is known color: Turquoise. HEX triplet: 2A, EA and BD. RGB value is (42,234,189). Sum of RGB (Red+Green+Blue) = 42+234+189=465 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.03% from 465); Green value is 234 (91.80% from 255 or 50.32% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 234 - color contains mainly: green. Hex color #2AEABD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AEABD is #D51542. Grayscale: #ABABAB. Windows color (decimal): -13964611 or 12446250. OLE color: 12446250.
HSL color Cylindrical-coordinate representation of color #2AEABD: hue angle of 165.94º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AEABD is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 234 | 189 | - |
| CMYK | 0.82 | 0 | 0.19 | 0.08 |
| HSL | 165.94º | 0.82% | 0.54% | - |
| HSV(B) | 165.94º | 0.82% | 0.92% | - |
| XYZ | 39.56 | 63.01 | 58.22 | - |
| YUV | 171.46 | 137.89 | 35.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 234 | 189 | 0.82 | 0 | 0.19 | 0.08 | 165.94 | 0.82 | 0.54 |
| Hex | 2A | EA | BD | 52 | 0 | 13 | 8 | A6 | 52 | 36 |
| Octal | 52 | 352 | 275 | 122 | 0 | 23 | 10 | 246 | 122 | 66 |
| Binary | 101010 | 11101010 | 10111101 | 1010010 | 0 | 10011 | 1000 | 10100110 | 1010010 | 110110 |
Color Harmonies of #2AEABD
Complementary color
Monochromatic Colors of #2AEABD
Black with #2AEABD
Text Example
Text Example
White with #2AEABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEABD; }
p { color: rgb(42,234,189); }
H1.HeaderClassName
{
color: #2AEABD;
}
.AnyTagClassName
{
color: #2AEABD;
}
</style>
background-color css
<style>
a { background-color: #2AEABD; }
a { background-color: rgb(42,234,189); }
div.DivClassName
{
background-color: #2AEABD;
}
.BgClassName
{
background-color: #2AEABD;
}
</style>
border-color css
<style>
span { border-color: #2AEABD; }
span { border-color: rgb(42,234,189); }
td.TdClassName
{
border-color: #2AEABD;
}
.TagClassName
{
border-color: #2AEABD;
}
</style>