Shades of Turquoise #2AEABF
Tints of Turquoise #2AEABF
RGB
CMYK
RGB Variations
Color information
#2AEABF (or 0x2AEABF) is known color: Turquoise. HEX triplet: 2A, EA and BF. RGB value is (42,234,191). Sum of RGB (Red+Green+Blue) = 42+234+191=467 (61% of max value = 765). Red value is 42 (16.80% from 255 or 8.99% from 467); Green value is 234 (91.80% from 255 or 50.11% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 234 - color contains mainly: green. Hex color #2AEABF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AEABF is #D51540. Grayscale: #ABABAB. Windows color (decimal): -13964609 or 12577322. OLE color: 12577322.
HSL color Cylindrical-coordinate representation of color #2AEABF: hue angle of 166.56º 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 #2AEABF is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 234 | 191 | - |
| CMYK | 0.82 | 0 | 0.18 | 0.08 |
| HSL | 166.56º | 0.82% | 0.54% | - |
| HSV(B) | 166.56º | 0.82% | 0.92% | - |
| XYZ | 39.78 | 63.1 | 59.37 | - |
| YUV | 171.69 | 138.89 | 35.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 234 | 191 | 0.82 | 0 | 0.18 | 0.08 | 166.56 | 0.82 | 0.54 |
| Hex | 2A | EA | BF | 52 | 0 | 12 | 8 | A7 | 52 | 36 |
| Octal | 52 | 352 | 277 | 122 | 0 | 22 | 10 | 247 | 122 | 66 |
| Binary | 101010 | 11101010 | 10111111 | 1010010 | 0 | 10010 | 1000 | 10100111 | 1010010 | 110110 |
Color Harmonies of #2AEABF
Complementary color
Monochromatic Colors of #2AEABF
Black with #2AEABF
Text Example
Text Example
White with #2AEABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEABF; }
p { color: rgb(42,234,191); }
H1.HeaderClassName
{
color: #2AEABF;
}
.AnyTagClassName
{
color: #2AEABF;
}
</style>
background-color css
<style>
a { background-color: #2AEABF; }
a { background-color: rgb(42,234,191); }
div.DivClassName
{
background-color: #2AEABF;
}
.BgClassName
{
background-color: #2AEABF;
}
</style>
border-color css
<style>
span { border-color: #2AEABF; }
span { border-color: rgb(42,234,191); }
td.TdClassName
{
border-color: #2AEABF;
}
.TagClassName
{
border-color: #2AEABF;
}
</style>