Shades of Turquoise #2AEAE2
Tints of Turquoise #2AEAE2
RGB
CMYK
RGB Variations
Color information
#2AEAE2 (or 0x2AEAE2) is known color: Turquoise. HEX triplet: 2A, EA and E2. RGB value is (42,234,226). Sum of RGB (Red+Green+Blue) = 42+234+226=502 (66% of max value = 765). Red value is 42 (16.80% from 255 or 8.37% from 502); Green value is 234 (91.80% from 255 or 46.61% from 502); Blue value is 226 (88.67% from 255 or 45.02% from 502); Max value from RGB is 234 - color contains mainly: green. Hex color #2AEAE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AEAE2 is #D5151D. Grayscale: #AFAFAF. Windows color (decimal): -13964574 or 14871082. OLE color: 14871082.
HSL color Cylindrical-coordinate representation of color #2AEAE2: hue angle of 177.5º 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 #2AEAE2 is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 234 | 226 | - |
| CMYK | 0.82 | 0 | 0.03 | 0.08 |
| HSL | 177.5º | 0.82% | 0.54% | - |
| HSV(B) | 177.5º | 0.82% | 0.92% | - |
| XYZ | 44.11 | 64.83 | 82.14 | - |
| YUV | 175.68 | 156.39 | 32.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 234 | 226 | 0.82 | 0 | 0.03 | 0.08 | 177.5 | 0.82 | 0.54 |
| Hex | 2A | EA | E2 | 52 | 0 | 3 | 8 | B2 | 52 | 36 |
| Octal | 52 | 352 | 342 | 122 | 0 | 3 | 10 | 262 | 122 | 66 |
| Binary | 101010 | 11101010 | 11100010 | 1010010 | 0 | 11 | 1000 | 10110010 | 1010010 | 110110 |
Color Harmonies of #2AEAE2
Complementary color
Monochromatic Colors of #2AEAE2
Black with #2AEAE2
Text Example
Text Example
White with #2AEAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEAE2; }
p { color: rgb(42,234,226); }
H1.HeaderClassName
{
color: #2AEAE2;
}
.AnyTagClassName
{
color: #2AEAE2;
}
</style>
background-color css
<style>
a { background-color: #2AEAE2; }
a { background-color: rgb(42,234,226); }
div.DivClassName
{
background-color: #2AEAE2;
}
.BgClassName
{
background-color: #2AEAE2;
}
</style>
border-color css
<style>
span { border-color: #2AEAE2; }
span { border-color: rgb(42,234,226); }
td.TdClassName
{
border-color: #2AEAE2;
}
.TagClassName
{
border-color: #2AEAE2;
}
</style>