Shades of Turquoise #2AEACD
Tints of Turquoise #2AEACD
RGB
CMYK
RGB Variations
Color information
#2AEACD (or 0x2AEACD) is known color: Turquoise. HEX triplet: 2A, EA and CD. RGB value is (42,234,205). Sum of RGB (Red+Green+Blue) = 42+234+205=481 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.73% from 481); Green value is 234 (91.80% from 255 or 48.65% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 234 - color contains mainly: green. Hex color #2AEACD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AEACD is #D51532. Grayscale: #ADADAD. Windows color (decimal): -13964595 or 13494826. OLE color: 13494826.
HSL color Cylindrical-coordinate representation of color #2AEACD: hue angle of 170.94º 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 #2AEACD is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 234 | 205 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.08 |
| HSL | 170.94º | 0.82% | 0.54% | - |
| HSV(B) | 170.94º | 0.82% | 0.92% | - |
| XYZ | 41.4 | 63.75 | 67.88 | - |
| YUV | 173.29 | 145.89 | 34.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 234 | 205 | 0.82 | 0 | 0.12 | 0.08 | 170.94 | 0.82 | 0.54 |
| Hex | 2A | EA | CD | 52 | 0 | C | 8 | AB | 52 | 36 |
| Octal | 52 | 352 | 315 | 122 | 0 | 14 | 10 | 253 | 122 | 66 |
| Binary | 101010 | 11101010 | 11001101 | 1010010 | 0 | 1100 | 1000 | 10101011 | 1010010 | 110110 |
Color Harmonies of #2AEACD
Complementary color
Monochromatic Colors of #2AEACD
Black with #2AEACD
Text Example
Text Example
White with #2AEACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEACD; }
p { color: rgb(42,234,205); }
H1.HeaderClassName
{
color: #2AEACD;
}
.AnyTagClassName
{
color: #2AEACD;
}
</style>
background-color css
<style>
a { background-color: #2AEACD; }
a { background-color: rgb(42,234,205); }
div.DivClassName
{
background-color: #2AEACD;
}
.BgClassName
{
background-color: #2AEACD;
}
</style>
border-color css
<style>
span { border-color: #2AEACD; }
span { border-color: rgb(42,234,205); }
td.TdClassName
{
border-color: #2AEACD;
}
.TagClassName
{
border-color: #2AEACD;
}
</style>