Shades of Turquoise #2AEBC5
Tints of Turquoise #2AEBC5
RGB
CMYK
RGB Variations
Color information
#2AEBC5 (or 0x2AEBC5) is known color: Turquoise. HEX triplet: 2A, EB and C5. RGB value is (42,235,197). Sum of RGB (Red+Green+Blue) = 42+235+197=474 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.86% from 474); Green value is 235 (92.19% from 255 or 49.58% from 474); Blue value is 197 (77.34% from 255 or 41.56% from 474); Max value from RGB is 235 - color contains mainly: green. Hex color #2AEBC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AEBC5 is #D5143A. Grayscale: #ACACAC. Windows color (decimal): -13964347 or 12970794. OLE color: 12970794.
HSL color Cylindrical-coordinate representation of color #2AEBC5: hue angle of 168.19º degrees, saturation: 0.83, 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 #2AEBC5 is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 235 | 197 | - |
| CMYK | 0.82 | 0 | 0.16 | 0.08 |
| HSL | 168.19º | 0.83% | 0.54% | - |
| HSV(B) | 168.19º | 0.82% | 0.92% | - |
| XYZ | 40.74 | 63.94 | 63.02 | - |
| YUV | 172.96 | 141.56 | 34.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 235 | 197 | 0.82 | 0 | 0.16 | 0.08 | 168.19 | 0.83 | 0.54 |
| Hex | 2A | EB | C5 | 52 | 0 | 10 | 8 | A8 | 53 | 36 |
| Octal | 52 | 353 | 305 | 122 | 0 | 20 | 10 | 250 | 123 | 66 |
| Binary | 101010 | 11101011 | 11000101 | 1010010 | 0 | 10000 | 1000 | 10101000 | 1010011 | 110110 |
Color Harmonies of #2AEBC5
Complementary color
Monochromatic Colors of #2AEBC5
Black with #2AEBC5
Text Example
Text Example
White with #2AEBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEBC5; }
p { color: rgb(42,235,197); }
H1.HeaderClassName
{
color: #2AEBC5;
}
.AnyTagClassName
{
color: #2AEBC5;
}
</style>
background-color css
<style>
a { background-color: #2AEBC5; }
a { background-color: rgb(42,235,197); }
div.DivClassName
{
background-color: #2AEBC5;
}
.BgClassName
{
background-color: #2AEBC5;
}
</style>
border-color css
<style>
span { border-color: #2AEBC5; }
span { border-color: rgb(42,235,197); }
td.TdClassName
{
border-color: #2AEBC5;
}
.TagClassName
{
border-color: #2AEBC5;
}
</style>