Shades of Turquoise #2AEABB
Tints of Turquoise #2AEABB
RGB
CMYK
RGB Variations
Color information
#2AEABB (or 0x2AEABB) is known color: Turquoise. HEX triplet: 2A, EA and BB. RGB value is (42,234,187). Sum of RGB (Red+Green+Blue) = 42+234+187=463 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.07% from 463); Green value is 234 (91.80% from 255 or 50.54% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 234 - color contains mainly: green. Hex color #2AEABB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AEABB is #D51544. Grayscale: #ABABAB. Windows color (decimal): -13964613 or 12315178. OLE color: 12315178.
HSL color Cylindrical-coordinate representation of color #2AEABB: hue angle of 165.31º 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 #2AEABB is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 234 | 187 | - |
| CMYK | 0.82 | 0 | 0.20 | 0.08 |
| HSL | 165.31º | 0.82% | 0.54% | - |
| HSV(B) | 165.31º | 0.82% | 0.92% | - |
| XYZ | 39.35 | 62.93 | 57.09 | - |
| YUV | 171.23 | 136.89 | 35.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 234 | 187 | 0.82 | 0 | 0.20 | 0.08 | 165.31 | 0.82 | 0.54 |
| Hex | 2A | EA | BB | 52 | 0 | 14 | 8 | A5 | 52 | 36 |
| Octal | 52 | 352 | 273 | 122 | 0 | 24 | 10 | 245 | 122 | 66 |
| Binary | 101010 | 11101010 | 10111011 | 1010010 | 0 | 10100 | 1000 | 10100101 | 1010010 | 110110 |
Color Harmonies of #2AEABB
Complementary color
Monochromatic Colors of #2AEABB
Black with #2AEABB
Text Example
Text Example
White with #2AEABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEABB; }
p { color: rgb(42,234,187); }
H1.HeaderClassName
{
color: #2AEABB;
}
.AnyTagClassName
{
color: #2AEABB;
}
</style>
background-color css
<style>
a { background-color: #2AEABB; }
a { background-color: rgb(42,234,187); }
div.DivClassName
{
background-color: #2AEABB;
}
.BgClassName
{
background-color: #2AEABB;
}
</style>
border-color css
<style>
span { border-color: #2AEABB; }
span { border-color: rgb(42,234,187); }
td.TdClassName
{
border-color: #2AEABB;
}
.TagClassName
{
border-color: #2AEABB;
}
</style>