Shades of Turquoise #2AEAE1
Tints of Turquoise #2AEAE1
RGB
CMYK
RGB Variations
Color information
#2AEAE1 (or 0x2AEAE1) is known color: Turquoise. HEX triplet: 2A, EA and E1. RGB value is (42,234,225). Sum of RGB (Red+Green+Blue) = 42+234+225=501 (66% of max value = 765). Red value is 42 (16.80% from 255 or 8.38% from 501); Green value is 234 (91.80% from 255 or 46.71% from 501); Blue value is 225 (88.28% from 255 or 44.91% from 501); Max value from RGB is 234 - color contains mainly: green. Hex color #2AEAE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AEAE1 is #D5151E. Grayscale: #AFAFAF. Windows color (decimal): -13964575 or 14805546. OLE color: 14805546.
HSL color Cylindrical-coordinate representation of color #2AEAE1: hue angle of 177.19º 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 #2AEAE1 is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 234 | 225 | - |
| CMYK | 0.82 | 0 | 0.04 | 0.08 |
| HSL | 177.19º | 0.82% | 0.54% | - |
| HSV(B) | 177.19º | 0.82% | 0.92% | - |
| XYZ | 43.97 | 64.77 | 81.42 | - |
| YUV | 175.57 | 155.89 | 32.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 234 | 225 | 0.82 | 0 | 0.04 | 0.08 | 177.19 | 0.82 | 0.54 |
| Hex | 2A | EA | E1 | 52 | 0 | 4 | 8 | B1 | 52 | 36 |
| Octal | 52 | 352 | 341 | 122 | 0 | 4 | 10 | 261 | 122 | 66 |
| Binary | 101010 | 11101010 | 11100001 | 1010010 | 0 | 100 | 1000 | 10110001 | 1010010 | 110110 |
Color Harmonies of #2AEAE1
Complementary color
Monochromatic Colors of #2AEAE1
Black with #2AEAE1
Text Example
Text Example
White with #2AEAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEAE1; }
p { color: rgb(42,234,225); }
H1.HeaderClassName
{
color: #2AEAE1;
}
.AnyTagClassName
{
color: #2AEAE1;
}
</style>
background-color css
<style>
a { background-color: #2AEAE1; }
a { background-color: rgb(42,234,225); }
div.DivClassName
{
background-color: #2AEAE1;
}
.BgClassName
{
background-color: #2AEAE1;
}
</style>
border-color css
<style>
span { border-color: #2AEAE1; }
span { border-color: rgb(42,234,225); }
td.TdClassName
{
border-color: #2AEAE1;
}
.TagClassName
{
border-color: #2AEAE1;
}
</style>