Shades of Turquoise #2AEBC7
Tints of Turquoise #2AEBC7
RGB
CMYK
RGB Variations
Color information
#2AEBC7 (or 0x2AEBC7) is known color: Turquoise. HEX triplet: 2A, EB and C7. RGB value is (42,235,199). Sum of RGB (Red+Green+Blue) = 42+235+199=476 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.82% from 476); Green value is 235 (92.19% from 255 or 49.37% from 476); Blue value is 199 (78.12% from 255 or 41.81% from 476); Max value from RGB is 235 - color contains mainly: green. Hex color #2AEBC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AEBC7 is #D51438. Grayscale: #ADADAD. Windows color (decimal): -13964345 or 13101866. OLE color: 13101866.
HSL color Cylindrical-coordinate representation of color #2AEBC7: hue angle of 168.81º 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 #2AEBC7 is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 235 | 199 | - |
| CMYK | 0.82 | 0 | 0.15 | 0.08 |
| HSL | 168.81º | 0.83% | 0.54% | - |
| HSV(B) | 168.81º | 0.82% | 0.92% | - |
| XYZ | 40.97 | 64.03 | 64.23 | - |
| YUV | 173.19 | 142.56 | 34.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 235 | 199 | 0.82 | 0 | 0.15 | 0.08 | 168.81 | 0.83 | 0.54 |
| Hex | 2A | EB | C7 | 52 | 0 | F | 8 | A9 | 53 | 36 |
| Octal | 52 | 353 | 307 | 122 | 0 | 17 | 10 | 251 | 123 | 66 |
| Binary | 101010 | 11101011 | 11000111 | 1010010 | 0 | 1111 | 1000 | 10101001 | 1010011 | 110110 |
Color Harmonies of #2AEBC7
Complementary color
Monochromatic Colors of #2AEBC7
Black with #2AEBC7
Text Example
Text Example
White with #2AEBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEBC7; }
p { color: rgb(42,235,199); }
H1.HeaderClassName
{
color: #2AEBC7;
}
.AnyTagClassName
{
color: #2AEBC7;
}
</style>
background-color css
<style>
a { background-color: #2AEBC7; }
a { background-color: rgb(42,235,199); }
div.DivClassName
{
background-color: #2AEBC7;
}
.BgClassName
{
background-color: #2AEBC7;
}
</style>
border-color css
<style>
span { border-color: #2AEBC7; }
span { border-color: rgb(42,235,199); }
td.TdClassName
{
border-color: #2AEBC7;
}
.TagClassName
{
border-color: #2AEBC7;
}
</style>