Shades of Turquoise #2AE3C6
Tints of Turquoise #2AE3C6
RGB
CMYK
RGB Variations
Color information
#2AE3C6 (or 0x2AE3C6) is known color: Turquoise. HEX triplet: 2A, E3 and C6. RGB value is (42,227,198). Sum of RGB (Red+Green+Blue) = 42+227+198=467 (61% of max value = 765). Red value is 42 (16.80% from 255 or 8.99% from 467); Green value is 227 (89.06% from 255 or 48.61% from 467); Blue value is 198 (77.73% from 255 or 42.40% from 467); Max value from RGB is 227 - color contains mainly: green. Hex color #2AE3C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AE3C6 is #D51C39. Grayscale: #A8A8A8. Windows color (decimal): -13966394 or 13034282. OLE color: 13034282.
HSL color Cylindrical-coordinate representation of color #2AE3C6: hue angle of 170.59º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AE3C6 is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 42 | 227 | 198 | - |
| CMYK | 0.81 | 0 | 0.13 | 0.11 |
| HSL | 170.59º | 0.77% | 0.53% | - |
| HSV(B) | 170.59º | 0.81% | 0.89% | - |
| XYZ | 38.62 | 59.51 | 62.88 | - |
| YUV | 168.38 | 144.71 | 37.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 227 | 198 | 0.81 | 0 | 0.13 | 0.11 | 170.59 | 0.77 | 0.53 |
| Hex | 2A | E3 | C6 | 51 | 0 | D | B | AB | 4D | 35 |
| Octal | 52 | 343 | 306 | 121 | 0 | 15 | 13 | 253 | 115 | 65 |
| Binary | 101010 | 11100011 | 11000110 | 1010001 | 0 | 1101 | 1011 | 10101011 | 1001101 | 110101 |
Color Harmonies of #2AE3C6
Complementary color
Monochromatic Colors of #2AE3C6
Black with #2AE3C6
Text Example
Text Example
White with #2AE3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE3C6; }
p { color: rgb(42,227,198); }
H1.HeaderClassName
{
color: #2AE3C6;
}
.AnyTagClassName
{
color: #2AE3C6;
}
</style>
background-color css
<style>
a { background-color: #2AE3C6; }
a { background-color: rgb(42,227,198); }
div.DivClassName
{
background-color: #2AE3C6;
}
.BgClassName
{
background-color: #2AE3C6;
}
</style>
border-color css
<style>
span { border-color: #2AE3C6; }
span { border-color: rgb(42,227,198); }
td.TdClassName
{
border-color: #2AE3C6;
}
.TagClassName
{
border-color: #2AE3C6;
}
</style>