Shades of Turquoise #2AEACA
Tints of Turquoise #2AEACA
RGB
CMYK
RGB Variations
Color information
#2AEACA (or 0x2AEACA) is known color: Turquoise. HEX triplet: 2A, EA and CA. RGB value is (42,234,202). Sum of RGB (Red+Green+Blue) = 42+234+202=478 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.79% from 478); Green value is 234 (91.80% from 255 or 48.95% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 234 - color contains mainly: green. Hex color #2AEACA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AEACA is #D51535. Grayscale: #ACACAC. Windows color (decimal): -13964598 or 13298218. OLE color: 13298218.
HSL color Cylindrical-coordinate representation of color #2AEACA: hue angle of 170º 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 #2AEACA is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 234 | 202 | - |
| CMYK | 0.82 | 0 | 0.14 | 0.08 |
| HSL | 170º | 0.82% | 0.54% | - |
| HSV(B) | 170º | 0.82% | 0.92% | - |
| XYZ | 41.04 | 63.6 | 65.99 | - |
| YUV | 172.94 | 144.39 | 34.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 234 | 202 | 0.82 | 0 | 0.14 | 0.08 | 170 | 0.82 | 0.54 |
| Hex | 2A | EA | CA | 52 | 0 | E | 8 | AA | 52 | 36 |
| Octal | 52 | 352 | 312 | 122 | 0 | 16 | 10 | 252 | 122 | 66 |
| Binary | 101010 | 11101010 | 11001010 | 1010010 | 0 | 1110 | 1000 | 10101010 | 1010010 | 110110 |
Color Harmonies of #2AEACA
Complementary color
Monochromatic Colors of #2AEACA
Black with #2AEACA
Text Example
Text Example
White with #2AEACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEACA; }
p { color: rgb(42,234,202); }
H1.HeaderClassName
{
color: #2AEACA;
}
.AnyTagClassName
{
color: #2AEACA;
}
</style>
background-color css
<style>
a { background-color: #2AEACA; }
a { background-color: rgb(42,234,202); }
div.DivClassName
{
background-color: #2AEACA;
}
.BgClassName
{
background-color: #2AEACA;
}
</style>
border-color css
<style>
span { border-color: #2AEACA; }
span { border-color: rgb(42,234,202); }
td.TdClassName
{
border-color: #2AEACA;
}
.TagClassName
{
border-color: #2AEACA;
}
</style>