Shades of Turquoise #2AEAE0
Tints of Turquoise #2AEAE0
RGB
CMYK
RGB Variations
Color information
#2AEAE0 (or 0x2AEAE0) is known color: Turquoise. HEX triplet: 2A, EA and E0. RGB value is (42,234,224). Sum of RGB (Red+Green+Blue) = 42+234+224=500 (66% of max value = 765). Red value is 42 (16.80% from 255 or 8.4% from 500); Green value is 234 (91.80% from 255 or 46.8% from 500); Blue value is 224 (87.89% from 255 or 44.8% from 500); Max value from RGB is 234 - color contains mainly: green. Hex color #2AEAE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AEAE0 is #D5151F. Grayscale: #AFAFAF. Windows color (decimal): -13964576 or 14740010. OLE color: 14740010.
HSL color Cylindrical-coordinate representation of color #2AEAE0: hue angle of 176.88º 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 #2AEAE0 is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 234 | 224 | - |
| CMYK | 0.82 | 0 | 0.04 | 0.08 |
| HSL | 176.88º | 0.82% | 0.54% | - |
| HSV(B) | 176.88º | 0.82% | 0.92% | - |
| XYZ | 43.83 | 64.72 | 80.7 | - |
| YUV | 175.45 | 155.39 | 32.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 234 | 224 | 0.82 | 0 | 0.04 | 0.08 | 176.88 | 0.82 | 0.54 |
| Hex | 2A | EA | E0 | 52 | 0 | 4 | 8 | B1 | 52 | 36 |
| Octal | 52 | 352 | 340 | 122 | 0 | 4 | 10 | 261 | 122 | 66 |
| Binary | 101010 | 11101010 | 11100000 | 1010010 | 0 | 100 | 1000 | 10110001 | 1010010 | 110110 |
Color Harmonies of #2AEAE0
Complementary color
Monochromatic Colors of #2AEAE0
Black with #2AEAE0
Text Example
Text Example
White with #2AEAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEAE0; }
p { color: rgb(42,234,224); }
H1.HeaderClassName
{
color: #2AEAE0;
}
.AnyTagClassName
{
color: #2AEAE0;
}
</style>
background-color css
<style>
a { background-color: #2AEAE0; }
a { background-color: rgb(42,234,224); }
div.DivClassName
{
background-color: #2AEAE0;
}
.BgClassName
{
background-color: #2AEAE0;
}
</style>
border-color css
<style>
span { border-color: #2AEAE0; }
span { border-color: rgb(42,234,224); }
td.TdClassName
{
border-color: #2AEAE0;
}
.TagClassName
{
border-color: #2AEAE0;
}
</style>